Hi,
I have latest Home Assistant OS on RPi3, and encountered a problem with Nodon STPH-2-1-05 temperature/humidity sensor (Enocean profile A5-04-01). While humidity seems to be correct, temperature displayed is 15C instead of 23C. For reference I connected 2nd temperature sensor from Thermokon, it works correctly.
I have tried other options below, all same, doesn’t work.
min_temp: 0
max_temp: 40
or
range_from: 0
range_to: 250
Anyone can help?
Thanks in advance.
Current configuration YAML below.
enocean:
device: /dev/ttyUSB0
sensor:
- name: Thermokon LC-SR04 Temp Sensor
platform: enocean
id: [0x05,0x16,0x0A,0xD2]
device_class: temperature
min_temp: 0
max_temp: 40
- name: Nodon STPH-2-1-05 Temp Sensor
platform: enocean
id: [0x05,0x8E,0x3C,0xBB]
device_class: temperature
min_temp: 0
max_temp: 40
- name: Nodon STPH-2-1-05 Humidity Sensor
platform: enocean
id: [0x05,0x8E,0x3C,0xBB]
device_class: humidity