Otovo installerte en Steca Inverter til solcellene.
Inverteren har en html-interface ( interaktiv ), en xml-interface og en RS-485 kontakt.
html-interfacen har alt av informasjon, men det er ikke brukenes i hjemmeautomasjon,
xml-calls har nesten alt, men informasjon om forbruk per dag, måned og time mangler.
Measurements er der, Versions er der, men Yields mangler altså.
Eksempel :
<Measurements>
<Measurement Value="243.820" Unit="V" Type="AC_Voltage"/>
<Measurement Value="2.988" Unit="A" Type="AC_Current"/>
<Measurement Value="714.810" Unit="W" Type="AC_Power"/>
<Measurement Value="49.990" Unit="Hz" Type="AC_Frequency"/>
<Measurement Value="350.543" Unit="V" Type="DC_Voltage"/>
<Measurement Value="2.064" Unit="A" Type="DC_Current"/>
<Measurement Value="723.330" Unit="W" Type="DC_Power"/>
<Measurement Value="41.100" Unit="°C" Type="Temp"/>
<Measurement Value="nan" Unit="W" Type="Consumption PV"/>
<Measurement Value="nan" Unit="W" Type="Consumption Grid"/>
<Measurement Value="nan" Unit="W" Type="GridPower"/>
<Measurement Value="100.0" Unit="%" Type="Dearting"/>
</Measurements>
<Events>
</Events>
<Yields/>
<Versions>
<Software Device="HMI" Name="BFAPI" Version="2.5.4"/>
<Software Device="HMI" Name="FBL" Version="2.2.0"/>
<Software Device="HMI" Name="APP" Version="2.8.0"/>
<Software Device="HMI" Name="PAR default" Version="2.0.4"/>
<Software Device="HMI" Name="OEM SG3010-HSS" Version="1.0.4"/>
<Software Device="PU" Name="BFAPI" Version="2.5.4"/>
<Software Device="PU" Name="FBL" Version="1.1.2"/>
<Software Device="PU" Name="APP" Version="5.3.0"/>
<Software Device="PU" Name="PAR default" Version="5.2.0"/>
<Software Device="ENS1" Name="BFAPI" Version="2.5.4"/>
<Software Device="ENS1" Name="FBL" Version="1.1.2"/>
<Software Device="ENS1" Name="APP" Version="3.62.0"/>
<Software Device="ENS1" Name="PAR" Version="22.0.0"/>
<Software Device="ENS2" Name="BFAPI" Version="2.5.4"/>
<Software Device="ENS2" Name="FBL" Version="1.1.2"/>
<Software Device="ENS2" Name="APP" Version="3.62.0"/>
<Software Device="ENS2" Name="PAR" Version="22.0.0"/>
<Hardware Device="HMI" Version="3"/>
<Hardware Device="PU" Version="1"/>
<Hardware Device="ENS2" Version="2"/>
</Versions>
<State Value="Active"/>
Jeg bruker allerede en node-red modul til strømmåleren og jeg har en RS-485 interface til overs;
har noen laget en modul til en Steca Inverter ?