Hello all, Hello @danielperna84,
in the home assistant logs we can see many events similar to these:
2021-03-21 15:47:25 INFO (Thread-3) [pyhomematic.devicetypes.generic] HMGeneric.event: address=NEQ0935446:1, interface_id=homeassistant-rf, key=TEMPERATURE, value=19.8
2021-03-21 15:47:25 INFO (Thread-3) [pyhomematic.devicetypes.generic] HMGeneric.event: address=NEQ0935446:1, interface_id=homeassistant-rf, key=HUMIDITY, value=39
2021-03-21 15:47:26 INFO (Thread-3) [pyhomematic.devicetypes.generic] HMGeneric.event: address=001F5A4993D74B:0, interface_id=homeassistant-ip, key=DUTY_CYCLE_LEVEL, value=5.5
2021-03-21 15:47:27 INFO (Thread-3) [pyhomematic.devicetypes.generic] HMGeneric.event: address=001F5A4993D74B:0, interface_id=homeassistant-ip, key=CARRIER_SENSE_LEVEL, value=4.0
These values are generally represented by entity values or attributes. However in case of the CARRIER_SENSE_LEVEL that is not the case and I’d be happy to contribute a PR if you point me in the right direction.
Related to the issue, as part of my learning experience, I wanted to ask if there is any way to react to these HMGeneric.event’s directly? I am not seeing them in the HA developer view and suspect there is not.
Thanks!