home.social

#ha — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ha, aggregated by home.social.

fetched live
  1. 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.

  2. New 𝗖𝘂𝘀𝘁𝗼𝗺 𝗙𝗿𝗲𝗲𝗕𝗦𝗗 𝗨𝗖𝗔𝗥𝗣 𝗦𝗲𝘁𝘂𝗽 [Custom FreeBSD UCARP Setup] article on vermaden.wordpress.com blog.

    vermaden.wordpress.com/2026/08

    #freebsd #ha #cluster #carp #ucarp #service #node

  3. Hot does not cover it today.

    #ha
  4. 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.

  5. 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:
    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 %}
    Im ersten Moment schien das zu funktionieren, aber dann hat's den Gesamtertrag, also den Zählerstand genullt, obwohl die Zahlen das nicht hergaben.

    sensor.bitshake_smartmeterreader_ertrag_pv_alt hatte 6827,28, macht mit der Addiion von den historischen 56120,32 62947,6 für new_value .
    Der Zählerstand vor der Nullung, also
    old_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

  6. 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...

  7. @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

  8. LLM смотрит на мой сад: как ИИ-зрение решает, звать ли меня накрыть мебель перед дождём

    LLM анализирует картинку с камеры и перед дождём решает, накрыта ли садовая мебель - если нет, шлёт в Telegram фото сада, радар и кнопки «Накрыл» / «Отложить». Всё на голом Home Assistant, без своего кода, регистрации и смс. Собрал за меня Claude Code, а я разбираю архитектуру, YAML и грабли.

    habr.com/ru/articles/1065082/

    #home_automation #ha #llm #анализ_изображений #home_assistant

  9. 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.
    chuffed.org/project/171649

    #palestine #privacy #painting #paris #usa #HEalth #HAmburg #HA #TRUmp #TRavel #france #ESPeranto #canada @gaza_verified_campaigns

  10. ‘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
    newsbeep.com/au/831666/

  11. #HA #Netatmo
    Nedělal jsem žádný update, nic a odpojilo se mi Netatmo (meteostanice).
    Děje se to i někomu jinému....⁉️

  12. Should I secret add a bunch of hashtags to other people's posts without them knowing? Like this?

    #funny #humor #pic #pictures #picture #pics #ha #haha #hahaha

  13. 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

    tardigram.com/m/LaPlaza/t/40053

  14. #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

    #ha
  15. @rpimag Further progress. Much digging in of pipe across the garden and into the Polytunnel, where we now have Zigbee controlled main pressure water and a tap. controlled watering is nearly upon us.

    #ha
  16. 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."

    postgresql.org/docs/19/sql-wai

    pgexperts.com

  17. RE: mast.lat/@ciencia_fm/116782420

    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

  18. 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”

    😆👻

    #OOO #HA #StacieBee

  19. @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.