Smart Lighting and Webcore - help


#1

Hi,

I am trying to have all my lighting automations run locally. To achieve this I have set the motion sensors (local) and the fibaro dimmer to the generic dimmer switch. Then I used smart lighting to turn the lights on and off. As the smart lighting app does not off me the dimming levels I require I decided to use the webcore piston below.

The issue I am experiencing is that sometimes on the first switch ON after a change in the mode the light levels are not correct.

I’m not sure if this is the best way to achieve the desired outcome but dont really want to lose the local function.

Is there an easier way??

1) Give a description of the problem
Very unreliable, sometimes the lights turn on but stay in the incorrect mode. ie not follow the mode.

2) What is the expected behavior?
When the mode changes the light level does not follow.

3) What is happening/not happening?
Set light level not correct. Once the light switches off it does work on the next activation.

**4) Post a Green Snapshot of the piston![image|45x37]


#2

WebCore isn’t local. So, if you have a piston, it will not run locally. Also, your piston has 4 triggers. So, whenever your mode changes it will also turn on the lights. You need to change the line with your switches to “changes to” instead of “is”. That will cause those to be the only two triggers.


#3

Hi thanks for the reply, I understand that webcore isn’t local, that’s why I use smart lighting and the on off trigger. That way at least the lights come on with maybe a slight delay with level.

I will try to change the triggers as you suggest.

Thanks


#4

My point is that you say in your OP that you are trying to get your automations to run locally. Well, if they involve a WebCore piston they will not run locally. So, I am confused as to what you are asking.