Search found 3 matches

by JohnS
Thursday 26 November 2015 21:54
Forum: PHP and all others
Topic: Code for Energenie LAN Powerstrip
Replies: 11
Views: 6122

Re: Code for Energenie LAN Powerstrip

My system runs on a Raspberry Pi 2. I have one of these Energenie LAN controlled adapters and here is another way of controlling it in Linux, using a utility I found. 1. Download and install the egctl utility written by unterwulf cd ~ git clone https://github.com/unterwulf/egctl.git cd egctl make ...
by JohnS
Friday 12 September 2014 20:37
Forum: Other questions and discussions
Topic: Harmony support, new hardware?
Replies: 169
Views: 55153

Re: Harmony support, new hardware?

I'm running Domoticz version 1.1970 on a pi. Also fully up to date using apt-get update/upgrade. I would like to use the Harmony hub native support, but "Harmony Hub" doesn't appear in the list under setup/hardware/type. Am I missing something? Thanks in advance for any help! Update - solved! As I ...
by JohnS
Saturday 13 July 2013 12:43
Forum: PHP and all others
Topic: Events system thread (questions and feedback)
Replies: 308
Views: 159077

Re: Events system feedback thread

A big thank you :D to everyone for the events system! Now I can start to have fun! I am going to use it to control my solar hot water system. And I find I need to do some simple arithmetic in the logic eg if TemperatureRoof >(TemperatureTank + 5)then pump=on Can addition and subtraction of numerical ...