bertmelis / VitoWiFi

Communicate with Viessmann boilers using the optolink for ESP8266 and ESP32
MIT License
118 stars 39 forks source link

How stable is V3? #107

Closed TheCutter closed 8 months ago

TheCutter commented 8 months ago

Is it possible for a new project to start with V3 or are some core parts still missing?

bertmelis commented 8 months ago

I have it non-stop running on a raspberry pi for several weeks now so I would say it is ready to release.

Therefore I also don't recommend using the other versions. My focus is only on v3.

What is missing? Type conversions. But then again, it is easy to access the raw data so you can encode/decode in your own code. When the conversion is added to the library, you can still switch or do nothing and keep your own code.

TheCutter commented 8 months ago

Okay thank you. I will give it a try.