The window contact TF-FKB sends, next to the sensor telegrams, every hour a status telegram. In this telegram, the battery voltage is given, which I want to use for maintenance.
The problem is that the EEP is not given, only the content of the telegram. The nearest EEP I could find is A5-14-01, so I would call the new EEP A5_14_01_ELTAKO (or is A5_14_01_TFFKB better?). Here the content like given in the manual:
ORG = 0x07
DB0 = 0x08
DB1 = 0x00
DB2 = 0x00..0xFF = 0..5V (Battery voltage)
DB3 = 0x00..0xFF = 0..5V (Battery storage)
The window contact TF-FKB sends, next to the sensor telegrams, every hour a status telegram. In this telegram, the battery voltage is given, which I want to use for maintenance.
The problem is that the EEP is not given, only the content of the telegram. The nearest EEP I could find is A5-14-01, so I would call the new EEP A5_14_01_ELTAKO (or is A5_14_01_TFFKB better?). Here the content like given in the manual: ORG = 0x07 DB0 = 0x08 DB1 = 0x00 DB2 = 0x00..0xFF = 0..5V (Battery voltage) DB3 = 0x00..0xFF = 0..5V (Battery storage)
Sample data received:
I don't know what the difference is between DB2 and DB3, so I would publish both values, adding a channel "batteryStorage". Is this OK?