Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- esphome:
- name: esphome-nilan
- friendly_name: nilan_esp32
- esp32:
- board: wemos_d1_mini32
- logger:
- baud_rate: 0
- api:
- encryption:
- key: "xxx"
- ota:
- wifi:
- ssid: "xxx"
- password: "xxx"
- fast_connect: on
- ap:
- ssid: "xxx"
- password: "xxx"
- captive_portal:
- packages:
- remote_package:
- url: https://github.com/Jopand/esphome_components
- ref: main
- files: [components/nilan/basic.yaml]
- refresh: 0s
- uart:
- rx_pin: GPIO3
- tx_pin: GPIO1
- parity: EVEN
- baud_rate: 19200
- id: uart_modbus
- stop_bits: 1
- modbus:
- id: modbus_id
- uart_id: uart_modbus
- modbus_controller:
- id: nilan_modbus_controller
- address: 30
- modbus_id: modbus_id
- update_interval: 30s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement