Search found 2 matches
- Fri Mar 30, 2012 11:41 pm
- Forum: DomotiGa Forum
- Topic: Couple of Newbie questions
- Replies: 2
- Views: 3618
Re: Couple of Newbie questions
Thanks, that fixed it!. Manually dumping a dummy voltage value for now. Feel free to post the script on the wiki or use it. It's not fancy. Just dumps a web page with the current power vaule to a temporary file, and then parse out the actual value using sed. #!/bin/bash lynx -dump "http://serve...
- Thu Mar 29, 2012 10:39 pm
- Forum: DomotiGa Forum
- Topic: Couple of Newbie questions
- Replies: 2
- Views: 3618
Couple of Newbie questions
Hi - Couple of newbie questions. 1. I have an open energy monitor , and have knocked up a shell script to read the current value and put it into a shell device variable. I have also added the shell device to the Energy and Power groups. I can see the value on the energy tab, but cannot get it onto t...