BeamCtrl / Airiana

SystemAir Modbus Ventilaton Controller VR400/VR700/VTR300/VSR300/SaveCair
Other
26 stars 7 forks source link

ESP8266/ESP32 #16

Closed Ex3mXX closed 3 years ago

Ex3mXX commented 3 years ago

Like to see this implemented in ESPHome. ESP8266/ESP32 with a Modbus RTU.

BeamCtrl commented 3 years ago

I would say it’s too much work, and logging updateing etc will be a problem, My tip would be to use the ESP as a modbu TCP/RTU bridge, Airiana has support for using a TCP reciever as target and modbus bridge libs are avail for the ESPs. You can then run the logic processing on any machine on your network.

/Daniel

Ex3mXX commented 3 years ago

In my case I just like to get all the information to HASS and for there take care of the logging and logic. So by just setting up a ESP as a modbu TCP/RTU bridge with ESPHome and send the data to HASS would make my day! Anyhow, will try out your solution with a Rasp.

Thanks Patrik