the output from the senor is coming from 0-4v but it is not coming on the home assistant
This is my yaml configuration
- sensor:
- name: "Water Level (%)"
state_topic: 'server/42dd7407672e64273d439978/adc1'
unit_of_measurement: "%"
value_template: "{{ ((value | float) * 2) * 10 }}" # Converts 0-10V into 0-100%
- name: "Analog Digital Input 3"
state_topic: "server/7ffd88f939adfbe3340ee686/adc1"
unit_of_measurement: "V"
i am getting no values on home assistant.
my tank is smaller and i am getting values in between 0-5v maximum
This is my yaml configuration
- sensor:
- name: "Water Level (%)"
state_topic: 'server/42dd7407672e64273d439978/adc1'
unit_of_measurement: "%"
value_template: "{{ ((value | float) * 2) * 10 }}" # Converts 0-10V into 0-100%
- name: "Analog Digital Input 3"
state_topic: "server/7ffd88f939adfbe3340ee686/adc1"
unit_of_measurement: "V"
i am getting no values on home assistant.
my tank is smaller and i am getting values in between 0-5v maximum

