s0170071

Results 34 comments of s0170071

The issue is that the image is already displayed in the browser but it takes another two seconds until it stops loading. It seems the browser is expecting something, i.e....

just wanted to test but I see you made some changes. new dp types are dpManager.addDP("Raw", "DPs", 0x00, RAW).setLength(4); dpManager.addDP("TempL", "DPs", 0x00, TEMPL); dpManager.addDP("TempS", "DPs", 0x00, TEMPS); dpManager.addDP("Stat", "DPs", 0x00,...

Got it. My script is running, the conversion seems to work. Thanks. About that raw DP: if I had the wicked idea of scanning all 0xffff addresses of the vito,...

Well, almost - yes. It is my understanding that the vito does answer ok even if you request 4 bytes from an 4 byte address. It does return an error...

> Now I can't write code that evaluates whether a returned value makes sense or not. What I can do is if there is a value, print all possible conversions...

maybe myOptolink.available() should return the number of bytes sent by the vito. This way you can allocate a buffer that fits and know how much bytes to process afterwards.

I looked at those files but could not find anything useful. And there is a 180 MB XML file thats particularily difficult to inspect in a text editor :-O Do...

wenn bei 16D0 kWh Strom Warmwasser 16D1 kWh Strom Heizung 16D2 kWh Wärme Warmwasser 16D3 kWh Wärme Heizung die Werte der aktuellen Woche liegen, wo finde ich dann die Werte...

> > > So sieht es jetzt bei mir aus: > Das graue Kabel geht an Modbus-IN und das schwarze zum USB-Ladegerät. > ![grafik](https://user-images.githubusercontent.com/73853447/116293049-b47dac00-a796-11eb-8eae-4e8d410e2f9b.png) Prima! Hab mich gerade vorhin über...