Date
Aug 4, 2025 2:03 PM
Considering that we have shared many LS1 sensors, it seems like a good idea to make some minor updates to it now.
We have made some firmware updates to LS1, adding multiple triggers to take advantage of the fact that this sensor does not require batteries (which can also be considered a disadvantage). Now, the light update detection can be flexibly adjusted. The light always detects changes in the environment once per second, and then decides whether to send a trigger signal to HA based on the logic.
The new update mechanism will work as follows:
- High-Lux-Trig
- If lux ≥ this value, report immediately and turn ON High Lux Alarm.
- Set to 0 to disable.
- Low-Lux-Trig
- If lux ≤ this value, report immediately and turn ON Low Lux Alarm.
- Always active, even if set to 0.
- Lux-Diff-Trig
- If lux change ≥ this value, report immediately.
- No alarm triggered.
- Lux-Report-Rate
- Forces a report every X seconds if no other triggers apply.
- Ensures regular updates.
Trigger priority:
High/Low Lux
> Diff Trigger
> Timed Report