Hi. Got some sensor readings from a couple of batteries and I defined them as follow:
# sensor.yaml file
- platform: modbus
registers:
- name: Wago_DC1
slave: 1
register: 0
scale: .000915751
precision: 1
unit_of_measurement: V
#customize.yaml file
sensor.wago_dc1:
friendly_name: Batteri 1
device_class: battery
Shows up fine i UI, but since the battery is 12V is shows up with the “almost empty” icon.
Guess it would be full if I had 100V.
Id like to customize this somehow so I get the full battery icon when I have 13V instead.
Not sure if possible and it that case, how?