This is not working but you've pointed me to the right direction
I see that I forgot the semicolon at the end of the line...
If you use the parameters Sensor.Humidity and Sensor.Temperature with a sgeneric sensor widget (like used in the YouLess example) the values will show on the Analysis page. (after about 5 minutes or so)
I'm not sure if it will also work on a custom widget, but I can't see why not.
Now it works! Looks very great!
I was able to get temperature and humidity and place them on the generic widget. The values are now graphed as well.
That's a great point! Now, I think I need to create my own widget because in my array there are different temperatures. I would like to add them all to the widget. I ask you some suggestions:
As you've seen the central arduino expose a json array. It could add more leafes (records) as soon I add new sensors.
Do you suggest to create a program+widget per sensor or put all together into a single widget?
Maybe a good approach would be to have the program with the whole parsing system and then add widgets that are taken from the program. one widget for temperature+humidity of record 1. one widget for relay status from record 1. one widget for temperature+humidity of record 2. .... Possible? Or other suggestions?
About the graphs:
These values should graphed as well. Is there a naming convention that enables the graphs or how it works? I've seen calling the variables Sensor.Humidity it has generated the graph, but don't know how.
Opinions?
Thanks!
Simon