Page 1 of 1

NodOn STPH-2-1-05 temperature sensors: 3 OK and 1 KO

Posted: Wednesday 04 November 2020 14:00
by cnaslain
Hi,

On a Domoticz (v4.10717) running on a Raspberry Pi2 (I know this is old; but I can't upgrade Dz on this old arch), I have an EnOcean dongle key (USB300DB) and I use 4 NodOn STPH-2-1-05 temperature sensors (all 4 bought together). 3 of these sensors works fine, 1 has never worked.

Here is an example of the log where you see that 2 of these are working fine.
At the end I tried to pair the one that does not work, the log shows an error message: "Unhandled RORG"

Code: Select all

2020-11-04 13:46:27.076 EnOcean: destination: 0xffffffff RSSI: 21
2020-11-04 13:46:27.076 EnOcean: 4BS data: Sender id: 0x01a95260 Status: 00 Data: 4a
2020-11-04 13:46:27.104 (EnOcean USB Key) Temp + Humidity (SondeExterieureNord)
2020-11-04 13:46:27.076 Status: EnOcean: 01 (0A/07) A5 00 A8 4A 0A 01 A9 52 60 00 00 FF FF FF FF 4F 00

2020-11-04 13:46:35.082 EnOcean: destination: 0xffffffff RSSI: 46
2020-11-04 13:46:35.083 EnOcean: 4BS data: Sender id: 0x01a91f53 Status: 00 Data: 85
2020-11-04 13:46:35.114 (EnOcean USB Key) Temp + Humidity (SondeBureau)
2020-11-04 13:46:35.082 Status: EnOcean: 01 (0A/07) A5 00 8A 85 0A 01 A9 1F 53 00 00 FF FF FF FF 36 00

 2020-11-04 14:18:53.724 EnOcean: destination: 0xffffffff RSSI: 33
2020-11-04 14:18:53.724 EnOcean: Unhandled RORG (35)
2020-11-04 14:18:53.725 EnOcean: destination: 0xffffffff RSSI: 33
2020-11-04 14:18:53.725 EnOcean: Unhandled RORG (35)
2020-11-04 14:18:53.725 EnOcean: destination: 0xffffffff RSSI: 33
2020-11-04 14:18:53.725 EnOcean: Unhandled RORG (31)
2020-11-04 14:18:53.724 Status: EnOcean: 01 (14/07) 35 20 93 47 5F 77 4E 92 AE B8 09 B8 BB 5E 5F 01 A4 D6 09 00 00 FF FF FF FF 43 00
2020-11-04 14:18:53.725 Status: EnOcean: 01 (0E/07) 35 60 91 BA EB 07 E1 35 95 01 A4 D6 09 00 00 FF FF FF FF 43 00
2020-11-04 14:18:53.725 Status: EnOcean: 01 (0F/07) 31 90 08 7F 3D EE 41 E1 A0 4C 01 A4 D6 09 00 00 FF FF FF FF 43 00 
I guess this is not an issue with domoticz and the USB key, but is it possible that the 4th sensor just does not work properly?
How can I debug this?

I have had a look into the code (https://github.com/domoticz/domoticz/bl ... anESP3.cpp) but it's not very clear to me if the hexadecimal code received is valid or not.

The EEP on the good and bad sensors are A5-04-01.

Regards,

Chris