btw in what file are the non json output nade up? have an idea i want to try<br><br>Den fredag den 29. maj 2015 skrev Damon Hart-Davis <<a href="mailto:dhd@exnet.com">dhd@exnet.com</a>>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Don’t try and write a JSON parser by hand, there will be lots of free ones that you can use.<br>
<br>
The JSON stats are in the form of a JSON object or map, ie a set of key-value pairs.  Most values are numeric, the ID is a string.<br>
<br>
battery is in millivolts,<br>
T temperature in 16ths of C, tT is target temperature in whole C<br>
vC is *cumulative* movement, v is current valve position<br>
<br>
<br>
> On 29 May 2015, at 21:40, Bo Herrmannsen <<a href="javascript:;" onclick="_e(event, 'cvml', 'bo.herrmannsen@gmail.com')">bo.herrmannsen@gmail.com</a>> wrote:<br>
><br>
> oki, will try tomorrow.... for simplicity sake can you tell how i look for:<br>
><br>
> Battery -  I assume i go for B|mV and then the number that follows<br>
> Temp - guess but T|C and then the number directly after C<br>
> Valve Open - vC|% and the number before C ?<br>
> Light - :350 ?<br>
><br>
> 2015-05-29 22:35 GMT+02:00 Damon Hart-Davis <<a href="javascript:;" onclick="_e(event, 'cvml', 'dhd@exnet.com')">dhd@exnet.com</a>>:<br>
> If there are too many values to fit in one frame then available values are rotated through the output, attempting to show changed values as soon as possible.<br>
><br>
> You have to parse as a JSON map and pick out the values you want, when they are sent.<br>
><br>
> Rgds<br>
><br>
> Damon<br>
><br>
><br>
> > On 29 May 2015, at 21:24, Bo Herrmannsen <<a href="javascript:;" onclick="_e(event, 'cvml', 'bo.herrmannsen@gmail.com')">bo.herrmannsen@gmail.com</a>> wrote:<br>
> ><br>
> > hmm<br>
> ><br>
> > one of the nodes does not display the valve open all the time<br>
> ><br>
> > {"@":"0950","+":2,"B|mV":2771,"T|C16":350,"O":1}<br>
> ><br>
> ><br>
> > then some lines later:<br>
> ><br>
> > {"@":"0950","+":1,"v|%":0,"tT|C":15,"vC|%":0}<br>
> ><br>
> ><br>
> > are there a cartain way the JASON is build so i can make the script match?<br>
> ><br>
> > 2015-05-29 22:22 GMT+02:00 Damon Hart-Davis <<a href="javascript:;" onclick="_e(event, 'cvml', 'dhd@exnet.com')">dhd@exnet.com</a>>:<br>
> > Valve open % is only in the JSON stats (starting with ‘{‘), yes.<br>
> ><br>
> > Rgds<br>
> ><br>
> > Damon<br>
> ><br>
> ><br>
> > > On 29 May 2015, at 20:39, Bo Herrmannsen <<a href="javascript:;" onclick="_e(event, 'cvml', 'bo.herrmannsen@gmail.com')">bo.herrmannsen@gmail.com</a>> wrote:<br>
> > ><br>
> > > also i might tackle this the wrong way... i want to log also the valve open % and for that i need to look at the json data i get right?<br>
> ><br>
> > _______________________________________________<br>
> > OpenTRV-dev mailing list<br>
> > <a href="javascript:;" onclick="_e(event, 'cvml', 'OpenTRV-dev@lists.opentrv.org.uk')">OpenTRV-dev@lists.opentrv.org.uk</a><br>
> > <a href="http://lists.opentrv.org.uk/listinfo/opentrv-dev" target="_blank">http://lists.opentrv.org.uk/listinfo/opentrv-dev</a><br>
> ><br>
> > _______________________________________________<br>
> > OpenTRV-dev mailing list<br>
> > <a href="javascript:;" onclick="_e(event, 'cvml', 'OpenTRV-dev@lists.opentrv.org.uk')">OpenTRV-dev@lists.opentrv.org.uk</a><br>
> > <a href="http://lists.opentrv.org.uk/listinfo/opentrv-dev" target="_blank">http://lists.opentrv.org.uk/listinfo/opentrv-dev</a><br>
><br>
> _______________________________________________<br>
> OpenTRV-dev mailing list<br>
> <a href="javascript:;" onclick="_e(event, 'cvml', 'OpenTRV-dev@lists.opentrv.org.uk')">OpenTRV-dev@lists.opentrv.org.uk</a><br>
> <a href="http://lists.opentrv.org.uk/listinfo/opentrv-dev" target="_blank">http://lists.opentrv.org.uk/listinfo/opentrv-dev</a><br>
><br>
> _______________________________________________<br>
> OpenTRV-dev mailing list<br>
> <a href="javascript:;" onclick="_e(event, 'cvml', 'OpenTRV-dev@lists.opentrv.org.uk')">OpenTRV-dev@lists.opentrv.org.uk</a><br>
> <a href="http://lists.opentrv.org.uk/listinfo/opentrv-dev" target="_blank">http://lists.opentrv.org.uk/listinfo/opentrv-dev</a><br>
<br>
_______________________________________________<br>
OpenTRV-dev mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'OpenTRV-dev@lists.opentrv.org.uk')">OpenTRV-dev@lists.opentrv.org.uk</a><br>
<a href="http://lists.opentrv.org.uk/listinfo/opentrv-dev" target="_blank">http://lists.opentrv.org.uk/listinfo/opentrv-dev</a><br>
</blockquote>