floringhimie / salusfy

SALUS THERMOSTAT Custom component for Home-Assistant
37 stars 16 forks source link

Thermostat stuck at 32degrees when connection to Salus lost #9

Open 8illy8o8 opened 11 months ago

8illy8o8 commented 11 months ago

Each time the log files in HA show that the data connection to Salus gets lost the thermostat moves to 32degrees. It may return to normal once or twice but at some point gets stuck permanently at 32 until HA is restarted.

Is there a way of keeping it at last known value until data is restored?

thermostatsalus

historysalus

This error originated from a custom integration.

Logger: custom_components.salusfy.climate Source: custom_components/salusfy/climate.py:271 Integration: salusfy (documentation, issues) First occurred: December 3, 2023 at 5:53:44 PM (1 occurrences) Last logged: December 3, 2023 at 5:53:44 PM

Error Geting the data from Web. Please check the connection to salus-it500.com manually.

snigehere commented 11 months ago

Yes.. i saw the same issue last week and had to do a restart . As I am just starting to use ha to manage my heating I added an automation to flag an alert to my phone if happens so I can annually fix it

dz0ltan commented 11 months ago

Thanks for the tip!

I will also do that.

On Mon, Dec 4, 2023 at 8:17 PM snigehere @.***> wrote:

Yes.. i saw the same issue last week and had to do a restart . As I am just starting to use ha to manage my heating I added an automation to flag an alert to my phone if happens so I can annually fix it

— Reply to this email directly, view it on GitHub https://github.com/floringhimie/salusfy/issues/9#issuecomment-1839306846, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUP7VWT7IQVYSQOA4Z36EPLYHYOUVAVCNFSM6AAAAABAGEOUWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZZGMYDMOBUGY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

floringhimie commented 10 months ago

have you check it after this MR? https://github.com/floringhimie/salusfy/pull/11

Claudio1L commented 10 months ago

Just updated, I receive the following:

Logger: homeassistant.components.climate Source: helpers/entity_platform.py:361 Integration: Climate (documentation, issues) First occurred: 15:32:55 (1 occurrences) Last logged: 15:32:55 Error while setting up salusfy platform for climate

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 361, in _async_setup_platform await asyncio.shield(task) File "/config/custom_components/salusfy/climate.py", line 78, in async_setup_platform await async_setup_reload_service(hass, DOMAIN, PLATFORMS) ^^^^^^^^^^^^^^^^^^^^^^^^^^ NameError: name 'async_setup_reload_service' is not defined