better-thermostat-ui-card
better-thermostat-ui-card copied to clipboard
Always shows battery warning for a mains operated temp sensor
Hi and thanks a lot for this great combi of integration and ui card! I have one issue: my better thermostat always shows a battery warning in the ui for the temp sensor I am using. This temp sensor is inside of my mains powered diy rf gateway and therefor does not provide any battery level at all. So, is there a way to disable the battery warning for the temp sensor?
I have the same problem. When installing the card, everything was fine for some time. Only a few days ago, information about a battery problem appeared. The valves at the radiators are actually powered by the battery, but the integration responsible for this shows the battery charge status at 100% (it was recently charged).
The Average temperature at bathroom sensor is set as the temperature reference for Better Thermostat integration.
Integracja Better Thermostat v 1.4.0 UI Card v 2.2.0
Can you pls provide the real Batterie entity from your trv (dev Tools)
If you want to turn of the warnings there is a flag in the card config.
My TRVs do only have a binary_sensor signalling Battery OK or not OK I have two of those TRVs combined in a group with your better thermostat - the battery sensors have the following entities: binary_sensor.0x0c4314fffe6a4c24_battery_low and binary_sensor.0x0c4314fffe51b6f0_battery_low
And how can I disable the warning? I did not find anything in the docs? When I try this:
It complains.
Can you pls provide the real Batterie entity from your trv (dev Tools)
In my case I have all information about battery
If you want to turn of the warnings there is a flag in the card config.
Yes, I know, but if there is such a possibility, I would like to take advantage of it :)
disable_battery_warning: true
But there is a visual checkbox too
disable_battery_warning: true
But there is a visual checkbox too
OMG...I had it always in the code editor view and didn´t even think of the visual editor! Thank you!