nmakel

Results 114 comments of nmakel

> It is no problem to read out the Modbus inverter values via RS485. Ok, so that's not something to worry about. > Is there a simple way to downgrade...

> That makes sense, but doesn't fix the issue yet. Log file attached. I'll go through some of the other registers and the Wattnode documentation to see if I can...

> It is showing the serial number (and version number) properly when I set Meter Protocol to SolarEdge, but it is flaky. FOr example when CT, serial and version don't...

> Stranger things have worked in the past. You have probably been trying this, but I've modified the list of block_1601 and block_1701 defaults. Might as well give it a...

> I tried switching to RS485-2 this morning no difference. At first I forgot to toggle the terminator switch, so I had to re-open and restart the inverter again. Before...

> Ok, I've managed connection problems. It looks like my SE doesn't change baud rate as expected. Correct. When the SE is a master polling meters it will switch back...

> So a quick glance tells me two things: (1) the SDM630 is responding as expected and is providing sensible readings, and (2) the SE is communicating with `semp-rtu.py` and...

> Nice project @nmakel! Thanks! > 1. Is it possible to add an "api-device", where you can point to a data source providing measurements similar to the devices you support....

> Alright awesome! I could write something in go to be able to generate a JSON with those values you have in the other devices. Would it be easy for...

> > It feels like you're overcomplicating things. Given an API you should be able to retrieve its data using a library such as [requests](https://docs.python-requests.org/en/latest/). This yields JSON/XML/CSV which should...