jmcollin78 / versatile_thermostat

A full featured Thermostat for Home Assistant: presets, window, motion, presence and overpowering management
MIT License
327 stars 34 forks source link

Warning message skipping self régulation #488

Closed jsapede closed 2 weeks ago

jsapede commented 3 months ago

Got a recurrent warning message in thé logs :

Temporarily skipping the self-regulation algorithm while the configured sensor for room temperature is unavailable

I've set a thermostat over thermostat for a climate control (Daikin + faikin esp control module)

The faikin esp provides ambient température measurement from a bluetooth sensor witch in available in HA through mqtt

I got an external zigbee température measurement also

Ha is in latest version and also versatile thermostat

I dont really understand where IS the problem as the warning message states a room température sensor unavailable that is provided by the faikin card with mqtt

2fst4u commented 3 months ago

I'm getting the same as of yesterday. It might be related to the recent HA update?

jmcollin78 commented 3 months ago

Hello @jsapede ,

I don't have any issue like that. Can you please post here the sensor entity configured in VTherm and its value from Dev Tools / State please.

jsapede commented 3 months ago

How to do ? What do you need exsctly ?

jmcollin78 commented 3 months ago

In the VTherm configuration check what is the entity configured to obtain the temperature and give me the value in Dev Tools / State.

Something like that: Capture d’écran 2024-08-14 à 08 20 56

Capture d’écran 2024-08-14 à 08 21 41

jmcollin78 commented 3 months ago

I want to be sure the temperature sensor is not available as explained by the log message.

jsapede commented 3 months ago

Screenshot_20240814-082653.png

Screenshot_20240814-082745.png

Screenshot_20240814-082615.png

jmcollin78 commented 3 months ago

In the screen copy all is working fine I guess. Do you still have the error ?

jsapede commented 3 months ago

yes its working on the screenshots this morning a reloaded the integration and got the same message :

image

the sensor is available :

image

but everytime a reload the integration i got the error message

jsapede commented 3 months ago

since a i rechecked this morning i got a new error

image

i dont know where it comes form since i have no 5.0 settings

image

image

jmcollin78 commented 3 months ago

Hello @jsapede ,

You are running into this issue (due to HA 2024.8): https://github.com/jmcollin78/versatile_thermostat/issues/489

The solution is in this issue (change the min temperature allowed in VTherm configuration).

jmcollin78 commented 3 months ago

yes its working on the screenshots this morning a reloaded the integration and got the same message :

image

the sensor is available :

image

but everytime a reload the integration i got the error message

What is possible is that you have this only at startup. This is possible if your thermostat device is started AFTER the VTherm. If it is only at startup, you can safely ignore this message.

jmcollin78 commented 1 month ago

Please give a try to https://github.com/jmcollin78/versatile_thermostat/releases/tag/6.3.4. It fixes and improve the behavior. I wish you will not see this message (only on startup as explained above).

jmcollin78 commented 2 weeks ago

Closing because of stale. Don't hesitate to reopen if needed.