openv / vcontrold

:fire: vcontrold Daemon for control and logging of Viessmann® type heating devices
https://github.com/openv/openv/wiki
GNU General Public License v3.0
101 stars 54 forks source link

Idea: Port to Sub-3 EUR WLAN device #6

Closed probonopd closed 6 years ago

probonopd commented 6 years ago

The Wemos D1 Mini is a Sub-3 EUR ESP8266 device with integrated WLAN. It can be programmed in C++/Arduino: https://github.com/esp8266/Arduino

I wonder whether vcontrold could be ported there.

speters commented 6 years ago

IMO vcontrold is not suited for devices, where RAM is very scarce. Have a look at e.g. https://github.com/bertmelis/VitoWifi or use https://github.com/jeelabs/esp-link as a "ser2net"/"socat" Optolink->network link to a remote vcontrold.

probonopd commented 6 years ago

Interesting, thank you.