Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- esphome:
- name: vicmppt
- friendly_name: vicmppt
- platformio_options:
- board_build.flash_mode: dio
- board_build.extra_flags:
- - "-DARDUINO_USB_CDC_ON_BOOT=0"
- esp32:
- board: seeed_xiao_esp32c3
- variant: esp32c3
- framework:
- type: arduino
- # Enable logging
- logger:
- # Enable Home Assistant API
- api:
- encryption:
- key: "McjB70+2qF3oeBvvZU="
- ota:
- password: "3d1ea1f08"
- wifi:
- ssid: !secret wifi_ssid
- password: !secret wifi_password
- # Enable fallback hotspot (captive portal) in case wifi connection fails
- ap:
- ssid: "Vicmppt Fallback Hotspot"
- password: "g6fO9FF319BW"
- captive_portal:
- external_components:
- - source: github://KinDR007/VictronMPPT-ESPHOME@main
- uart:
- id: uart_1
- tx_pin: GPIO21 # Not used! The communication is read-only
- rx_pin: GPIO20
- baud_rate: 19200
- rx_buffer_size: 512
- victron:
- id: victron0
- uart_id: uart_1
- sensor:
- - platform: victron
- victron_id: victron0
- panel_power:
- name: "Panel Power"
- panel_voltage:
- name: "Panel voltage"
- battery_voltage:
- name: "Battery voltage"
- battery_current:
- name: "Battery current"
- max_power_today:
- name: "Max Power Today"
- esp32_ble_tracker:
- scan_parameters:
- interval: 1100ms
- window: 1100ms
- active: true
- bluetooth_proxy:
- active: true
Advertisement
Add Comment
Please, Sign In to add comment