nmakel

Results 114 comments of nmakel

Does one of the example scripts work? What output do you get? Have you tried reading any values or are you just getting an unexpected value on `connected()`?

And the other two questions I asked?

Since 0.4.3 many many things have changed. Without more debugging output it will be difficult to narrow down what's wrong. Can you check the pymodbus version that is installed? Can...

> Before I start, thank you for all the hard work that you have put into this ad keeping it up to date and sorry for the long post :(...

> Will it work in MicroPython ? No idea. Not tested. Besides possible performance issues on that SOC, you may have trouble with getting all of the required libraries working....

The debug output looks fine. As you see the meter is correctly registered and reporting values in the SolarEdge app. __What are the necessary MQTT fields and value dimensions?__ You'll...

I think the problem lies in your `*_energy_*` values. These are cumulative, not instantaneous. You should be feeding kWh and not W into them. Here is an example data set...

It's a bit of a mystery. The firmware contains firewall rule files which effectively block all incoming traffic over ethernet, but allows access on port 80 and 8080 via WiFi....

A quick -- closing -- update on the above issue: Some inverters have debug mode enabled. It is currently unknown why some people have this, and others don't. It looks...

SolarEdge has disabled debug mode on my device, and seems to have done so to many others, see issues [here](https://github.com/drobtravels/solaredge-local/issues/24), and [here](https://github.com/jbuehl/solaredge/issues/124). By removing the debug mode configuration file the...