
Hello, Has anybody had any recent experience talking to smart power meters via ZigBee, preferably on Linux? e.g. what hardware? what software? The only thing I can find is this post from several years ago: https://lists.luv.asn.au/pipermail/luv-main/2014-August/006620.html Regards -- Brian May <brian@linuxpenguins.xyz> https://linuxpenguins.xyz/brian/

On Saturday, 9 April 2016 4:39:06 PM AEST Brian May via luv-main wrote:
Has anybody had any recent experience talking to smart power meters via ZigBee, preferably on Linux? e.g. what hardware? what software?
Still not here, because Ausnet Services horrible Flash based MyHomeEnergy.com.au website still says for ZigBee Devices: # ZigBee management is currently under pilot and is not currently available. # Enter access code to continue. Basically it looks like it hasn't changed for 2 years. :-( I pinged them via twitter to see if there was any news. Also pinged Greenwave who seemed to make the "gateway" device they say you can connect (and for which the website does prompt for a MAC address). Going back through my email I can see that in 2014 I did a support request with them and was told: # At this point of time AusNet Services does not support the customer binding # of ZigBee devices (eg In Home Display) to their smart meter. In the future, # it will be possible to connect near-real-time devices to most smart meters # via ZigBee (IHD). When these devices are connected correctly and have # reliable communication, devices will be able to show “near real time” power # usage (1 min readings). # # There is active project underdevelopment but there is no fixed time frame # when ZigBee enablement of smart meters in the AusNet Services network # will occur – it will be most likely sometimes late this year. I'm guessing that means they might still be working on it. I'm going to try and reopen that request to see if there is any news. Might be worth opening your own request with them too! Best of luck, Chris -- Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC

On 09/04/16 18:49, Chris Samuel via luv-main wrote:
On Saturday, 9 April 2016 4:39:06 PM AEST Brian May via luv-main wrote:
Has anybody had any recent experience talking to smart power meters via ZigBee, preferably on Linux? e.g. what hardware? what software?
Still not here, because Ausnet Services horrible Flash based MyHomeEnergy.com.au website still says for ZigBee Devices:
# ZigBee management is currently under pilot and is not currently available. # Enter access code to continue.
Basically it looks like it hasn't changed for 2 years. :-(
I pinged them via twitter to see if there was any news. Also pinged Greenwave who seemed to make the "gateway" device they say you can connect (and for which the website does prompt for a MAC address).
Going back through my email I can see that in 2014 I did a support request with them and was told:
# At this point of time AusNet Services does not support the customer binding # of ZigBee devices (eg In Home Display) to their smart meter. In the future, # it will be possible to connect near-real-time devices to most smart meters # via ZigBee (IHD). When these devices are connected correctly and have # reliable communication, devices will be able to show “near real time” power # usage (1 min readings). # # There is active project underdevelopment but there is no fixed time frame # when ZigBee enablement of smart meters in the AusNet Services network # will occur – it will be most likely sometimes late this year.
I'm guessing that means they might still be working on it.
I'm going to try and reopen that request to see if there is any news.
Might be worth opening your own request with them too!
Richard Keech gave a talk in August 2014 and I thought he had a kludge to access the data. Unfortunately LUV's past talks doesn't deliver up the relevant file.

On Saturday, 9 April 2016 9:41:05 PM AEST Allan Duncan via luv-main wrote:
Richard Keech gave a talk in August 2014 and I thought he had a kludge to access the data.
I'm pretty sure Richard was on a different supply network who offered a service so you could provide your ZigBee devices HW address & they'd program the smart meter to permit it to bind. -- Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC

I'm with United Energy and you can register devices via their web portal. Ashley On 9 April 2016 at 22:08, Chris Samuel via luv-main <luv-main@luv.asn.au> wrote:
On Saturday, 9 April 2016 9:41:05 PM AEST Allan Duncan via luv-main wrote:
Richard Keech gave a talk in August 2014 and I thought he had a kludge to access the data.
I'm pretty sure Richard was on a different supply network who offered a service so you could provide your ZigBee devices HW address & they'd program the smart meter to permit it to bind.
-- Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC
_______________________________________________ luv-main mailing list luv-main@luv.asn.au https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main

On Saturday, 9 April 2016 6:49:45 PM AEST Chris Samuel via luv-main wrote:
Still not here, because Ausnet Services horrible Flash based MyHomeEnergy.com.au website still says for ZigBee Devices:
# ZigBee management is currently under pilot and is not currently available. # Enter access code to continue.
Basically it looks like it hasn't changed for 2 years.
It appears that Ausnet Services have been having major problems with the stability of their smart meter rollout and it's that which has pushed everything back. They issued this notice to the ASX: http://www.asx.com.au/asxpdf/20140924/pdf/42sdwz3xr8f83k.pdf The top 3 articles of this blog are relevant to this: http://www.smartuser.com.au/cat/ausnet/ As is this undertaking made to the state government (touched on in the above blog posts): http://www.esc.vic.gov.au/Energy/AusNet-Services-Smart-Meter-Undertaking They've undertaken that by March 31st 2017 (a years time) that (amongst other things) their smart meters will be: # * fully functional, including being able to detect loss of electricity # supply, whether a meter is not working, and to connect with # other technolpgy such as in-home displays. (typo in original page) So I guess we've got some time to wait still... All the best, Chris -- Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC

On Saturday, 9 April 2016 10:38:41 PM AEST Chris Samuel via luv-main wrote:
So I guess we've got some time to wait still...
I prodded them via their Zendesk support site and got this response: # At this point of time, AusNet Services does not support the customer # binding of ZigBee devices (eg In Home Display) to their smart meter. # # It will be possible to connect real time devices to most smart meters, # the estimated time of arrival for IHD devices is August 2016. # # Updates will be provided on www.ausnetservices.com.au So perhaps this year... -- Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC

I have a Raven USB stick from Rainforest Automation plugged into a raspberry pi, talking to my smartmeter. I have a fairly simple python script that just parses the xml from the serial device provided by the stick. I feed the data into graphite for graphing. Its been running problem free for a couple of years now. Ashley On 9 April 2016 at 16:39, Brian May via luv-main <luv-main@luv.asn.au> wrote:
Hello,
Has anybody had any recent experience talking to smart power meters via ZigBee, preferably on Linux? e.g. what hardware? what software?
The only thing I can find is this post from several years ago:
https://lists.luv.asn.au/pipermail/luv-main/2014-August/006620.html
Regards -- Brian May <brian@linuxpenguins.xyz> https://linuxpenguins.xyz/brian/ _______________________________________________ luv-main mailing list luv-main@luv.asn.au https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main

From memory I hacked the following script to suit my needs: https://github.com/frankp/python-raven/blob/master/raven_script.py
Ashley On 9 April 2016 at 21:56, Ashley Baumann <ashleyb@vwiz.co.uk> wrote:
I have a Raven USB stick from Rainforest Automation plugged into a raspberry pi, talking to my smartmeter. I have a fairly simple python script that just parses the xml from the serial device provided by the stick. I feed the data into graphite for graphing.
Its been running problem free for a couple of years now.
Ashley
On 9 April 2016 at 16:39, Brian May via luv-main <luv-main@luv.asn.au> wrote:
Hello,
Has anybody had any recent experience talking to smart power meters via ZigBee, preferably on Linux? e.g. what hardware? what software?
The only thing I can find is this post from several years ago:
https://lists.luv.asn.au/pipermail/luv-main/2014-August/006620.html
Regards -- Brian May <brian@linuxpenguins.xyz> https://linuxpenguins.xyz/brian/ _______________________________________________ luv-main mailing list luv-main@luv.asn.au https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main

On Saturday, 9 April 2016 9:56:03 PM AEST Ashley Baumann via luv-main wrote:
I have a Raven USB stick from Rainforest Automation plugged into a raspberry pi, talking to my smartmeter.
That's what I've bought, though of course I can't use it until Ausnet decide to allow customers to bind ZigBee devices to their meters. :-( -- Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC
participants (4)
-
Allan Duncan
-
Ashley Baumann
-
Brian May
-
Chris Samuel