Hi,
Iβm actually on Jeedom and i want to try Home Assistant
I have the impression that enocean technology is not very well integrated
I can not integrate the sensor Nodon stph2105 (https://www.espace-domotique.fr/gb/devices/nodon-stph-2-1-05-temperature-sensor-and-humidity-enocean-white-nodon-stph-2-1-05-1865 . html), any idea who can include this ?
configuration.yml:
enocean:
device: /dev/ttyUSB0
Sensor :
sensor:
- platform: enocean
name: Temperature
id: [0xXX,0xXX,0xXX,0xXX]
When iβm in debug logger mode, i regulary receive trame from sensor but i canβt use/see it in interface
Patric
(Patric)
May 26, 2019, 8:12am
2
hello, I can not integrate my STPH A5-04-01 either.
How did you solve your problem?
my configuration is:
platform: enocean
name: Hum Ch_n Β° 1
id: [0x05, 0x11, 0x77, 0x46]
device_class: humidity
platform: enocean
name: T Β° Ch_n Β° 1
id: [0x05,0x11,0x77,0x46]
device_class: temperature
I have in the log this:
2019-06-02 16:01:03 DEBUG (Thread-2) [homeassistant.components.enocean] Received radio packet: 05: 11: 77: 46-> FF: FF: FF: FF (-61 dBm): 0x01 [0x30 β, 0xd7, 0xc6, 0xee, 0x2b, 0x2a, 0x8d, 0xdb, 0x9c, 0x5, 0x11, 0x77β 0x46 β,β 0x0 β] [β 0x1 β,β 0xff β,β 0xff β,β 0xff β,β 0xff β,β 0x3d β,β 0x0 '] OrderedDict ()
But the βpreviewedβ home screen, the temperature and the humidity do not appear, although the 2 logos are there.
Patric
(Patric)
June 25, 2019, 12:57pm
3
Hello,
does anyone know how to visualize this type of sensor in HA?
afterster
(Maxime C.)
April 22, 2020, 12:07pm
4
Just to update this topic as some people may reach to this page through some search. Such Enoncean STPH sensor is working fine on my side on current version with a configuration similar to Patric.