Search found 7 matches

by bubbaphatass
Sunday 14 February 2016 23:12
Forum: Kodi (XBMC)
Topic: Kodi Mediaserver Support
Replies: 357
Views: 117998

Re: Kodi Mediaserver Support

Just in case anyone else is having issues with Kodi on RPi 2 running openelec, I had to add: <jsonrpc> <tcpport>9090</tcpport> </jsonrpc> to my advandedsettings.xml in order to get this working again. It had been fine for a while then just stopped working, possibly related to a recent openelec ...
by bubbaphatass
Wednesday 20 January 2016 22:36
Forum: Blockly
Topic: Event doesn't trigger automatically, only manually
Replies: 10
Views: 2895

Re: Event doesn't trigger automatically, only manually

Ta da! That seems to of worked. So although setting the light level turns it on and it shows as on in the GUI, the actual status used for triggering etc might not be 'ON' ?

I'll try changing my other scripts now...

Many thanks!
by bubbaphatass
Wednesday 20 January 2016 19:44
Forum: Blockly
Topic: Event doesn't trigger automatically, only manually
Replies: 10
Views: 2895

Re: Event doesn't trigger automatically, only manually

I've just set up two new events and the same thing happens: Pic1.png Screen Shot 2016-01-20 at 18.15.42.png The first event runs fine and switches on the light. When the dusk sensor goes off, the second event doesn't trigger, unless I switch the light off then on manually in Domoticz, or remove the ...
by bubbaphatass
Friday 15 January 2016 23:04
Forum: Blockly
Topic: Event doesn't trigger automatically, only manually
Replies: 10
Views: 2895

Re: Event doesn't trigger automatically, only manually

Okay. I still keep askingquestions if you don't mind, because at this moment I still think that the problem is with the light turning on without manually switching it in Domoticz. That must be the first event you mention. Let's see: The LandingPIR detects motion and all other requierements are met ...
by bubbaphatass
Friday 01 January 2016 22:15
Forum: Blockly
Topic: Event doesn't trigger automatically, only manually
Replies: 10
Views: 2895

Re: Event doesn't trigger automatically, only manually

So if I understand it correctly: the script does work when you activate the switch manually in Domoticz, but when the other event activates the switch the script does not work? In that case the cause of the problem could be in that event. Is it a switch that is a slave for the main device? Correct ...
by bubbaphatass
Wednesday 30 December 2015 11:09
Forum: Blockly
Topic: Event doesn't trigger automatically, only manually
Replies: 10
Views: 2895

Re: Event doesn't trigger automatically, only manually

Hi, Thanks for the reply. The images are from the same event, I couldn't view it all in one go to capture the images, so it does have the TIME part at the end. So every minute it turns off the Bathroom Lights (which is seen in the log). If I add 'AND Bathroom Lights = ON' to the end of this event to ...
by bubbaphatass
Tuesday 29 December 2015 23:27
Forum: Blockly
Topic: Event doesn't trigger automatically, only manually
Replies: 10
Views: 2895

Event doesn't trigger automatically, only manually

Hi! I'm quite new to home automation and Domoticz but I've been getting on OK and created quite a few blocky events, but I'm having an issue with one of them. I understand I need to put in checks into the event to see if devices are on or not before continuing so that events aren't triggered every ...