Closed Copyrighter closed 5 months ago
@bruvv is there any other solution than escaping? is there option to see both % and V?
not that I know of. Mine broke so I cannot test it at the moment :(
@bruvv
I found a working fix ( tested ). change syntax in both sensors to:
sensor:
# Battery volt
- platform: adc
pin:
number: 33
allow_other_uses: true
# Battery %
- platform: adc
pin:
number: 33
allow_other_uses: true
nice found! I added it to the repo :) https://github.com/bruvv/LILYGO-T-Higrow-Esphome/commit/12eb9d130cfbb90c3b57126f4ae77ef5dccd2d35
How can I have both Sensors enabled in battery.yaml: # Batterie volt and # Battery %.? If I add both of them, I see following error:
Pin 33 is used in multiple places.
Each one separately is working.