basschipper / homeassistant-generic-hygrostat

Generic Hygrostat for Home Assistant
79 stars 20 forks source link

Unknown sensor #45

Closed dkNeumann closed 1 year ago

dkNeumann commented 1 year ago

Hi, Just installed the hygrostat using my Multisensor 6 from AEOTEC (z-wave), and the following error shows up:

Logger: custom_components.generic_hygrostat.binary_sensor Source: custom_components/generic_hygrostat/binary_sensor.py:85 Integration: generic_hygrostat (documentation) First occurred: 17.08.03 (1 occurrences) Last logged: 17.08.03 Unknown humidity sensor 'sensor.bathroom_sensor_humidity'

My config is:

(this is in my configuration.yaml)

Corsw commented 1 year ago

Unfortunately i'm facing the same issue. This is the error in the log:

Logger: custom_components.generic_hygrostat.binary_sensor
Source: custom_components/generic_hygrostat/binary_sensor.py:85
Integration: generic_hygrostat ([documentation](https://github.com/basschipper/homeassistant-generic-hygrostat))
First occurred: 14:42:41 (1 occurrences)
Last logged: 14:42:41

Unknown humidity sensor 'sensor.badkamer_aqara_humidity'

The sensor is working, and showing like this in HA:

state_class: measurement
unit_of_measurement: '%'
device_class: humidity
friendly_name: Luchtvochtigheid badkamer (aqara)

And this is how its configured in my configuration.yaml:

  - platform: generic_hygrostat
    name: Badkamer hygrostaat
    sensor: sensor.badkamer_aqara_humidity 
    delta_trigger: 3 
    target_offset: 3 
    sample_interval: 30 
    min_humidity: 30 
    unique_id: badkamer_hygrostaat 

Any idea whats going wrong here?

basschipper commented 1 year ago

Duplicate of #30