Not implemented this yet but wanted to share something that could be useful:
https://energenie4u.co.uk/index.php/cat ... ct/ENER019
Found it cheapest at:
http://www.hitari.co.uk/energenie-lan-p ... ystem.html
You don't need this if you have RFXCom as I've seen elsewhere on this forum that you can control a cheaper unit via 433MHz RF.
However to control over the LAN from Linux the HOWTO states:
To login:
Code: Select all
$ wget --post-data 'pw=smartlab' 'http://nn.nn.nn.nn/login.html' -O foo.html --delete-after
Code: Select all
$ wget --post-data 'cte1=&cte2=&cte3=1&cte4=' 'http://nn.nn.nn.nn' -O foo.html --delete-after
Code: Select all
$ wget --post-data 'cte1=&cte2=&cte3=0&cte4=' 'http://nn.nn.nn.nn' -O foo.html --delete-after
Code: Select all
$ wget 'http://nn.nn.nn.nn/login.html' -O foo.html –-delete-after
Ian