Replies: 5 comments 7 replies
|
KW2? Based on the openv-wiki: there are 3 protocols: GWG, VS1 and VS2. VS1 is also named KW and VS2 goes as 300. All three protocols are implemented in VitoWiFi. By the way: if you have an USB adapter, you can probably use it with an ESP32-S3. I have it running like that and it is rock solid. |
|
Thanks so much for immediate response!! Where can I find more info on the ESP32-S3 solution you're using? "device ID="2098" name="V200 KW2" protocol="KW2"" (Was missing in my first post) BR |
|
Published the code here: https://github.com/bertmelis/HeatingMonitor I often build my own libraries instead of using public ones. It's a hobby project after all. This project is built using a Wemos Lolin S3 MINI and the "new variant" of the USB interface on the OpenV wiki.
Compiles with pioarduino. First upload is done via USB. Subsequent updates are over the air as the USB interface is used by the optolink interface. After last update I did, uptime is 100%. |
|
That's very kind!! Thanks again. |
|
Setting values requires a bit more code and logic. I don't have the time to draft something now. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm using vcontrold / vclient with an USB interface since about 10 years.
The USB Interface connection is somewhat unstable and I would likt to switch to vitoWiFi
Question: is KW2 supported?
Current used device at /dev/TTYUSB0 4800 8E2
All reactions