Comment on
Migrating to Podman
I gave podman a try a few months ago and went with systemd unit files instead of compose files, since it felt like the most native approach.
Comment on
Migrating to Podman
I gave podman a try a few months ago and went with systemd unit files instead of compose files, since it felt like the most native approach.
Comment on
Barbara Blaha: Wer es ernst meint mit der Rettung des Klimas, muss bei den Reichsten ansetzen.
Reply in thread
Ja genau. Diese ganzen Experten und Klimaaktivisten sind ja nur des Wohlstands neidisch. Zurück zur Vogel-Strauß-Politik!!!
Comment on
Teenager in Badeschlapfen von Hoher Wand gerettet
Reply in thread
Warum hoffentlich nicht? Jegliches ignorantes Verhalten der Allgemeinheit überzuhängen funktioniert halt auch nicht auf Dauer..
Comment on
Parse multiple devices from a single mqtt topic?
You mean that you just want to have one configuration entry? I doubt that it's possible.
What you could do is creating multiple entries, but you need filter within a template.
{% if value_json['tags'].path == '/mnt/hdd' %}
{{ (value_json['fields'].used_percent | float(default=0)) | round(2) }}
{% else %}
{{ states('sensor.disk_use_percent_sdb3') }}
{% endif %}
Having had a similar use case, I ended up configuring device specific topics within telegraf.
Comment on
Arena: Neue Tonanlage als mögliche Lösung
Leiwand wenn wieder die Stadt für die Kosten aufkommt…
Comment on
Trigger automation 15 minutes before Alexa alarm.
There are probably multiple ways to solve this...
Here's an approach I'd choose (note that I do not use Alexa, so my knowledge about the integration's capabilities is limited):
current time = (alarm time - 20 minutes)