Page 8 of 22

Bwired Googlemaps upload data webservice

Posted: Tue Mar 24, 2009 10:51 pm
by Sooty
OK Enver. I will email it to you in a few minutes.

I just need to finish off the Homeseer updater package.

Paul..

Bwired Googlemaps upload data webservice

Posted: Tue Mar 24, 2009 11:11 pm
by Digit
Great initiative Paul!

Bwired Googlemaps upload data webservice

Posted: Tue Mar 24, 2009 11:47 pm
by Sooty
Thanks,

At the moment, it just deals with RFXCOM numerical devices, like temp, humidity, power and rain etc and ON/OFF type devices.

Tomorrow, if I get time, I will also add the ability to create the Homeseer event from the config and add some options for non-standard devices.

Paul..

Bwired Googlemaps upload data webservice

Posted: Tue Mar 24, 2009 11:56 pm
by Bwired
Really great Paul and thanks Enver for testing.

Bwired Googlemaps upload data webservice

Posted: Wed Mar 25, 2009 12:30 am
by Bastiaan
Hi Paul, I am already uploading using the script but willing to test yours. regards, Bastiaan

Bwired Googlemaps upload data webservice

Posted: Wed Mar 25, 2009 12:39 am
by Sooty
Thanks Bastiaan.

It is really designed as a way for the less-technical Homeseer users to get their data uploaded. It does also save a lot of time when setting up your devices, but I suppose it is a tool you use once for the initial setup and then leave it alone.

I will email to to you now.

Paul..

Bwired Googlemaps upload data webservice

Posted: Wed Mar 25, 2009 12:54 am
by Bwired
And if you have some new devices installed its very handy to update the XML service fast!
I know there are a lot of domoticans busy on installing sensors to read Gas, Power and Water etc not yet on the XML :-)

Bwired Googlemaps upload data webservice

Posted: Wed Mar 25, 2009 1:08 am
by Sooty
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by Bwired</i>
<br />And if you have some new devices installed its very handy to update the XML service fast!
I know there are a lot of domoticans busy on installing sensors to read Gas, Power and Water etc not yet on the XML :-)

Bwired Googlemaps upload data webservice

Posted: Wed Mar 25, 2009 1:37 am
by RDNZL
DomotiGa now also has an interface for configuring automatic Bwired XML uploads. [:o)]

Image

Regards,
Ron.

Bwired Googlemaps upload data webservice

Posted: Wed Mar 25, 2009 1:51 am
by Digit
Where is everybody? I'm feeling a bit lonely east of the line Leeuwarden - Maastricht :-))
Oops, sorry Antoon :-)

Bwired Googlemaps upload data webservice

Posted: Wed Mar 25, 2009 10:25 am
by Bwired
Ok,the service is not error proof yet.
For example if somebody adds the Celsius sign (special character) in the XML.
My service is not able to generate a valid XML and everybody is of the map!
I'm busy on that part to fix this.

Bwired Googlemaps upload data webservice

Posted: Wed Mar 25, 2009 10:31 am
by Bwired
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by RDNZL</i>
<br />DomotiGa now also has an interface for configuring automatic Bwired XML uploads. [:o)]
Regards,
Ron.
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">Hi Ron,
Looks great,
One addition: make it a generic XML service. So make the calling service generic as well.
This way you can use your service not only for Bwired but to anyone you like, even to other programs on your own server.
good idea?

Bwired Googlemaps upload data webservice

Posted: Wed Mar 25, 2009 11:18 am
by Sooty
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by Bwired</i>
<br />Ok,the service is not error proof yet.
For example if somebody adds the Celsius sign (special character) in the XML.
My service is not able to generate a valid XML and everybody is of the map!
I'm busy on that part to fix this.

Bwired Googlemaps upload data webservice

Posted: Wed Mar 25, 2009 12:49 pm
by Bwired
OK for now Paul,
I need to find out why these special characters goes wrong and fix this.
Get back to you an that.
Thanks

BTW: this is the picture for now, getting busy [:)], nothing yet in the northern part of the Netherlands.

Image

Bwired Googlemaps upload data webservice

Posted: Wed Mar 25, 2009 1:23 pm
by RDNZL
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by Bwired</i>
<br /><blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by RDNZL</i>
<br />DomotiGa now also has an interface for configuring automatic Bwired XML uploads. [:o)]
Regards,
Ron.
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">Hi Ron,
Looks great,
One addition: make it a generic XML service. So make the calling service generic as well.
This way you can use your service not only for Bwired but to anyone you like, even to other programs on your own server.
good idea?

<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">

Good idea, but xml is not standard (I guess you know! ;-) So with a new XML service I have to use/code another xml layout... and i have no idea to make this easy configurable, hmmm still thinking about this ... will make the module name more generic to begin with.

About you Celsius sign problem, make sure all xml code and parse routines are set to UTF-8, maybe some part of the code is not doing that?

I had the same problem with my webclient, I had to make sure all my php xmlrpc parse routines treated the data as UTF-8 before it worked ok.

Regards,
Ron.