Search found 6 matches
- Monday 08 April 2019 14:16
- Forum: Python
- Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
- Replies: 231
- Views: 85119
Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
This is the code I use to scrape the info from the status.js file. Modify it with your ip, username and password for logging into the webpage of the inverter. Also modify the idx of the sensors mentioned in the script. -- https://www.domoticz.com/forum/viewtopic.php?f=65&t=7941 return { on ...
- Friday 05 April 2019 13:21
- Forum: Python
- Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
- Replies: 231
- Views: 85119
Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
with "jankees" getPVData script I get the same error; Ah I see. Than I guess you are using a different inverter model or firmware? I a have the Omnik3000tl with firmware version (main)V4.08Build215 / (slave)V4.12Build246. Can you read the current power, total today and overall total from the ...
- Monday 01 April 2019 22:20
- Forum: Python
- Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
- Replies: 231
- Views: 85119
Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
This is what is shown: Traceback (most recent call last): File "getPVData.py", line 46, in <module> etotal1000 = float(totalOveral) * float(multiply) ValueError: could not convert string to float: stylecolor:#666666font-weight:bold></div><divclasscl></div><divclassline></div><divclasslab ...
- Monday 01 April 2019 10:22
- Forum: Python
- Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
- Replies: 231
- Views: 85119
Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
I had the same with the connection to omnikportal:10000 So I wrote a script to grab the data directly from my Omnik inverter to domoticz. You might try this script as well: https://github.com/jankeesder/getPVData The script throws an error. When I am requesting the status.html it shows no PV data ...
- Monday 01 April 2019 9:52
- Forum: Python
- Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
- Replies: 231
- Views: 85119
Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
I had the same with the connection to omnikportal:10000 So I wrote a script to grab the data directly from my Omnik inverter to domoticz. You might try this script as well: https://github.com/jankeesder/getPVData tnx for sharing. Unfortunately I use the connection to monitor remote inverters of my ...
- Monday 01 April 2019 8:48
- Forum: Python
- Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
- Replies: 231
- Views: 85119
Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
I had the same with the connection to omnikportal:10000
So I wrote a script to grab the data directly from my Omnik inverter to domoticz.
You might try this script as well: https://github.com/jankeesder/getPVData
So I wrote a script to grab the data directly from my Omnik inverter to domoticz.
You might try this script as well: https://github.com/jankeesder/getPVData