Kevin

Results 9 comments of Kevin

Some changes must be done to acheive connected. First in each requests verify=False need to be added depending of your python version Moreover in the beginning of the file i...

Ok for passing port in constructor (but from my point of vue, default SSL port could be added). Contrary to i previously said, getallvalues() does not work for tripower to...

Ok for the port. To be honest i don't use git. However, there are some tags for a STP50-40 inverter: Total Power: 6100_40263F00 Frequency : 6100_00465700 Type surexcitation 6180_08465A00 I...

To add into wiki for example: To determine a tag for a particular inverter: 1. Log in into the web interface 2. Go to on "instantaneous Values" and select the...

Here is the required file (for SMA STP50-40). I'va also access to a sunny boy, do you need it? [scripts.015adc2a.zip](https://github.com/Dymerz/SMA-SunnyBoy/files/4607478/scripts.015adc2a.zip)

Notice getlogger works for sunny boy but no for STA50-40 (its returns nothing) => Solved: i add verify=false in your new code and it works I will try to send...

So please find the required files. Note i notice one issues with getlogger (do you want i open other(s) ticket(s)?): - getlogger work on some data for SunnyBoy: data are...

Thank you It is strange while others programs (Modbus Doctor f.e.) can read the holding registers without any issues. Is there any capability to say pymodbus to wait another bit?

> Just controlled the pymodbus code, and your device is sending a valid packet, but with a length that causes the modbus message to be 1 byte short. > >...