-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Valid datagram found, but with unknown structure. Discarding. <Buffer 60 81>
since solar inverter firmware 4.00.75.R
#4
Comments
I managed to log the
|
Ok, I guess I was on the wrong track here. Through intensive logging I was able to find out that the required values are read out by the HomeManager. For example, I see Any idea what I'm doing wrong? |
The Home app does not support custom accessories, services and characteristics. Use Home+, Eve or Controller 😊 |
Oh I see. With Controller it works for me. Thanks!!! |
I'm now also getting This appears to have been triggered by my inverter upgrading to firmware 04.00.75.R. Any chance the same is true for you? For me too this is happening exactly once every 60 s. |
I‘m getting the same error, but didn‘t touch my inverter firmware. But figures are still rolling in. |
I didn’t touch it either. It was updated automatically on March 4! |
Same issue here. Just installed the plugin. Firmware 4.00.7R |
Valid datagram found, but with unknown structure. Discarding. <Buffer 60 81>
since solar inverter firmware 04.00.75.R
Firmware That says:
… but that protocol has not been documented! 😬 It's unclear whether the datagrams we receive exist solely for discovery (since it's multicast, not unicast) to then set up a direct connection between inverter & SHM, or whether it contains meaningful data. But we can't use it anyway for this plugin because the update frequency would be too low. At least we have a very strong clue in the README! |
Valid datagram found, but with unknown structure. Discarding. <Buffer 60 81>
since solar inverter firmware 04.00.75.RValid datagram found, but with unknown structure. Discarding. <Buffer 60 81>
since solar inverter firmware 4.00.75.R
Temporary debug output I put in place:
☝️ Looks like the datagrams are identical, so definitely makes it very likely it's only used for discovery. |
Hi,
I managed to install this nice plugin, but it does not show any data. In the logs I get the following error:
Can you assist me on debugging this? Is there a way I can log the buffer in a readable form? I can adjust the code in
index.js
if you tell me what and where.Thanks in advance,
Sebastian
The text was updated successfully, but these errors were encountered: