lapixo / homebridge-bsblan-thermostat

MIT License
1 stars 2 forks source link

Connexion problem #2

Closed 5chacha5 closed 3 years ago

5chacha5 commented 3 years ago

Hi,

I have a problem with this plugin : [3/3/2021, 11:25:58 PM] [Thermostat-Etage] Error getting status: ESOCKETTIMEDOUT [3/3/2021, 11:25:58 PM] [Thermostat-RDC] Error getting status: ESOCKETTIMEDOUT

The request is set to "pollInterval": 60 for each thermostat.

how I can solve it ?

Thanks

lapixo commented 3 years ago

Hi, if you have more than one thermostat configured, you should set the interval to different values. (40 sec, 45 sec, 50 sec, 55 sec) and so on... Thermostat-Etage to 40 sec Thermostat-RDC to 55 sec

The Problem is, that after 60 seconds all your configured thermostat plugins call the BSB Lan at the same time but the bsb lan can only process one call at the same time.

5chacha5 commented 3 years ago

Hi, if you have more than one thermostat configured, you should set the interval to different values. (40 sec, 45 sec, 50 sec, 55 sec) and so on... Thermostat-Etage to 40 sec Thermostat-RDC to 55 sec

The Problem is, that after 60 seconds all your configured thermostat plugins call the BSB Lan at the same time but the bsb lan can only process one call at the same time.

Thanks a lot that's ok

5chacha5 commented 3 years ago

Hi

can we set current temperature via listener with this plugin ? That must modify port 10000 on bsb lan...? Or which plugin I can use to do it ? Information of temperature come from Shelly H&T... thanks

lapixo commented 3 years ago

Hi, you can only read the values from the listener.

i don't know with plugin you can use for that.