mirror of
https://github.com/syssi/esphome-votronic.git
synced 2025-07-22 12:10:34 +02:00
10 lines
275 B
YAML
10 lines
275 B
YAML
<<: !include esp8266-solar-charger-example-debug.yaml
|
|
|
|
interval:
|
|
- interval: 2s
|
|
then:
|
|
- lambda: |-
|
|
id(votronic0).on_votronic_data({
|
|
0xAA, 0x1A, 0x17, 0x05, 0xEA, 0x06, 0x22, 0x00, 0x00, 0x00, 0x00, 0x22, 0x22, 0x00, 0x09, 0xCF
|
|
});
|