Can I integrate PIR DALI Part 303 (Occupancy) to make lights turn on when I enter a room #24824
-
|
I have read through https://tasmota.github.io/docs/DALI/ which says tasmota is a DALI application controller, and understand Tasmota implements parts 207 and 209 of the DALI protocol. Is it possible for the Tasmota to respond to events on the DALI bus? I am considering purchasing Mean Well DLS-203-P which is a DALI-2 Occupancy and Ambient Light sensor. It sends DALI-2 part 303 events which are: occupied; vacant; movement; and no movement. I would like the control the LED dimmer level to maintain an ambient light level drops, so brightnes as the sun sets and the room darnkens; and increase the brightness futher, to a higher light level, when motion is detected. My reading of the documentation is that this is not possible without a controller than implements the full suite of the DALI protocol. Does anyone have any experience in getting DALI to respond to DALI bus events like this? Has anyone used Tasmota PIRs and Tasmota light luminosity sensors to achieve the control on the Tasmota side and just sent commands out to the DALI bus? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
As fas I can see DALI part 303 won't work with Tasmota. Regarding your last suggestion it must be possible using rules/script/berry to send any sensor response to a Tasmota Dali controlled device as it's just a power/dimmer command that will be send to DALI by tasmota. |
Beta Was this translation helpful? Give feedback.
-
|
Not sure where you looked for pre-compiled binaries but according to https://github.com/arendst/Tasmota/blob/development/BUILDS.md it's enabled by default for every esp32(C3/S3 etc) binary. And according to the release notes binaries can be found https://ota.tasmota.com/tasmota32/release/ |
Beta Was this translation helpful? Give feedback.
Not sure where you looked for pre-compiled binaries but according to https://github.com/arendst/Tasmota/blob/development/BUILDS.md it's enabled by default for every esp32(C3/S3 etc) binary.
And according to the release notes binaries can be found https://ota.tasmota.com/tasmota32/release/