#ha — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ha, aggregated by home.social.
-
Interesting that I get the same blip to higher temperatures around 4pm every day. I need to go out and look at what happens around that time as it looks like I get an over-read at the same time each day. I thought the temperature monitor was in a spot where it was shaded all day, but clearly something is happening to change local conditions at the probe in the afternoon around that time. #HA #data
-
-
Just back from 2 weeks holiday, and very pleased to find the Home Assistant powered auto-watering system I built and finished the night before we left has performed excellently. #HA #gardening
-
Ich habe bei #Homeasistant schon seit langem den unschönen Effekt, dass bei Neuladen der Konfiguration, z.B. nach Änderungen an der configuration.yaml, #Ausreißer entstehen. Dies betrifft ausschließlich #Entitäten, die ich in der configuration.yaml angelegt habe, immer die Gleichen, aber bei Weitem nicht alle.
Leider ergibt sich da immer ein Rattenschwanz, da ich #HA sehr stark für das Erfassen von Werten und Statistiken nutze (deshalb auch aus meiner Calc-Tabelle für die Hausverbäuche etc. historische Daten von der Zeit vor HA importiert habe) und diverse Berechnungen aus anderen Entitäten machen lasse. Wenn eine daran beteiligte Entität einen Ausreißer produziert, haben logischerweise alle daraus berechneten Entitäten ebenfalls Ausreißer. Da das bis vor 2 Versionen von HA wie gesagt immer nur beim Neuladen der Config auftrat, konnte ich gut damit leben.
Seit vorletzer Version von HA produziert es diese Ausweißer aber regelmäßig und nachvollziehbar immer zu denselben Zeitzpunkten: 0 Uhr, 6 Uhr, 12 Uhr, 18 Uhr 🤷♂️
Sieht für mich irgendwie nach Bug aus, da ich keine neuen oder geänderten Entitäten angelegt habe 🤔
Ein Beispiel für eine immer betroffene (mein Verdacht, eine der auslösenden) Entität:- sensor: - name: Gesamtertrag PV alt (mit Langzeitkorrektur) unique_id: gesamtertrag_pv_alt device_class: Energy state_class: total_increasing unit_of_measurement: "kWh" state: "{{ states('sensor.bitshake_smartmeterreader_ertrag_pv_alt') | float(2) + 56120.32 | float(2) }}"
Ich habe dann versucht, die Ausreißer abzufangen, indem ich das State Argument so verändert habe:
Im ersten Moment schien das zu funktionieren, aber dann hat's den Gesamtertrag, also den Zählerstand genullt, obwohl die Zahlen das nicht hergaben.state: > {% set new_value = states('sensor.bitshake_smartmeterreader_ertrag_pv_alt') | float(2) + 56120.32 | float(2) %} {% set old_value = states('sensor.gesamtertrag_pv_alt') | float(2) %} {# Neuer Wert wird ignoriert, wenn die Werte gleich sind oder weil er nicht kleiner sein kann als alter Wert #} {% if new_value <= old_value %} {{ old_value }} {# Wenn mehr als 0,5 kWh hinzugekommen -> wird als Ausreißer betrachtet und alter Wert genommen #} {% elif new_value - old_value > 0.5 %} {{ old_value }} {# Normale Werte #} {% else %} {{ new_value }} {% endif %}sensor.bitshake_smartmeterreader_ertrag_pv_althatte 6827,28, macht mit der Addiion von den historischen 56120,32 62947,6 fürnew_value.
Der Zählerstand vor der Nullung, alsoold_value, war ebenfalls 62947,6.
Also hätte imho doch{% if new_value <= old_value %}{{ old_value }}greifen müssen, und das wäre eben weiterhin 62947,6 gewesen 🤷♂️
Warum funktioniert das nicht? Warum nullt es mir den Zählerstand? 🤷♂️
#Hausautomation #Homeserver -
I'm really torn about what my next #homelab project will be: self-hosting my website, setting up #HA before #Google #Gemini invades my devices, a #masto instance, a #meshtastic node, or a forum site.
I'm stalling out bc idk whether to use Cloudflare or open my own ports & torn about whether to turn my entire homelab system #Linux. After I did so much work to do the Windows Pooling storage thing 🥲
If #selfHosting is the next big thing for all my projects, going Linux seems like the way to go...
-
@schenklklopfer Hi :)
falsche herangehend richtung.
ich vermute mal #homeassistant, obwohl nicht getaggt.
kacheln in raster / stapel oder querstapel setzen. #ha dashbord in webapp browser
setzen. so kann man dashboards wunderbar zusammenbauen. dies lauft in #linuxmint #desktop #cinnamon -
LLM смотрит на мой сад: как ИИ-зрение решает, звать ли меня накрыть мебель перед дождём
LLM анализирует картинку с камеры и перед дождём решает, накрыта ли садовая мебель - если нет, шлёт в Telegram фото сада, радар и кнопки «Накрыл» / «Отложить». Всё на голом Home Assistant, без своего кода, регистрации и смс. Собрал за меня Claude Code, а я разбираю архитектуру, YAML и грабли.
https://habr.com/ru/articles/1065082/
#home_automation #ha #llm #анализ_изображений #home_assistant
-
Gaza’s night knows no silence,
and it is not much different from its burning days;
both are weighed down by the smell of gunpowder, the roar of airstrikes, and the pain of loss.Here in Gaza…
there is a bleeding wound that finds no way to heal,
and a pain that renews itself with every night and every day.
https://chuffed.org/project/171649#palestine #privacy #painting #paris #usa #HEalth #HAmburg #HA #TRUmp #TRavel #france #ESPeranto #canada @gaza_verified_campaigns
-
Total #SolarEnergy production for today: 14.3 kW.h.
-
‘Ha-Chan, Shake Your Booty’ Trailer: Japanese Ballroom Dancing Movie
The Sundance Film Festival built its reputation on consistently delivering something cinephiles weren’t expecting. This year, one of…
#NewsBeep #News #Movies #AU #Australia #Entertainment #film #Ha-ChanShakeYourBooty #RinkoKikuchi #Trailers
https://www.newsbeep.com/au/831666/ -
Total #SolarEnergy production for today: 13.7 kW.h.
-
RE: https://social.overheid.nl/@knmi/116974697714815360
Weet iemand of je deze data kunt koppelen met Home Assistant?
-
In case you don't have enough existential angst today, an AI escaped the lab and started hacking other AIs: https://www.wired.com/story/openai-models-escaped-containment-and-hacked-huggingface/?utm_source=flipboard&utm_content=user/WIRED #AI #ArtificialIntelligence #ha
-
REALISMO SOLEMNE PARA UN MUNDO QUE HA PERDIDO EL SENTIDO
REALISMO SOLEMNE PARA UN MUNDO QUE HA PERDIDO EL SENTIDO #realismo #solemne #para #un #mundo #que #ha #perdido #el #sentido #LaPlaza -
#HA
Pokud se vám odpojí věci od TPLink (TAPo atd.), a neměnili jste si v APP TAPO ani heslo ani uživatele, nepanikařte.
- jděte do nastavení sdílení pro 3 strany
- dejte OFF
- pár minut počkejte
- dejte ON
PS: jinak se v tom budete hrabat jak idioti jako já hodinu -
PostgreSQL 19 adds WAIT FOR LSN. A session can block until a standby has replayed up to a specific WAL position before it runs a SELECT, which gives read-your-writes on a replica without routing every read to the primary.
Mind the edges: no TIMEOUT means an indefinite wait, it's READ COMMITTED only, and a standby promotion returns "not in recovery."
-
RE: https://mast.lat/@ciencia_fm/116782420526984086
Escuchando este episodio #til que #Camberra se pronuncia de un modo diferente al que esperaríamos... No lo dicen, pero se pronuncia Kán-bra
TIL en castellano será HME?
#yaestáninformados
A ver, has jassss de dos? #HA -
Every single time I see “OOO” when someone is out of office, I instead giggle to myself as I instead hear a ghost going “ooo-ooo-ooo”
😆👻
-
@europlus @davidgerard Like a boys model plane, or rocket, Ai logic should’ve stayed in the bedroom or in dystopian SF movies. Learning to build heuristic algorithms is not the same as letting those who build them take that fun, recognition, passion and freedom away. #Ha Heuristic algorithms are adaptive toolboxes that do science #Ai Artificial information does not! The odds might favour a language game, but not intelligence.