Tom Urlings
Tom Urlings
Workaround based on [this comment](https://github.com/Koenkk/zigbee2mqtt/discussions/13156#discussioncomment-4491986): Add an `mqtt.publish` message to enable `execute_if_off` and `mqtt.publish` a message to set the `color_temp` wanted before the light is turned on. ``` //snip -...
Hi there, Just to understand your situation: 1. Do you have a wake-up routine for light X while it is in sleep mode? And during the wake-up routine for light...
Hi there, So to recap: 1. You have light X. 1. All AL switches are enabled so it's adapting brightness & colour. 1. At some point in time - before...
Hi there, You could make an automation that triggers on `manual_control` events. Upon reception of the `manual_control` event, you could simply disable either `switch.adaptive_lighting_` to not have AL control/reset the...
> `config/bootscripts/boot-rockchip64-ttyS4.cmd` > > Also dedicated bootloader script just for this board is not acceptable. We already have a maintaining nightmare and @djurny is trying to come out with some...
This is worked around in https://github.com/armbian/build/pull/8260 by explicitly adding `python3-setuptools` to `host_dependencies` when U-Boot branches v2022.04 or v2022.07 are going to be built.
> I foresee future pain related to this. distutils died, trying to ressurrect it here using (outdated/mismatched) distro packages will work up until it doesn't. this brings setuptools back using...
Downgraded from 25.2.3 to 24.11.1 seems to resolve the issue (includes `tio` timestamps): ``` [19:49:45] [ 87.616053] systemd-shutdown[1]: Stopping MD devices. [19:49:45] [ 87.621767] systemd-shutdown[1]: All MD devices stopped. [19:49:45]...
In `25.2.2` `reboot` also works. ``` ======================================== ... [DOWNGRADE] armbian-bsp-cli-orangepizero-current:armhf 25.08.0-trunk -> 25.2.2 [DOWNGRADE] armbian-firmware:armhf 25.08.0-trunk -> 25.2.2 [DOWNGRADE] linux-dtb-current-sunxi:armhf 25.08.0-trunk -> 25.2.2 [DOWNGRADE] linux-image-current-sunxi:armhf 25.08.0-trunk -> 25.2.2 [DOWNGRADE] linux-u-boot-orangepizero-current:armhf...
Seems like issue introduced when moving from `6.6.75-current-sunxi` to `6.12.23-current-sunxi`