I’ve added a compensation integration to show the state of charge of my battery. I’m using a shelly uni to measure the voltage. After a restart the comp-sensor shows up, but there’s no data. what am I missing?
compensation:
pq1_soc:
unique_id: pq1_soc
source: sensor.pq1_monitor_adc
attribute: soc
unit_of_measurement: '%'
lower_limit: true
upper_limit: true
data_points:
- [23.5, 1.0]
- [26.2, 76.0]
- [27.7, 100.0]