

Misleading headline. They can even read it when you turn it off, they just claim they don’t.
Also tooting on Mastodon: https://chaos.social/@ChristianHawkins


Misleading headline. They can even read it when you turn it off, they just claim they don’t.


#44 didn’t even make it on the graphic behind the link. The bar is not very high to get into the “top 100” to be within the same group as the top 5…
My Renault Zoe tops out at 50kW and I need to take two 30 minute breaks to go from Munich to Jesolo in Veneto if I leave on a full battery.
Breaks I should be taking anyways.


They should get a slap on the back of the hand for not torturing this pos longer.
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```


Where are these photos taken?
Chill traffic starts with you not raging back at road ragers. Let them pass, drive passively and don’t let them enrage you.


My wife is from Mississippi. Her family’s handed down self written cookbook has “cooked coon” in it. There is no doubt eating on them - if it’s good is a whole other question though.
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.