Zeversolar pv inverter
Moderators: leecollings, remb0
-
- Posts: 6
- Joined: Wednesday 05 April 2017 13:28
- Target OS: -
- Domoticz version:
- Contact:
Zeversolar pv inverter
Is there a way to get de data from a ZeverSolar inverter (Zeverlution 1500S) to domoticz , if that is possible then i can send the data to pvoutput.org
all help is welcome
all help is welcome
-
- Posts: 859
- Joined: Sunday 23 February 2014 17:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version: mixed
- Location: Hengelo(Ov)/NL
- Contact:
Re: Zeversolar pv inverter
Which data-interface is present & active in your inverter?
From the datasheet I read the following options:
a) RS485 (without any further specification)
b) RS485 (in 2-wire-variant for specific smart-meters?)
c) Ethernet (what is the reaction if you call by http at port 80 to the ip-address of the inverter?)
d) WIFI (same question as for c)
For any of these interface-types a more detailed interface description is required before a 'public / open source' solution can be investigated.
In the manual they mention their own Solarcloud, and the more open Solarlog as control options.
From the datasheet I read the following options:
a) RS485 (without any further specification)
b) RS485 (in 2-wire-variant for specific smart-meters?)
c) Ethernet (what is the reaction if you call by http at port 80 to the ip-address of the inverter?)
d) WIFI (same question as for c)
For any of these interface-types a more detailed interface description is required before a 'public / open source' solution can be investigated.
In the manual they mention their own Solarcloud, and the more open Solarlog as control options.
Set1 = RPI-Zero+RFXCom433+S0PCM+Shield for BMP180/DS18B20/RS485+DDS238-1ZNs
Set2 = RPI-3A++RFLinkGTW+ESP8266s+PWS_WS7000
Common = KAKUs+3*PVLogger+PWS_TFA_Nexus
plus series of 'satellites' for dedicated interfacing, monitoring & control.
Set2 = RPI-3A++RFLinkGTW+ESP8266s+PWS_WS7000
Common = KAKUs+3*PVLogger+PWS_TFA_Nexus
plus series of 'satellites' for dedicated interfacing, monitoring & control.
-
- Posts: 6
- Joined: Wednesday 05 April 2017 13:28
- Target OS: -
- Domoticz version:
- Contact:
Re: Zeversolar pv inverter
Toulon 7559:
Thank you for the anser, the zeversolar will be installed next week than i will try what you aksed en report it here
Thank you for the anser, the zeversolar will be installed next week than i will try what you aksed en report it here
-
- Posts: 6
- Joined: Wednesday 05 April 2017 13:28
- Target OS: -
- Domoticz version:
- Contact:
Re: Zeversolar pv inverter
I have a document from zeversolar how to view the api from the inverer, is it useful to post it here??Toulon7559 wrote:Which data-interface is present & active in your inverter?
From the datasheet I read the following options:
a) RS485 (without any further specification)
b) RS485 (in 2-wire-variant for specific smart-meters?)
c) Ethernet (what is the reaction if you call by http at port 80 to the ip-address of the inverter?)
d) WIFI (same question as for c)
For any of these interface-types a more detailed interface description is required before a 'public / open source' solution can be investigated.
In the manual they mention their own Solarcloud, and the more open Solarlog as control options.
-
- Posts: 859
- Joined: Sunday 23 February 2014 17:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version: mixed
- Location: Hengelo(Ov)/NL
- Contact:
Re: Zeversolar pv inverter
Is that document publicly accessible by means of a weblink?
That is the easiest way of publication.

Set1 = RPI-Zero+RFXCom433+S0PCM+Shield for BMP180/DS18B20/RS485+DDS238-1ZNs
Set2 = RPI-3A++RFLinkGTW+ESP8266s+PWS_WS7000
Common = KAKUs+3*PVLogger+PWS_TFA_Nexus
plus series of 'satellites' for dedicated interfacing, monitoring & control.
Set2 = RPI-3A++RFLinkGTW+ESP8266s+PWS_WS7000
Common = KAKUs+3*PVLogger+PWS_TFA_Nexus
plus series of 'satellites' for dedicated interfacing, monitoring & control.
-
- Posts: 6
- Joined: Wednesday 05 April 2017 13:28
- Target OS: -
- Domoticz version:
- Contact:
Re: Zeversolar pv inverter
This document shows how to get the api and other comandsToulon7559 wrote:Is that document publicly accessible by means of a weblink?
That is the easiest way of publication.
https://www.dropbox.com/s/noya0yaf9suxs ... 4.pdf?dl=0
-
- Posts: 859
- Joined: Sunday 23 February 2014 17:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version: mixed
- Location: Hengelo(Ov)/NL
- Contact:
Re: Zeversolar pv inverter
Section 2. of that API-document is clear related to getting data from Solarcloud (aka Zevercloud):
you can make a http-GET-call to the remote Solarcloud-server and you will receive response in JSON-format, which you then have to process for your local applications. In practise that is extraction of historic info from the database.
The User Manuals as mentioned on the Demoplant for weblink and for app have info on setting and on access for that database, resulting in 'ready'-pictures being provided.
If you want most actual info on power and energy, then you probably must get hold of the info in the inverter, either by bluetooth, or by local ethernet/LAN (or RS485-interface).
you can make a http-GET-call to the remote Solarcloud-server and you will receive response in JSON-format, which you then have to process for your local applications. In practise that is extraction of historic info from the database.
The User Manuals as mentioned on the Demoplant for weblink and for app have info on setting and on access for that database, resulting in 'ready'-pictures being provided.
If you want most actual info on power and energy, then you probably must get hold of the info in the inverter, either by bluetooth, or by local ethernet/LAN (or RS485-interface).
Set1 = RPI-Zero+RFXCom433+S0PCM+Shield for BMP180/DS18B20/RS485+DDS238-1ZNs
Set2 = RPI-3A++RFLinkGTW+ESP8266s+PWS_WS7000
Common = KAKUs+3*PVLogger+PWS_TFA_Nexus
plus series of 'satellites' for dedicated interfacing, monitoring & control.
Set2 = RPI-3A++RFLinkGTW+ESP8266s+PWS_WS7000
Common = KAKUs+3*PVLogger+PWS_TFA_Nexus
plus series of 'satellites' for dedicated interfacing, monitoring & control.
-
- Posts: 6
- Joined: Wednesday 05 April 2017 13:28
- Target OS: -
- Domoticz version:
- Contact:
Re: Zeversolar pv inverter
Toulon7559 wrote:Section 2. of that API-document is clear related to getting data from Solarcloud (aka Zevercloud):
you can make a http-GET-call to the remote Solarcloud-server and you will receive response in JSON-format, which you then have to process for your local applications. In practise that is extraction of historic info from the database.
The User Manuals as mentioned on the Demoplant for weblink and for app have info on setting and on access for that database, resulting in 'ready'-pictures being provided.
If you want most actual info on power and energy, then you probably must get hold of the info in the inverter, either by bluetooth, or by local ethernet/LAN (or RS485-interface).
I hope ther is somone to make the programm for raspberry pi so that the data can imported to domotxz en then it can transferd to pvoutput.org,
-
- Posts: 859
- Joined: Sunday 23 February 2014 17:56
- Target OS: Raspberry Pi / ODroid
- Domoticz version: mixed
- Location: Hengelo(Ov)/NL
- Contact:
Re: Zeversolar pv inverter
Chapter 6 of this manual is relevant for that aspect. During installation try to get as much info as possible!
Set1 = RPI-Zero+RFXCom433+S0PCM+Shield for BMP180/DS18B20/RS485+DDS238-1ZNs
Set2 = RPI-3A++RFLinkGTW+ESP8266s+PWS_WS7000
Common = KAKUs+3*PVLogger+PWS_TFA_Nexus
plus series of 'satellites' for dedicated interfacing, monitoring & control.
Set2 = RPI-3A++RFLinkGTW+ESP8266s+PWS_WS7000
Common = KAKUs+3*PVLogger+PWS_TFA_Nexus
plus series of 'satellites' for dedicated interfacing, monitoring & control.
-
- Posts: 6
- Joined: Wednesday 05 April 2017 13:28
- Target OS: -
- Domoticz version:
- Contact:
Re: Zeversolar pv inverter
Lan and wifi is possible with the zeverlution 1500S, it communicate with zevercloud and there is an api key in itToulon7559 wrote:Chapter 6 of this manual is relevant for that aspect. During installation try to get as much info as possible!
Re: Zeversolar pv inverter
I have a ZeverSolar S series which comes with a WiFi connection and a tiny webserver that displays current generation data. I wrote a small python app to extract that data in an utomated fashion.
https://github.com/smeyn/ZeverSolar
https://github.com/smeyn/ZeverSolar
-
- Posts: 3
- Joined: Tuesday 13 March 2018 8:32
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Zeversolar pv inverter
Just found this thread after my Zeversolar Inverter is installed.
The webpage of the inverter uses a refresh to update the data it displays. It calls home.cgi to retrieve this data.
The content is a small text file which contains the data. On line 12 is the E_Today(KWh).
The webpage of the inverter uses a refresh to update the data it displays. It calls home.cgi to retrieve this data.
The content is a small text file which contains the data. On line 12 is the E_Today(KWh).
Who is online
Users browsing this forum: No registered users and 1 guest