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
the battery number is embeded at the end of each sensor (i.e pytes_esp_current_1, pytes_esp_current_2...)
13
-
- when cells_monitoring = 'true' in config.py an additional device will be created in Home Assistant with sufix "_cells" with all associated sensors. The battery and cell number is embeded at the end of each sensor ( i.e. voltage_102 means voltage for battery 1 cell 2)
13
+
- when cells_monitoring = 'true' in config.py an additional device will be created in Home Assistant with sufix "_cells" with all associated sensors. The battery and cell number is embeded at the end of each sensor ( i.e. voltage_102 means voltage for battery 1 cell 2). Under monitoring_level, three levels of details can be selected.
14
14
15
15
If more sensors will be needed, they can be added manually as per Home Assistant documentation [MQTT sensor](https://www.home-assistant.io/integrations/sensor.mqtt/)
16
16
and the example in docs folder [here](/docs/home_assistant_add_sensor.txt).
0 commit comments