Michael Kotten

Results 66 comments of Michael Kotten

`npm ERR! Error: CERT_UNTRUSTED` seems to be obvious. Since I don't think that npmjs.org uses an untrusted certificate I would guess that your system contains outdated public certificates.

Where did Sungrow say that the ethernet port is deprecated? Since I am using the old WiNet stick, which doesn't support real time data, this would be a giant drawback.

There is even a V1.0.23: [TI_20211231_Communication Protocol of Residential Hybrid Inverter_V1.0.23_EN.pdf](https://github.com/bohdan-s/SunGather/files/8918236/TI_20211231_Communication.Protocol.of.Residential.Hybrid.Inverter_V1.0.23_EN.pdf)

I see the use case for a plain prometheus exporter, but I like the multiple outputs of Sungather. I personally use the mqtt, console and http output. @neiser it would...

What about this: https://github.com/bohdan-s/SunGather/pull/55

Would be interesting what device type code you see when running SunGather: https://github.com/bohdan-s/SunGather/blob/27bf7dcb90d7240539199e41aa335a8c6eb96c91/SunGather/registers-sungrow.yaml#L29 I would personally think that using SG5K-D should return proper results.

Then please try to add 0x122 to the `datarange` and the correct value and see what happens: ``` - response: 0x122 value: "SG3K-D" ```

Oh, yes. Then just search and replace `"SG5K-D",` with `"SG3K-D","SG5K-D",` 😉

I was going to implement a health check for the Dockerfile but I'm still waiting for the next version. @bohdan-s will it be a problem if the Dockerfile gets updated?

This sounds like the wrong version of MQTT server. What type of MQTT server are you using?