Hi I have checked the format a couple of times and tried different variants. Now it looks like this: S-00:30 -> 22:30 I have an older version of ONH in running (I upgrading to a new rasp and latest versions) and I have the same problem there. I thought that there was a bug and it was fixed in a newe...
Hi, When I use the SunTimer, some times the Time Today, witch I suppose should show witch time the timer will act to day, is empty. I also experiencing that the timer wont always trigger when it should. Is there anything I can have done wrong? Running on a Raspberry Pi and latest night build. Thanks...
Hi! Finally I finished this. I was forced to write a script to make it work. I could not use passed in values to set values for the control characters in the script. In stead, I had to write at select/case rutin. I call the script from ONH with CustomLamp. The OnCommand=exec,/home/nethome/LampTower....
Okey, I think I have been a little unclear about what I want to accomplish :D I want a CustomLamp item where i using exec to send shell commands. Then I use the item as usual. When then CustomLamp activates I want the command described before to be executed. And the same when inactivate. So, at mome...
Hi Stefan, Well, I echo a string of control characters into netcat. This lights up a lamp. This works fine if I run it from command line, without the exec, of course. So what you say is that ONH will not handle the echo pipe to netcat? Well, that make sense because I tried to echo to a file (exec,ec...