knowthelist

Results 21 comments of knowthelist

Please, could you give me your log data as a string for debugging your case on my site. Like this: 2024-04-15_01:28:22 0 2024-04-15_07:28:11 1 2024-04-15_11:28:22 0 2024-04-15_17:28:42 1 You can...

yes, not cool. But to change this a tooltips callback is necessary options: { tooltips: { callbacks: { label: function(tooltipItem, data) { return ...; } } }

My intention was to avoid the attachment of the FTUI binding by default. I could imagine, that other bindings could also be used at some point. Normally Webcomponents should be...

Hi David, Thanks for your report. Happens this only with this certain song file or with many tracks? Viele Grüße Mario Stephan > Am 07.08.2016 um 12:29 schrieb david_david [email protected]:...

Sorry, I don't know. I just tested it with my wifi stick. But I guess it's compatible with older versions of the protocol as well. Just give it a try:...

your ANNOUNCE message doesn't contain a valid date. It is all zeros. The script should ignore that. Could you add this lines before line 410? ``` if ( $day <...

Not really. Something must be shifted when decoding. We need a little more verbose log. Please start with log level 4 to get the raw messages `perl growatt_server.pl --debug=4`

you have protocol version 5. This have to be decodes differently. I try to figure it out and adapt the code accordingly.

I added some protocol 5 specifics, but the output values for your examples of message 0x50 make no sense to me. I tried a lot of position and also the...

to reach another client, you have to use the same sub net. This is not the case: 192.168.10.x vs. 192.168.1.x Or is that just a typo?