!!! This component i depricated and no longer maintaineed !!!
A configured uart component and a modbus component is required.
Example minimal required config:
uart:
rx_pin: GPIO16
tx_pin: GPIO17
parity: EVEN
baud_rate: 19200
id: uart_modbus
stop_bits: 1
modbus:
uart_id: uart_modbus
genvex:
address: 1
update_interval: 60s
sensor:
- platform: genvex
temp_t1:
name: "genvex_temp_t1"
id: genvex_temp_t1
target_temp:
name: "genvex_target_temp"
speed_mode:
name: "genvex_speed_mode"
climate:
- platform: genvex
name: genvex
sensor: genvex_temp_t1List of optional sensors:
temp_t1temp_t3temp_t4temp_t7temp_t2_panelmeasured_humidityhumidity_calculated_setpointalarm_bitinlet_fanextract_fanbypasswatervalvehumidity_fan_controlbypass_on_offheattimer
TO-DO:
- .....
Kudos: A big thanks to ssieb from the ESPHome Discord community for assisting i making this happen! https://github.com/ssieb