Limych / ha-iaquk

Indoor Air Quality Sensor Component for Home Assistant
MIT License
105 stars 15 forks source link

Sources set = 3, sources used = 0 #119

Closed jjanderson closed 11 months ago

jjanderson commented 1 year ago

Hi,

With the last update, I am no longer getting any values coming through with

Sources set = 3

Sources used = 0

I am using the tether sensors and using a rest integration. Everything was working fine until the update

image

My IAQUK config example is:

tether02: name: "tether 02" sources: temperature: sensor.tether02_temp humidity: sensor.tether02_humidity co2: sensor.tether02_co2 sensors:

The sensors are configured as rest sensors as follows:

Any help would be greatly appreciated

Thanks

jjanderson commented 1 year ago

I see index is actually working but it is the Level that is not, It would appear that this issue has already been reported.

It would however be good to get an update on ETA for a fix.

Please do let me know if you need any help with testing, otherwise, thanks very much for all your hard work in bringing this to us here on Jersey!

smarrk commented 1 year ago

Please take a look at your system log. You probably see

ValueError: Sensor sensor.iaq_level_office has device class None, state class measurement unit None and suggested precision None thus indicating it has a numeric value; however, it has the non-numeric value: Good (<class 'str'>)

If so, this error is taken care of in #116 (currently not merged)