Closed
Description
I am using Homematic devices with HASS.
Sensors have only one RSSI attribute (RSSI_DEVICE) which is reflecting the (incoming) signal strength measured by the CCU of the sensor. A sensor only sends data.
Actors for example have two RSSI attributes. One is the same as with the sensors and the other one is indicating the signal strength measured by device (receiving data from the CCU).
The homematic component is collecting both RSSI Attributes but in the UI of Home Assistant only one attribute is visible and it is called rssi
. This makes me believe that it is not correct of fully implemented. The rssi
attribute in HASS should be called rssi_device
and rssi_peer
.