Proc schreef op zondag 29 oktober 2017 @ 09:55:
Ik heb ook geprobeerd een SAJ omvormer via de WiFi webserver uit te lezen via
http://<IP_OMVORMER>/real_time_data.xml
en de omvormer komt inderdaad met een 401 antwoord (Unauthorized, meestal geen of verkeerde login gegeven).
Als ik het onderstaande commando geef, dan komt de response dat die URL niet bestaat.
curl http://<LOGIN_OMVORMER>:<WACHTWOORD_OMVORMER>@<IP_OMVORMER>/real_time_data.xml
Heeft er iemand een idee hoe ik de SAJ Sununo 3K-M omvormer met WiFi webserver module alsnog kan uitlezen via het netwerk?
(de delen tussen <> uiteraard invullen o.b.v. je eigen situatie)
Ik probeer een SAJ omvormer uit te lezen en te koppelen aan Domoticz, maar dat lukt niet. Ik heb in een andere thread bovenstaande vraag gesteld en inmiddels heb ik zelf al een antwoord gevonden;
Status van SAJ INVERTERs (in dit geval een SAJ Sununo Plus 3K-M) kan via de volgende URLs worden opgevraagd
Status of SAJ solar inverters (in this case a SAJ Sununo Plus 3K-M) can be requested via the following URLs
Uiteraard dien je de tekst tussen <> te vervangen door je eigen gegegevens
Naturally you need to replace the text betweeen <> with your own data
Device Info
http://<LOGIN_INVERTER>:<PASSWORD_INVERTER>@<IP_INVERTER>/i18n/en/info.xml
http://<LOGIN_INVERTER>:<PASSWORD_INVERTER>@<IP_INVERTER>/info.php
Device Status
http://<LOGIN_INVERTER>:<PASSWORD_INVERTER>@<IP_INVERTER>/i18n/en/status.xml
http://<LOGIN_INVERTER>:<PASSWORD_INVERTER>@<IP_INVERTER>/status/status.php
http://<LOGIN_INVERTER>:<PASSWORD_INVERTER>@<IP_INVERTER>/status/chart.php
Event Log
http://<LOGIN_INVERTER>:<PASSWORD_INVERTER>@<IP_INVERTER>/i18n/en/log.xml
http://<LOGIN_INVERTER>:<PASSWORD_INVERTER>@<IP_INVERTER>/log.php
WiFi Status
http://<LOGIN_INVERTER>:<PASSWORD_INVERTER>@<IP_INVERTER>/i18n/en/wifi.xml
http://<LOGIN_INVERTER>:<PASSWORD_INVERTER>@<IP_INVERTER>/wifi.php
If you request the status of the SAJ inverter via http://<LOGIN_INVERTER>:<PASSWORD_INVERTER>@<IP_INVERTER>/status/status.php , then the values that will be returned are described below.
Value Description Notation
1 Statistics 1
2 Total Generated (2 decimals, unit kWh)
3 Total Running Time (1 decimal, unit h)
4 Today Generated (2 decimals, unit kWh)
5 Today Running Time (1 decimal, unit h)
6 PV1 Voltage (1 decimal, unit V)
7 PV1 Current (2 decimals, unit A)
8 PV2 Voltage (1 decimal, unit V)
9 PV2 Current (2 decimals, unit A)
10 PV3 Voltage (1 decimal, unit V)
11 PV3 Current (2 decimals, unit A)
12 PV1 StrCurr1 (2 decimals, unit A)
13 PV1 StrCurr2 (2 decimals, unit A)
14 PV1 StrCurr3 (2 decimals, unit A)
15 PV1 StrCurr4 (2 decimals, unit A)
16 PV2 StrCurr1 (2 decimals, unit A)
17 PV2 StrCurr2 (2 decimals, unit A)
18 PV2 StrCurr3 (2 decimals, unit A)
19 PV2 StrCurr4 (2 decimals, unit A)
20 PV3 StrCurr1 (2 decimals, unit A)
21 PV3 StrCurr2 (2 decimals, unit A)
22 PV3 StrCurr3 (2 decimals, unit A)
23 PV3 StrCurr4 (2 decimalen, eenheid A)
24 Grid-connected Power (1 decimal, unit W)
25 Grid-connected Frequency (2 decimals, unit Hz)
26 Line1 Voltage (1 decimal, unit V)
27 Line1 Current (2 decimals, unit A)
28 Line2 Voltage (1 decimal, unit V)
29 Line2 Current (2 decimals, unit A)
30 Line3 Voltage (1 decimal, unit V)
31 Line3 Current (2 decimals, unit A)
32 Bus Voltage (1 decimal, unit V)
33 Device Temperature (1 decimal, unit Celsius)
34 CO2emission reduction (1 decimal, unit KG)
35 Other Status 2
Note: value 65535 is status NA (Not Available)
Weet iemand (bij voorkeur met een duidelijk stappenplan) hoe ik een SAJ omvormer in Domoticz kan opnemen?
[
Voor 64% gewijzigd door
Proc op 29-10-2017 14:18
]