VictronMPPT-ESPHOME/components/victron
2021-09-01 11:56:00 +02:00
..
__init__.py Refactor sensors and text sensors 2021-09-01 11:56:00 +02:00
README.md Convert custom component to external component 2021-08-31 08:28:33 +02:00
sensor.py Refactor sensors and text sensors 2021-09-01 11:56:00 +02:00
text_sensor.py Refactor sensors and text sensors 2021-09-01 11:56:00 +02:00
victron.cpp Refactor sensors and text sensors 2021-09-01 11:56:00 +02:00
victron.h Refactor sensors and text sensors 2021-09-01 11:56:00 +02:00

Victron solar charge controller

A configured uart component is required.

Example:

victron:
  uart_id: the_uart

sensor:
  - platform: victron
    panel_voltage:
      id: pv
    battery_voltage:
      id: bv
    battery_current:
      id: bc

The uart_id is optional.

All sensors are optional.

The available numeric sensors are:

  • max_power_yesterday
  • max_power_today
  • yield_total
  • yield_yesterday
  • yield_today
  • panel_voltage
  • panel_power
  • battery_voltage
  • battery_current
  • day_number
  • charger_status
  • error_code
  • tracker_operation
  • load_current

The available text sensors are:

  • charger_text
  • error_text
  • tracker_text
  • fw_version
  • pid