Here's python script:
https://dl.dropbox.com/u/3702599/zwave. ... _upload.py
And there's simple php script which receive json object
https://dl.dropbox.com/u/3702599/zwave.me/energy.php
JSON object:
[
{"scale":"kWh",
"nodeId":8,
"value":0
}, { "scale":"W",
"nodeId":8,
"value":62
}
]
Main purpose is to get nice charts... but because new year is coming, it takes a little while.....
