Sensor Averaging Issues¶
Averaged Sensors Not Showing¶
Symptoms: No averaged sensors appear despite sensor_classes configuration
Solutions:
- Check sensor device classes:
- Verify numeric values: Only sensors with numeric states are averaged
- Check area assignment: Sensors must be assigned to the correct area
- Verify device classes exist: Check if any sensors in the area have the specified device classes
Unexpected Averaging Results¶
Symptoms: Averaged values seem incorrect
Solutions:
- Check units: Sensors with different units are averaged separately
- Verify all sensors: Check that all expected sensors are included in averaging
- Check sensor states: Ensure all sensors have valid numeric states
Individual vs Averaged Confusion¶
Symptoms: Don't understand which sensors are shown
Solutions:
- Display order: Individual sensors (from
sensors) show first, then averaged sensors - Avoid duplication: Don't include sensors in both
sensorsandsensor_classes - Use sensor_layout: Try
bottomlayout to see all sensors clearly
Missing Device Classes¶
Symptoms: Expected device classes don't appear in editor
Solutions:
- Check area sensors: Only device classes present in the area are shown
- Verify sensor setup: Ensure sensors have proper
device_classattributes - Try custom values: You can type custom device class names in the editor