This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Enelogic Energy Monitor P1
gldrenthe89
Member
Does anyone else have the Enelogic P1 monitor?
They have an API on the website and an XML wich updated every 10 seconds with the current gas and electricity usage and the current meter value's that is running on the device: http://enelogic:1000/cgi/electricityMeter/update / http://enelogic:1000/cgi/gasMeter/update
The data looks like this
Electricity
and Gas
They have an API on the website and an XML wich updated every 10 seconds with the current gas and electricity usage and the current meter value's that is running on the device: http://enelogic:1000/cgi/electricityMeter/update / http://enelogic:1000/cgi/gasMeter/update
The data looks like this
Electricity
<update>
<detected>true</detected>
<reading id="e_consumed_1" unit="kWh">7966.346000</reading>
<reading id="e_consumed_2" unit="kWh">6851.264000</reading>
<reading id="e_produced_1" unit="kWh">0.000000</reading>
<reading id="e_produced_2" unit="kWh">0.000000</reading>
<reading id="p_consumed" unit="kW">0.720000</reading>
<reading id="p_produced" unit="kW">0.000000</reading>
<text id="e_switch">out</text>
</update>
and Gas
<update>
<detected>true</detected>
<reading id="consumed" unit="m3">4135.884000</reading>
<text id="valve">off</text>
</update>
Maybe someone is smart enough to create a app for this like the Youless and Plugwise app.
Comments
* remote access to your enelogic, meaning you need to know how to do portforwarding in your router
* some spare time, which is not available within a couple of weeks
Let me know if you can live with above bulletpoints