Felix Knecht

Results 67 comments of Felix Knecht

I did a quick test last year and I can connect to the inverter just fine. I used the following script to read the config: https://github.com/henkwiedig/Hoymiles-DTU-Proto/blob/main/GetConfig.py Don't have the config...

These are the fields I get from the above GetConfig run: `time: 12627 netmode_select: 1 server_send_time: 15 serverport: 10081 meter_kind: 2.1.21_hm meter_interface: 2.1.21_hm wifi_ssid: DTU-W600 wifi_passward: 12345678 server_domain_name: dataeu.hoymiles.com dtu_sn:...

I was actually also wondering whether I need to send the whole config back (like in the SetConfig example in the other repo) or I could just send some of...

I tried setting the wifi with the hoymiles-wifi script by @suaveolent and can confirm that it works with an inverter straight out of the box! I have some connection problems,...

@suaveolent Maybe have a look here: https://github.com/veganmosfet/Balcony_in_the_cloud#firmware-update @veganmosfet might be able to help. He triggered it through the cloud connection though, but there possibly is a more direct way to...

@suaveolent Yeah, I'm already working on this. I will have a test result and a pull request for you sometime this week :)

I moved the discussion about updating the firmware over to https://github.com/suaveolent/hoymiles-wifi/pull/1 No need to spam this issue any more, which is about setting the wifi config (which works for me,...

I see exactly 94 pings to the inverter succeed, then around 230-250 pings fail and then it comes back for exactly 94 pings again and so on. So for me...

I tried to implement this myself, but this is the first time I fumble with rust, so I couldn't get thinks very far... This is what I came up with...

Thanks! This does not work for me, but I think it is because of my self-signed cert I'm currently running with :( I have all the certs in the right...