mirror of
https://github.com/syssi/esphome-votronic.git
synced 2025-07-22 12:10:34 +02:00
10 lines
280 B
YAML
10 lines
280 B
YAML
<<: !include esp8266-charging-converter-example-debug.yaml
|
|
|
|
interval:
|
|
- interval: 2s
|
|
then:
|
|
- lambda: |-
|
|
id(votronic0).on_votronic_data({
|
|
0xAA, 0x7A, 0xA0, 0x05, 0xA4, 0x06, 0x78, 0x00, 0x00, 0x00, 0xA0, 0x15, 0x03, 0x00, 0x00, 0xB3
|
|
});
|