rellit / resol-vbus-python

Python Script to read RESOL VBUS Data over LAN
MIT License
14 stars 12 forks source link

write data to configuration #16

Open df8oe opened 1 year ago

df8oe commented 1 year ago

After usage of resol-vbus-python now is working excellent I wonder if it is possible to add the other side: writing data to configuration. This is technically working - take a look at https://danielwippermann.github.io/resol-vbus/#/md/docs/customizer-example . So it would be nice if I could

If I can do this I will be able to optimize the complete system with external influences like weather forecasts.

Delphi-FPC-Lazarus commented 1 year ago

from my point of view, that may be to dangerous. i've already tried to write back data with some software from resol. deltasol wasn't working any more cause something went wrong. solution was to reset and parametrize device again itself

df8oe commented 1 year ago

@danielwippermann is a developer of Resol. I think if you are knowing what you do it is not dangerous. Because of you write this data to a flash-based memory you should not spam write accesses to the device - thats all. I am actually trying to port the java code to python. https://github.com/danielwippermann/resol-vbus-java/tree/master/vbus-example/src/main/java/de/resol/vbus/example/parameterization