You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! The unit of measurement for signal strength is missing/blank instead of dBm or dB. So the Ruuvi RSSI can not be combined with other RSSI measurements into the same graph. Maybe it is the device_class (https://www.home-assistant.io/integrations/sensor/#device-class) that is missing or not set?
Edit: sensor.py line 51, currently: 'rssi': ['Received Signal Strength Indicator', '']
should be amended to: 'rssi': ['Received Signal Strength Indicator', 'dBm']
The text was updated successfully, but these errors were encountered:
Hi there! The unit of measurement for signal strength is missing/blank instead of dBm or dB. So the Ruuvi RSSI can not be combined with other RSSI measurements into the same graph. Maybe it is the device_class (https://www.home-assistant.io/integrations/sensor/#device-class) that is missing or not set?
Edit: sensor.py line 51, currently:
'rssi': ['Received Signal Strength Indicator', '']
should be amended to:
'rssi': ['Received Signal Strength Indicator', 'dBm']
The text was updated successfully, but these errors were encountered: