Replies: 1 comment 1 reply
-
Cool idea to use your motion sensor to determine if your dumb light is on or off? However it will also give you false positives when it is bright outside (you would not know if your light is on of off). To accommodate this use case I would suggest to just create some template sensors. Using if/else statement for the brightness. If I would support something like this in the component the configuration would get complex and it would not have a big advantage over template sensors. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have regular, non smart spotlights in a couple of small rooms , but I also have motion sensors that measure brightness.
So, I figured that if I could somehow set up sensors that use the brightness in the room that would correlate to the power used by the spotlights. I have not yet found a way to implement this, maybe it is already possible?
I realize that this is far from optimal and would not work for rooms with windows or different lights and so on, but I think it could work as a last resort for some of us while saving up to buy smarter lights :)
In it's simplest form like a fixed sensor:
If brightness is over X then power is Y
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions