-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to update from sensor: could not convert string to float: 'unknown' #5
Comments
I think this happen when my homeassistant load first time and the sensors are not populated. I don't get it anymore after some time. |
Yah, this happens to me as well when the dualmode component gets loaded. I
could potentially add some sort of delay to it, but I assume this happens
with the official generic component as well. I’ll take a look at the latest
code for that component and see if there is delay logic I can borrow.
…On Thu, Jun 4, 2020 at 7:05 AM ciumagcatalin ***@***.***> wrote:
I think this happen when my homeassistant load first time and the sensors
are not populated. I don't get it anymore after some time.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAGYOKM67AYHGAFPYPBBMDRU6SZXANCNFSM4NSRPKOA>
.
|
I suspect this fix (https://github.com/zacs/ha-dualmodegeneric/pull/6/files#diff-f6c9a6f9f4807af09d43c079b5749e5aR214) will solve that issue for you. |
But I got the last version 3 days ago. Maybe I missed smth. Is there anything I can help with? |
I only pushed that PR today and it hasn’t been merged yet 🙂 |
@zacs merged that potential fix in. @ciumagcatalin Can you give it a test with the latest? |
@bbbates , it works. I just put it today in and I don't get those messages anymore. Thanks!! |
On Home Assistant Core 0.104 I am getting: Unable to update from sensor: could not convert string to float: 'unknown'.
The setup was working fine on the older HA versions and my setup is:
name: Small Bedroom Thermostat
heater: switch.small_bedroom_heating
cooler: switch.living_air_conditioner
target_sensor: sensor.small_bedroom_temperature
min_temp: 18
max_temp: 30
away_temp: 20
initial_hvac_mode: "heat"
cold_tolerance: 0.3
hot_tolerance: 0.1
name: Kitchen Thermostat
heater: switch.kitchen_heating
cooler: switch.living_air_conditioner
target_sensor: sensor.living_temperature
min_temp: 18
max_temp: 30
away_temp: 20
initial_hvac_mode: "heat"
cold_tolerance: 0.3
hot_tolerance: 0.1
The text was updated successfully, but these errors were encountered: