Arjen Bos

Results 18 comments of Arjen Bos

I'm experiencing the same issue. I see a lot of these errors in my logs: ``` 2024/03/14 09:24:50.492160 [error] dnsproxy: 172.30.32.3:53: response received over udp: "exchanging with 172.30.32.3:53 over udp:...

Could you please enable debugging for the integration and share the debug log?

Thanks for sharing the logs. Unfortunately they aren't very helpful. Bad request can mean a lot of things and I want to pin point what the actual problem is. If...

@poudenes fyi: no need to change the URL in your error log. It's hard coded in the code. It's only needed when there is a track and trace or postal...

Alright, hopefully I can debug it when I have time. Looks like a retrieving a new access token breaks for some reason. I assume due to an invalid refresh token.

This issue is really odd. I never had it and i'm hoping that I will get it. Now, I can't really debug it with the limited amount of information. Of...

I finally had the same issue on my dev env. The logs state that the refresh token is invalid/expired. The core of Home Assistant should take care of refreshing the...

I will add support for multiple accounts. 😄

I added multi account support and will release it as a beta release. Please test it 😄 .

> After a reboot the sensors will be switched or new sensors are being created on the 2 accounts. > > Account 1 ![image](https://private-user-images.githubusercontent.com/59142637/371514261-4ac6f313-9d49-4f6e-9e70-a5276cdfbcab.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc3NjI3ODgsIm5iZiI6MTcyNzc2MjQ4OCwicGF0aCI6Ii81OTE0MjYzNy8zNzE1MTQyNjEtNGFjNmYzMTMtOWQ0OS00ZjZlLTllNzAtYTUyNzZjZGZiY2FiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMDElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDAxVDA2MDEyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM1NDQzM2YwMmMyNjcyN2Y5ZmE0YmM5MWJiYzA0MmJiZTI3NmZhYTkxNGMzYzZhYjE2YmU5NDI0YTEzN2YzZDEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.692n6y6Lt1u2hKpTxJJyqFtZ6tFt_GrIqnRfU5i4BPk) > > Account 2 ![image](https://private-user-images.githubusercontent.com/59142637/371514377-5728f344-8cfb-4566-8c49-b3592eb4233a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjc3NjI3ODgsIm5iZiI6MTcyNzc2MjQ4OCwicGF0aCI6Ii81OTE0MjYzNy8zNzE1MTQzNzctNTcyOGYzNDQtOGNmYi00NTY2LThjNDktYjM1OTJlYjQyMzNhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMDElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDAxVDA2MDEyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI0MDgzODYxNmQ5OGY4ZDdkMjQ0NjI2NjM1YTI2YjE1NmU2ZDVmZjY1NDQxN2M1YTAzMmJjMWJmOWQ4MWNhNzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.lOQYBwlLmaNJj8Wq12ryA8zb3BoSG-2fYbghsxNglmw) >...