#light control
363 messages · Page 1 of 1 (latest)
Just type in the word “dim” or “bright” since that’s what your sensor returns.
doesn't it have to be selectable? so that it works
Yeah, the UI doesn’t always know what the values are for sensors. Typing it in works.
This is common for sensors that are added through Z2M.
Well, the UI doesn’t know what the values are to be able to display them. It will still recognize the values when the automation fires, it’s just a UI thing.
You mean the from: section? That’s only used if you want something to be in a state for “length of time”. So, I want motion to be cleared for 5 minutes, that would be done with a for: value.
This says that motion should be cleared for 45 seconds.
i have now tried it with the “bright” condition, but the light does not go on
Show me what you have.
I have set something wrong
Yup. 🙂 Show me and I can probably point it out.
alias: Eingang EG Licht Steuerung
description: ""
trigger:
- platform: state
entity_id:- binary_sensor.bewegungsmelder_eingang_eg_occupancy
to: "on"
condition:
- binary_sensor.bewegungsmelder_eingang_eg_occupancy
- condition: state
entity_id: sensor.bewegungsmelder_eingang_eg_illumination
attribute: illumination
state: bright
action: - action: light.turn_on
metadata: {}
data:
brightness_pct: 100
brightness_step_pct: 10
transition: 20
target:
device_id: ae70bfd1a0fef4a177b7c4fef002d8f9 - wait_for_trigger:
- platform: state
entity_id:- binary_sensor.bewegungsmelder_eingang_eg_occupancy
from: "off"
for:
hours: 0
minutes: 0
seconds: 30
mode: single
- binary_sensor.bewegungsmelder_eingang_eg_occupancy
- platform: state
Hold on, I can give you something better.
giving is good but I have to learn to understand it so that I don't have to ask about every little thing 😅
Is that wrong?
the light should not go on all at once, but slowly change from dark to light
alias: Eingang EG Licht Steuerung
description: ""
trigger:
- platform: state
entity_id:
- binary_sensor.bewegungsmelder_eingang_eg_occupancy
from: "off"
to: "on"
id: motion_on
- platform: state
entity_id:
- binary_sensor.bewegungsmelder_eingang_eg_occupancy
from: "on"
to: "off"
for:
hours: 0
minutes: 0
seconds: 30
condition:
- condition: state
entity_id: sensor.bewegungsmelder_eingang_eg_illumination
state: "bright"
action:
- if:
- condition: trigger
id:
- motion_on
then:
- action: light.turn_on
data:
brightness_pct: 100
brightness_step_pct: 10
transition: 20
target:
device_id: ae70bfd1a0fef4a177b7c4fef002d8f9
else:
- action: light.turn_off
target:
device_id: ae70bfd1a0fef4a177b7c4fef002d8f9
mode: restart
That should work a lot better.
I'm testing it 😅
🙂
You mean when the sensor triggers, it doesn’t turn on the light?
nop
Look at the trace (Traces button at the top)
I suspect that your bulb may not support transitions like that.
from dark to light?
Yeah, dimming up like that with a transition. Not all bulbs support that.
it can be dimmed
You can test it by removing the brightness_step and transition properties from the light.turn_on action.
yes it works
but I don't like i
Ok, try adding the transition back in.
then I have to send them back and get others
Maybe… what kind of bulbs are they?
Klassische Kerzenform mit Zigbee-Technologie. Produkteigenschaften: Steuerung über kompatibles Smart-Home-System (Gateway und App). Steuerung über Sprachsteuerung verfügbar: Google Assistant oder Amazon Alexa, je nach verwendetem Smart-Home-System. Netzwerkprotokoll: ZigBee 3.0. Dimmbar. Lebensda...
Ahhhhh, Ledvance… not “great”, but also not “bad”. They’re kind of like “ish” in terms of bulbs and support.
I’m not sure if they actually support transitions though.
I have activated it again, it remains off
What does the trace show?
What is in the 3rd tab: Trace Zeit…
Ok, that means that the detection timeout is too low. Try setting the from: to something like a minute.
?
Hmmmm… Did the light come on when you triggered the motion?
without timer yes
should I now enter 60 seconds?
Yeah, set it to be a bit longer. IIRC, the sensor has a built-in timeout default of 30 seconds.
i have
nothing
but i don't understand why i can dim them but not control them in steps via an automatzion?
It’s because of how transition works in Zigbee. Not all bulbs support it properly. This is due to how manufacturers build their firmware.
that has to work otherwise I really only have to swap 😔
I have also ordered others for my hallway because they need an E14 socket
Amazon.de: Küchen- und Haushaltsartikel online - OSRAM Smart+ LED, ZigBee Lampe mit E14 Sockel, warmweiß bis tageslicht (2700K - 6500K), dimmbar, Direkt kompatibel mit Echo Plus und Echo Show (2. Gen.), Kompatibel mit Philips Hue Bridge. OSRAM Smart+ LED, ZigBee Lampe mit E14 Sockel, warmweiß bis...
why
They have major issues with stability and performance. OSRAM are pretty much the worst bulbs you could buy.
Besides Tuya bulbs.
which one should I buy for E14 and E27 sockets?
Depending on your budget, I’d look at Innr bulbs or if you want the best, Hues. You could also use IKEA bulbs too.
I’m not sure if Hue does E-14. I’m pretty sure ikea does though.
where are you from
I’m in the US
you have ikea?
Yup. There’s one 30 minutes drive from me.
nice 😅
lol sometimes. Not nice when I have to pay though. 🤣
at ikea i just don't see which wireless standard they use
ah, they have them after all 😄
but expensive, just for the little bit of technology inside?
you can get them cheap 🤓
so I have to buy phillips
Yeah. But Hue bulbs are worth it. Some of mine are over 7 years old and still work perfectly. Some of my cheaper bulbs have died way sooner than others
then this is what I will do now
too bad, I thought I could set up everything for the WE, but this way I don't learn anything new
Yeah, welcome to home automation. Lol. I’ve been doing this for 10+ years and I’m still learning things and buying things.
something is wrong, the light no longer goes out in the dark
the motion detector remains on light, but it should have indicated dark by now
that makes no sense at all, it is bright and it shows dim
it is the condition that is the problem. it cannot cope with the illumination. if i remove the condition, it works
i guess a lux sensor would be advantageous for efficient control?
Sorry! Didn’t see these yesterday. Yeah, I’d go with something that actually reports lux values and not just a string.
what would you recommend?
Either the Philips Hue motion sensor (expensive, but top of the line) or the Aqara P1 (cheaper, but slightly less in terms of detection speed).
I have both and honestly, I LOVE the Aqara P1s. They are tiny and easily able to be mounted in all sorts of clever ways. I use two of them under my bed for my underbed lighting.
one single measuring point would be enough for all of them
But the Hue motion sensors are also ROCK SOLID and can take a lot of abuse. I have one in my shower that’s been there for a few years now getting splashed with water and steam and it’s never died on me ever.
Start with the P1 then and if that doesn’t meet your needs, grab a Hue.
so i guess it will have to be hue if, for example, a dark weather frot comes during the day, it has to be recognized within vin minutes
The P1 can do that without a problem. It just doesn’t have the same PIR detection speed of the Hue. Well, it does, but it defaults to a 30 second timeout whereas the Hue can go down to something like 5 seconds.
Both of them report lux changes in seconds (usually less than a second in most cases).
well, 30 seconds is not the world😅
Exactly. The other thing with the P1 versus the Hue is that the P1 is a Zigbee1.2 sensor. So, it is really picky about what routing devices it will connect to. I’m not sure how it will do with Sonoffs, tbh. The Hue is a Zigbee3.0 device and is much more forgiving in that sense.
You mean compatible?
(I know I’m throwing a lot of technical info at you, but since you’re just starting out, better to learn now than buy something else that you would need to return or repurpose).
Not “compatible”… Let me think of how to explain in more generic terms…
Ok, so your sensor connects to a routing device. The routing device takes the messages from the sensor and relays them up to the coordinator (your USB stick) which then instructs the software (Z2M or ZHA) what the sensor is reporting. Does that make sense?
i understand what you are saying, is it because of the translation from english into german 😄
Gotcha. Yeah, I’m trying to be as clear as I can because of the translation. lol
yes
yes but deepl.com is a better translator than google i think
i had a look at amazon. i guess there is an updated version?
Ok. So, in Zigbee1.2 devices, routing was done in some strange ways and Aqara programmed their sensors to only communicate in specific ways with THEIR hardware. They didn’t want people using their sensors with just anyone’s hardware (more money for them).
Of the Aqara P1 motion sensor? There is. But they are really hard to find and they are mostly matter over thread devices now.
The P1, being a Zigbee1.2 device, still doesn’t like using just anyone’s hardware. But, they’ve made changes that make it more compatible today. Better to still sell a sensor than not at all. Because of this, some routing devices are more compatible than others.
Yeah, that is what my statement ^^^ means. They updated the P1 to work with more routers than the original versions.
the question is whether i would rather take the one from philips because it is “only” 10 € more expensive
That’s up to you, my friend… Personally, I love the Hue motion sensors, but I hate the prices. Thus I went with the Aqara sensors for cheaper, but I had to do a bit more planning when buying hardware because of them.
I only need one. I have 6 Sonoff motion sensors and on monday there will be another Sonoff presence detector
Yeah, if you don’t mind spending the additional money, just go for the Hue. I guarantee it’ll work better than the Sonoff gear.
Again, I love the P1, but the Hue is better in almost every feature.
I would also like to exchange the dongle for a Lan, because I can set it more centrally than the one I have now. The current one is on the second floor. i could place the lan in the middle of the first floor
No, I'll just get one, I'll keep the rest with the sonoff, won't I? 😄
i created the 2 controls for the cellar last night. it was a struggle even without the lux sensor
the interesting thing is that i had taken your blue print and only took it out when but it didn't work
until I understood at some point that from -> to was relevant
Why do you use motion_on ?
It’s a trigger id. It allows for having a single automation for on/off. You don’t have to do that, it’s just easier for me. Less automations to manage.
I have a if block that I throw into actions that determines which trigger id was used and then does actions that way. If motion_on, turn on the lights, else, turn them off.
I think less is good, I need it clear and not cluttered
Same. Without doing it that way, I’d have over 300 automations instead of 150.
oh then i will ask you very, very, very often. i still have big plans for the house. From lights, sound to doors, then gates and lights away
lol absolutely! I’m happy to help and others here as well. I’m sometimes not the person to ask (for things like the dashboard, I’m not a good resource). But otherwise, if I don’t know, I will get other people involved that do.
nice
Did you read that?
I would give the USB back, it doesn't suit the house.
Dongles are good for starting out. I almost always recommend lan-based coordinators though.
Some people agree with me on that, others don’t. But in my experience, a lan based coordinator does better in most cases. Not always, but most.
Look at the values, I know they are not bad but I want to do it right from the start and have the antenna in the center of the house, but that is only possible via Lan port on the Fritzbox (AVM)
Don’t pay too much attention to the LQI. It’s a mostly meaningless number unless you are having problems. I have devices where the LQI has been less than 10 and the devices themselves work perfectly.
The advantage of lan is that it can be laid all the way outside, so I can also send signals from outside. Especially as I'm planning to place a wifi antenna outside and that could also be done later with zigbee
Case in point.
That may be right, but I want to build it properly
Pretty much, yes. It allows you to put your coordinator in the center of your house and then have routing devices surrounding it.
We all do. 🙂 It took me a lot of trial and error to get things right.
Which one should it be? 😄
and is it easier to integrate it into HA than the stupid usb dongel? 😄
The transmission power should be at least that of the usb dongle
Yes. Take a look at the SLZB-06P7 https://smlight.tech/product/slzb-06p7/. Or this one: https://tubeszb.com/product/efr32-mgm24-poe-coordinator/ (this is the one I have, but it requires you to have POE (or a POE injector)).
Not really. Transmission power is a complicated subject. So, if your coordinator has a lot of transmission power, it can broadcast out fine, but since you can’t adjust the sensor’s transmission power, the coordinator won’t hear the response. This is where having a lot of routing devices helps as they extend your mesh much further than what the coordinator can transmit at.
I have a mesh for WLAN 2.4 and 5 ghz from AVM
As a reference, I have 117 Zigbee devices. Of those, over 50 of them are routing devices and the rest are end devices (sensors and such). I can keep my coordinator power low and my devices can all still talk to each other just fine.
That doesn’t matter with Zigbee (much).
That's what I call günsitg but I honestly don't know what to think of ali express....
That one is fine. Lots of people order from Ali.
yes i know that, but a mesh makes no sense with zigbee because the house is not that big now
would only be there in a week's time
lol Zigbee is a mesh protocol. That’s how it works. Plus, my house is pretty small.
Eh, that’s fine. Unless you need it NOW. You might be able to order one from Amazon as well. I know they are available on US Amazon.
there are 4 versions, which one should i use?
SLZB-06P7 (if you can). Otherwise, their P2 model is good as well.
Yup. That’s the one!
NOP 😅
Again, for reference, I ran on a P2 model for about 4 years. The P7 can handle a lot more devices.
lol translate that please?
Ohhhhh, not found on Amazon… Boo!
yes, it's amazing that amazon sometimes does NOT have something 🤣
hahaha yeah… It gets annoying when you REALLY want something.
has been ordered. I only hate amazon and want to avoid it but the prices are sometimes too good -.-
dude i can't pay via paypal wtf
Okay, I'm not getting it ordered.
Wait, what? That sucks. 😦
it is apparently not available in germany
only aliexpress and I can't pay for it with them
i need an alternative from you please
SLZB-06 Zigbee ethernet PoE usb adapter. Zigbee naar LAN, USB of WIFI adapter op basis van CC2652P. +20dB versterker en 5dB antenne. Ondersteunt POE-voeding of kan worden gevoed door een usb type-C-voeding of door een micro-USB met de connector die bij de adapter wordt geleverd. PoE en usb type-C kan tegelijkertijd worden gebruikt deze zijn […]
then I could order us for the Netherlands I think
😄
DE: € 9,95 Yes Sir 😄
It worked 🥳
What do you think if we swap now, you translate now and I write in German 😅
German is a very important language, just like English ^^
i noticed another fault in the circuit, last night the light just came on and stayed on for 40 minutes. could you help me find out why?
Hmmm, what does the logbook entries show?
It might be that the motion sensor detected presence OR it went to unavailable. Although, the from: and to: in the automation should prevent that.
yes where was that again?
Go to Logbook (in the sidebar) and then filter on the light.
the?
it briefly recognized movement but for reasons the light did not go out with it
Might have been too fast. Or the other event didn’t fire for some reason.
maybe a spider 😄
lol I’ve had bugs trigger my lights too… it’s annoying.
What do you think?
Eh, if it works for you, go for it. I don’t use blueprints myself.
you also know how to write it
Exactly 🙂
you clever little guy 😄
But, that’s after YEARS of learning and doing. It’s now second nature to me.
I'd rather not ask how old you are 😄
do i only have to create an automatsion for each room or can these even be combined?
I now have 2 of them, one in the cellar and one in the entrance
You can combine as much as you want to. Personally, I break up my automations into rooms/areas.
Old 🙂 lol
From your picture you don't seem to be that old when you watch Hazbin Hotel 😄
so could i put the light control under a single automatsion?
I’m the youngest old person you’ll meet. lol
30? 😄
Yup! You can do pretty much anything you want. It all depends on how complicated you want it to be.
I identify as a 14 year old. lol But I’m WAY older than 30 physically.
so i don't want it to be complicated. i want it to be clear and yet easy to follow
lol everyone that knows me knows I’m just a big kid pretending to be an adult.
This is how I do it.
I would never use Linux as an operating system for a PC, I would have to learn far too many new things. But what I like about Linux is that it is open source
I’m completely Linux. And also Mac for work.
i never had so many problems with windos that i would have said i need a different operating system
do you have an old or a new house?
lol I stopped giving Microsoft free data years ago when they implemented tracking.
My house is old. Built in 1952.
good, then i have enough hope to get the house here smart home fair 😄
Oh yeah, for sure. I mean, in my small, old house, EVERYTHING except for a few things is smart and automated.
The only things I really have left is the kitchen appliances.
good that you mention it, i have a samungs fridge, how do i integrate it into ha? or at least the data it can give me
I think you can use the Smartthings integration for that.
I hate it...
is of course not possible just like that
okay so i can't use smartthings, also good
Yeah, SmartThings is horrible, but I’m not sure of any other way to get it into HA.
do you have your water consumption recorded?
Not yet. That’s on my list to do. But, the problem is that my water meter is far from the house, so I need to figure out a way to get around that.
Mine is in the cellar but I'm not allowed to touch it
I would have to install a sensor after the counter
can this be done without inserting anything into the pipe, just something on the pipe?
You can always learn 🙂 But, iirc, that project requires neither of those things.
i really do a lot but i don't go near electricity, childhood trauma 😄
What do you think?
Maybe? I don’t know… I’d have to see how it interfaces with HA.
well it's the same as you sent only as a finished constructzioen
the price should be irrelevant now. i'm only interested in how
Huh, in that case, yeah, it should work! I didn’t know someone was selling built units. That’s kinda nice actually.
Sorry, I’ve been messing with this complicated template that is breaking my brain. lol
Which one is it?
I’m trying to add a notification and a markdown card with my sleep data from last night. I’ve mostly got it, but I need to figure out a couple more pieces of it.
does it have to be written like this or can i just write it in german?
Sleep data? do you mean when you got up or just moved around in bed?
Both. I use a Withings Sleep Mat in my bed, so I get all sorts of data about it.
It’s just a string that gets matched. German is fine there.
good but if i want to separate words does “_” have to be between them so that it can be read?
Nope. It can be whatever you want. If you want it to be “Motion On 123456789 test test test”, you could do that… or whatever the German equivalent of that is. lol
did you understand the hyphen? 😄
lol yes… why?
because i know that code's don't like gaps, i would now describe it si
yaml is different right?
It’s not really “code”. It’s just a string that gets matched. That’s all. If it was a sensor name or something like that, that’s different. But a trigger id is literally just a string. Nothing complicated.
yaml was chosen because it is probably the easiest to understand?
Not for trigger ids, no.
Not really. YAML and Python commonly just work together.
too complicated for me after all 😄
lol it just takes time to learn. It’s not complicated once you get the hang of it.
The worst part of YAML is figuring out indentation and what various characters do.
you know that lol is from 2010 right? 😄 so oltshool 😄
no offense meant 😉
I’m old. Hush. hahaha I’ve been on the internet probably longer than you’ve been alive 😉
so you're an old fart after all 😄
I can tell you that I am so old that in the year I was born the World Wide Web was published 😄
LMAO! Alright then! I don’t feel as old then. I’m turning 53 next year… I still identify as a 14 year old though.
i think we keep digressing, it would probably be better to write privately than to spam DC here ^^
53 is the new 33, isn't it? ^^
One point that could still be relevant for me in HA is a weather station. Any experience with this? With my solar system I would like to try to consume electricity during the day when A there is no one around or B when most of the electricity is being produced. In the evening I have my 8.8 Kw storage but it makes more sense to let consumers run during the day (washing machine, pumps, etc.) Is of course still future but so I just want to use my PV system most sensibly.
light control and other automation
Also irrigation systems that save me water, not because I pay for the water, it's groundwater. I just want to have an ECO house. As efficient as possible
lol it’s fine. Yeah, in my case… 14. 🤣
So, I use a LaCrosse View weather station. It’s cloud based, but works for what I need. I’m not sure what is available in Germany, but a lot of people seem to like Tempest stations. Plus, there are TONS of posts in the old read-only channels ( #1284966203026182206 ) that details out about integrating solar systems into HA and other stuff like that.
For irrigation, I use Rachio. Still a cloud service, but it works well.
Cloud based you mean you have not set up a statzion but only onlein service
No, I have a local weather station mounted, but it pushes all of it’s data to the cloud and then I use that data in HA. It’s not a “local” service.
But the data that gets pushed to the cloud is all from my local weather station and rain sensors.
isn't that a detour? Why did you decide against a local service?
I couldn’t find a weather station that wasn’t expensive (and didn’t require me to build it) and was completely local.
So, I took the easy way and just got a cloud connected one. It works well, tbh, but my internet rarely ever goes out.
I understand. which one is it?
It’s a Lacrosse View. https://www.lacrossetechnology.com/pages/la-crosse-view
something is wrong with the links you send, everything is extremely zoomed in
Weird. Might be because I’m on my iPad? I don’t know.
perhaps?
it looks upscaled
Matter is to become a new standard in device communication?
One of these years, maybe…
so 10 more years^^
but why? zigbee seems to me to be a damn good solution as things stand at the moment
Zigbee and ZWave both have the limitation that a device can only be added to a single coordinator. One of the things that Matter solves is that. Among other things. I love Zigbee, but there are some things Matter could do that I would like.
what would that be?
Well, multi-controller, better firmware updates and more standardization with what a devices exposes. Like the thing that bit you with the “bright” and “dim”. That could be standardized with Matter.
Like the thing that bit you with the “bright” and “dim”
I don't quite understand what you mean by bitten?
alias: Lichtsteuerung Keller Flur
description: ""
trigger:
- platform: state
entity_id:- binary_sensor.bewegungsmelder_keller_1_occupancy
from: "off"
to: "on"
id: motion_on
- binary_sensor.bewegungsmelder_keller_1_occupancy
- platform: state
entity_id:- binary_sensor.bewegungsmelder_keller_1_occupancy
from: "on"
to: "off"
for:
hours: 0
minutes: 0
seconds: 10
condition: []
action:
- binary_sensor.bewegungsmelder_keller_1_occupancy
- choose:
- conditions:
- condition: trigger
id: motion_on
sequence: - service: light.turn_on
target:
device_id:
- 0f674ee773567432a04231bafcfa7305
- 5d3a82851f549185953d7f93dc4eeb73
default:
- condition: trigger
- service: light.turn_off
target:
device_id:
- 0f674ee773567432a04231bafcfa7305
- 5d3a82851f549185953d7f93dc4eeb73
mode: restart
- conditions:
What do you think?
Where it wasn’t working properly.
Don’t. Usually ChatGPT has old data and HA moves too fast with new features and such to have any output really work properly.
GPT has revised it. it's fun to write the code with that 😄
but it's fun. i have gpt 4
that's what gpt wrote, so i think it's really nice
surely you also have experience with Presence indicator?
for whatever reason, it remains active even when no one is in the room and n
I have now noticed during testing that the detector reacts too late, only when I get closer. Could it be that they have certain ranges?
I do. 😊 What kind of presence sensor is it?
【Zigbee 3.0-kompatibel】 Unterstützt Zigbee-Hubs mit dem Zigbee 3.0-Protokoll, wie SONOFF NSPanel Pro, SONOFF iHost, SONOFF ZB Bridge Pro, SONOFF ZBDongle-E und Echo Plus 2nd…. Darüber hinaus verfügt SNZB-06P über drei Empfindlichkeitsstufen und eine Erkennungsreichweite von bis zu 4 m (13 Fuß).
Please don't tell me it's bad too 😅.
hahaha... They should be "ok". Zigbee presence mmWave sensors are not really recommended. They lack the features that better mmWave sensors have (energy/radar tuning, energy avoidance, etc).
Take a look in Z2M under Device > Exposes and see what settings they have. We might be able to get them working for you a bit better.
I already have, I can increase the sensitivity, which doesn't seem to have helped much. Do you mean that presence detectors are not recommended for zigbee?
Eh, the zigbee ones aren’t great. Some Tuya ones will spam the network and because zigbee traffic is low bandwidth, you can’t really get fast results like you can with a WiFi mmWave sensor.
Should I rather use a WiFi device?
I'm not gonna say yes for you to throw more money... BUT, yeah, the WiFi ones (especially the ESPHome based ones) are WAY better.
I use Apollo Automation's MSR-2 and MTR-1 sensors and they are fantastic.
expensive
i don't want to have to change everything now, maybe we can find a solution to optimize the existing one?
The MSR-2 is $35 US. But yes... unfortunately, a lot of home automation is "you get what you pay for".
Yeah, that was my suggestion earlier. Basically, you're going to have to tweak the sensitivity and maybe move the sensors to other places and see if you can reduce the false positives. Do you have ceiling fans or air currents near the sensors?
no, it's not that he is too sensitive but that he reacts too late. so he could only look 2 meters and then he would be blind
No, no ceiling fan or similar. Why would that be relevant in this case?
Yeah, that sounds about right. Is it battery or USB powered?
It could, yes. Air currents have to be accounted for with presence sensors.
Operated directly with electricity
I think you misunderstand me
it's about the range, not the sensitivity.
Oh… hmmmm. Range is a bit difficult. It’s probably using a subpar mmWave sensor so 2m might be all you can get out of it. Maybe 3m at best. The better mmWave sensors can do up to 6m reliably.
I would also need 5 m. Do you have any ideas?
5m? I don't know of any inexpensive mmWave sensors that will do that reliably. Some might advertise 5-6m, but that's under perfect conditions.
What price are we talking about?
Well, the Apollo ones I use are $35 US. I have a lot of them and they are very reliable. The guys that make them are good friends of the HA community (and good friends of mine as well).
It's not worth the cost, I can also place two mmwwave in one room and it would still be cheaper 🙂
And so I already have the solution I just build 2 in the rooms ^^
How can I search for hue devices again? The motion detector frome phillips is there, when the new transmitter arrives I have to reconnect everything.
You just push the button on the back of the Hue sensor to put it into pairing mode. Then you put Z2M into pairing mode and it should pick it up.
For bulbs, it’s a bit different (if you have any).
can you help me with the thermostats please?
I work with a better thermostat and somehow the temperatures are not correct. I don't have a temperature sensor in the kitchen, only the thermostat, but it has a built-in sensor. But it doesn't balance the temperature with it so it gets too warm.
I also cannot select the sensor from the thermostat
I have also been looking for a temperature/humidity sensor for a while now. I have one from AVM but it is also a button and therefore too expensive for the job.
I don't think I can help with that. You'll want to create a new topic in #1284966582375813201 . I'm not sure what tag would work for that though. The better thermostat is a custom integration, right?
I don't understand it, the light stays on again. The sensor has been set to absent but the light stays on.
Unfortunately, the controls still don't work in the hallway :/
That's weird... Post the yaml for your automation(s) using a code share site.
It's either the automation or it's the sensor. Could be both too.
It's your yamel
I then updated HA and then it worked again, then briefly not again and now it works. I don't understand the error.
light control