TheMrBooyah / hassio-dirigera-client

4 stars 0 forks source link

Help requested #10

Closed BeLikeJoaquin closed 1 year ago

BeLikeJoaquin commented 1 year ago

Hello,

Try to get started with this client, but running into errors and do not know where to start to solve this. Hope this is the right place to start. In the log messages I see repeatedly, amongst others,:

2023-02-07 12:26:54.772 INFO 64 --- [oundedElastic-1] d.d.i.dirigera.client.api.WebSocketApi : Start event handler thread: id=18, name=boundedElastic-1 2023-02-07 12:26:54.777 ERROR 64 --- [or-http-epoll-1] d.d.i.dirigera.client.api.WebSocketApi : Error while listening to websocket events: Failed to resolve 'dirigera' after 2 queries 2023-02-07 12:26:55.779 INFO 64 --- [oundedElastic-1] d.d.i.dirigera.client.api.WebSocketApi : Finish event handler thread: id=18, name=boundedElastic-1

Help is very much appriciated. Thanks!

TheMrBooyah commented 1 year ago

It seems this is caused by the fact the addon is not able to connect with your hub using the hostname 'dirigera'. Try replacing the dirigera_host value with the IP address of the hub. You should be able to find this IP in your router. Also try to assign a fixed IP address to it.

BeLikeJoaquin commented 1 year ago

This worked! Thank you so much for the quick response.