

Discontinued IKEA VINDSTYRKA (Zigbee) or ALPSTUGa (Matter) come to mind.
Also tooting on Mastodon: https://chaos.social/@ChristianHawkins


Discontinued IKEA VINDSTYRKA (Zigbee) or ALPSTUGa (Matter) come to mind.


Germany would not be “more equipped”. If a warehouse is in full blaze, the firefighters priorities are to protect neighboring buildings.


Where were your tears when your government bombed a theater with a hundred kids seeking shelter? I have no good words for these people.


“You’ll find out in 3 months” is peak comedy.


This is what a man holding the cards looks like.


Programming a projectile as it leaves the barrel. Fuckin’ A+


I have Thread, Zigbee, Z-Wave, Ethernet and Wifi-Devices. All my thread and some Ethernet and Wifi-Devices speak Matter, and my purchasing priority for everything wireless is Thread.
When something fails, I try to replace with Thread.


And Merkel bears no fault in this I suppose?


There are many ways how you could go about this.
The easiest way with the fewest helpers imo is to execute it every minute, check if the ac should be on or off based on your time rules and then turn it to the state you want it, if it is not in that state.
description: Turn AC on between minutes 0-37 of hours 0,3,6,9,12,15,18,21; off otherwise
trigger:
- platform: time_pattern
minutes: "/1" # runs every minute
condition: []
action:
- choose:
- conditions:
- condition: template
value_template: >
{% if now().hour in [0,3,6,9,12,15,18,21] and 0 <= now().minute <= 37 %}
true
{% else %}
false
{% endif %}
sequence:
- condition: state
entity_id: switch.ac
state: "off"
- service: switch.turn_on
target:
entity_id: switch.ac
default:
- condition: state
entity_id: switch.ac
state: "on"
- service: switch.turn_off
target:
entity_id: switch.ac
mode: single```
in a decade: It was a horrible war, but the memes were always top notch