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.

Enelogic Energy Monitor P1

gldrenthe89gldrenthe89 Member
edited February 2017 in Developers
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
<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

  • I have made the plugwise p1 app, and I'm willing to give this a try. But I need two things to do it:
    * 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
  • I have made the plugwise p1 app, and I'm willing to give this a try. But I need two things to do it:
    * 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
    Thanks, that would be great. Maybe i can even learn from you. I have sent you an private message
  • Interested in an Enelogic app as well  ;)

  • It's on its way
Sign In or Register to comment.