Page 1 of 1

getting sense values bij XML

Posted: Thu Dec 29, 2016 2:48 pm
by Harry
Is it possible to get the sense readings , trough XML?
like you can get the readings of other modules
<appliance>
<name>pomp vloerverwarming</name>
<powerstate>on</powerstate>
<currentpowerusagewatts>41</currentpowerusagewatts>
<totalpowerusagekwh>470.7466</totalpowerusagekwh>
<macaddress>000D6F00004BA15A</macaddress>
</appliance>
<appliance>
<name>smile7fe21d</name>
<powerstate>on</powerstate>
<currentpowerusagewatts>740</currentpowerusagewatts>
<totalpowerusagekwh>5931.457</totalpowerusagekwh>
<macaddress/>
</appliance>
<appliance>

Re: getting sense values bij XML

Posted: Mon Jan 02, 2017 12:05 am
by Snelvuur
Depends on which automation tool, i read out xml with fibaro..

Re: getting sense values bij XML

Posted: Mon Jan 02, 2017 12:23 am
by Harry
hey thats funny, your massage it,s posted in the future.. :D
looks like the server clock is not been set back to wintertime
i call for the aplliances the xml from source.. are there other ways to get the values from the sense?

Re: getting sense values bij XML

Posted: Mon Jan 02, 2017 12:41 am
by Snelvuur
I mean, in what tool are you trying to get this information into? Fibaro, Homeseer, Domitocs, Domotiga?
That you can parse the xml is clear. That is your information, now we need to know what automation package you use in order to know what languages we have to be able to parse it.

Re: getting sense values bij XML

Posted: Mon Jan 02, 2017 12:53 am
by Harry
i use a a small vb.net project to test.
if i can get the values , i will look for futher use.

Re: getting sense values bij XML

Posted: Sat Feb 04, 2017 7:32 am
by Edwin
I want it to parse to domoticz
Someone know how to do this?

Re: getting sense values bij XML

Posted: Sat Jun 03, 2017 8:38 pm
by Harry
have still not a solution, is there not a way to get the readings out of the sense?
i use olso an homeseer plugin to get the values. this plugin gets the values, so there most be a way :shock: :?: