Hi,
I have setup an USB300 and integrated it with EnOcean MQTT (dev).
Overall the setup is ok, the devices entered in the config are getting created in MQTT as well. So far so good.
The problem is - I am not able to extract the values as probably the eep setting is wrong. I am migrating from FHEM so I used the eep´s that where set there but non of the devices/sensors is working in HA.
Temperature sensor Thermokon SR06 (no LCD, no buttons, just sensor)
2025-04-29 09:33:23,455 DEBUG: 00:03:8D:52->FF:FF:FF:FF (-91 dBm): 0x01 ['0xa5', '0x0', '0x7e', '0x6f', '0xf', '0x0', '0x3', '0x8d', '0x52', '0x0'] ['0x1', '0xff', '0xff', '0xff', '0xff', '0x5b', '0x0'] OrderedDict()
2025-04-29 09:33:23,456 WARNING: Cannot find rorg 0xa5 func 0x3f type 0x6f in EEP!
2025-04-29 09:33:23,457 WARNING: message not interpretable: enoceanmqtt/OG.Bad.Tempunused
Open/Close sensor:
025-04-29 09:35:04,459 DEBUG: 00:00:DA:C6->FF:FF:FF:FF (-91 dBm): 0x01 ['0xd5', '0x9', '0x0', '0x0', '0xda', '0xc6', '0x0'] ['0x1', '0xff', '0xff', '0xff', '0xff', '0x5b', '0x0'] OrderedDict()
2025-04-29 09:35:04,460 WARNING: message not interpretable: enoceanmqtt/OG.Ankleide.Kuppel.Fensterkontakt
These two are a switches but are just showing last seen and RSSI, probably missing some further config here?:
2025-04-29 09:35:34,439 DEBUG: FF:D4:19:81->FF:FF:FF:FF (-73 dBm): 0x01 ['0xd2', '0x4', '0x60', '0x0', '0xff', '0xd4', '0x19', '0x81', '0x0'] ['0x1', '0xff', '0xff', '0xff', '0xff', '0x49', '0x0'] OrderedDict()
2025-04-29 09:35:34,440 DEBUG: enoceanmqtt/OG.Abstellkammer.Drucker: CMD (Command identifier)=Command ID 4
2025-04-29 09:35:34,441 DEBUG: enoceanmqtt/OG.Abstellkammer.Drucker: DV (Dim value)=Dim to new output level - dim timer 3
2025-04-29 09:35:34,441 DEBUG: enoceanmqtt/OG.Abstellkammer.Drucker: IO (I/O channel)=Output channel 0 (to load)
2025-04-29 09:35:34,441 DEBUG: enoceanmqtt/OG.Abstellkammer.Drucker: OV (Output value)=Output value 0% or OFF
2025-04-29 09:35:34,441 DEBUG: enoceanmqtt/OG.Abstellkammer.Drucker: Sent MQTT: {"_RSSI_": -73, "_DATE_": "2025-04-29T09:35:34.439210", "CMD": 4, "DV": 3, "IO": 0, "OV": 0}
2025-04-29 09:35:34,442 DEBUG: Sending PUBLISH (d0, q0, r1, m98), 'b'enoceanmqtt/OG.Abstellkammer.Drucker'', ... (92 bytes)
2025-04-29 09:40:31,869 DEBUG: FF:F0:F3:01->FF:FF:FF:FF (-83 dBm): 0x01 ['0xd2', '0x4', '0x60', '0x80', '0xff', '0xf0', '0xf3', '0x1', '0x0'] ['0x1', '0xff', '0xff', '0xff', '0xff', '0x53', '0x0'] OrderedDict()
2025-04-29 09:40:31,872 DEBUG: enoceanmqtt/OG.Ankleide.Licht: CMD (Command identifier)=Command ID 4
2025-04-29 09:40:31,873 DEBUG: enoceanmqtt/OG.Ankleide.Licht: DV (Dim value)=Dim to new output level - dim timer 3
2025-04-29 09:40:31,873 DEBUG: enoceanmqtt/OG.Ankleide.Licht: IO (I/O channel)=Output channel 0 (to load)
2025-04-29 09:40:31,873 DEBUG: enoceanmqtt/OG.Ankleide.Licht: OV (Output value)=Output value 0% or OFF
2025-04-29 09:40:31,874 DEBUG: enoceanmqtt/OG.Ankleide.Licht: Sent MQTT: {"_RSSI_": -83, "_DATE_": "2025-04-29T09:40:31.869583", "CMD": 4, "DV": 3, "IO": 0, "OV": 0}
2025-04-29 09:40:31,874 DEBUG: Sending PUBLISH (d0, q0, r1, m99), 'b'enoceanmqtt/OG.Ankleide.Licht'', ... (92 bytes)
Motion Sensor:
2025-04-29 10:01:57,973 DEBUG: 01:84:10:BD->FF:FF:FF:FF (-77 dBm): 0x01 ['0xa5', '0xd8', '0x7b', '0xff', '0x9', '0x1', '0x84', '0x10', '0xbd', '0x80'] ['0x1', '0xff', '0xff', '0xff', '0xff', '0x4d', '0x0'] OrderedDict()
2025-04-29 10:01:57,974 WARNING: message not interpretable: enoceanmqtt/OG.Ankleide.BWM
The config looks as follows:
[OG.Bad.Tempunused]
address = 0x00038D52
rorg = 0xA5
func = 0x3F
type = 0x6F
[OG.Ankleide.Kuppel.Fensterkontakt]
address = 0x0000DAC6
rorg = 0xD5
func = 0x00
type = 0x01
[OG.Abstellkammer.Drucker]
address = 0xFFD41981
rorg = 0xD2
func = 0x01
type = 0x08
# Motion
[OG.Ankleide.BWM]
address = 0x018410BD
rorg = 0xA5
func = 0x07
type = 0x01
I also checked the supported devices here https://github.com/mak-gitdev/HA_enoceanmqtt/wiki/Supported-devices
At least some should work. Motion sensor is there, the open/close contact. The switches and the temperature sensore are missing.
Do you have any ideas?
br
F.