Skip to content

MartinLorenzen/esphome_components

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

This is a work in progress! Only the most basic values are extracted from the unit.

Original work by Heine K. Madsen (https://github.com/heinekmadsen/esphome_components)

Genvex component for Optima 270

packages:
  remote_package:
    url: https://github.com/MartinLorenzen/esphome_components
    ref: main
    files: [components/genvexv2/optima270.yaml]
    refresh: 0s

uart:
  - id: uart_genvex
    rx_pin: GPIO16
    tx_pin: GPIO17
    parity: EVEN
    baud_rate: 19200
    stop_bits: 1
  
modbus:
    - id: genvex_modbus
      uart_id: uart_genvex
 
modbus_controller:
  id: genvex_modbus_controller
  address: 20
  modbus_id: genvex_modbus
  update_interval: 60s
  command_throttle: 10ms

About

ESPHome custom_components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.8%
  • Python 29.2%