!FlNBQtdzvXbfLmcosb:matrix.org

Home Assistant - DE

184 Members
Deutschprachiger Raum rund um "Home Assistant". | Space-Mitglied: #smarthome:tchncs.de / #ha-space:matrix.org | For english use #Home-Assistant:matrix.org50 Servers

Load older messages


SenderMessageTime
14 Sep 2024
@rantwolf:matrix.orgrantwolffür die Phase 3 halt weiter angepaßt.13:13:00
@rantwolf:matrix.orgrantwolfBeim Ausschalten so hier:13:13:09
@rantwolf:matrix.orgrantwolf

alias: heizung_2 aus
description: phase 2 aus
trigger:

  • platform: time_pattern
    seconds: /15
    condition:
  • condition: and
    conditions:
    • condition: numeric_state
      entity_id: sensor.bitshake_smartmeterreader_dws7612_power
      above: -2000
    • condition: device
      type: is_on
      device_id: 857710034b8c0684b94e2ac2ce02e53f
      entity_id: bad48518b63e1959823595f653ba37a9
      domain: switch
    • condition: device
      type: is_on
      device_id: 857710034b8c0684b94e2ac2ce02e53f
      entity_id: 19b2a909810b876b76179baa2d1d341c
      domain: switch
      action:
  • type: turn_off
    device_id: 857710034b8c0684b94e2ac2ce02e53f
    entity_id: 19b2a909810b876b76179baa2d1d341c
    domain: switch
    mode: single
13:13:27
@rantwolf:matrix.orgrantwolf *
alias: heizung_2 aus
description: phase 2 aus
trigger:

- platform: time_pattern
seconds: /15
condition:
- condition: and
conditions:

    - condition: numeric_state
    entity\_id: sensor.bitshake_smartmeterreader_dws7612_power
    above: -2000
    - condition: device
    type: is_on
    device_id: 857710034b8c0684b94e2ac2ce02e53f
    entity_id: bad48518b63e1959823595f653ba37a9
    domain: switch
    - condition: device
    type: is_on
    device_id: 857710034b8c0684b94e2ac2ce02e53f
    entity_id: 19b2a909810b876b76179baa2d1d341c
    domain: switch
    action:
- type: turn_off
device_id: 857710034b8c0684b94e2ac2ce02e53f
entity_id: 19b2a909810b876b76179baa2d1d341c
domain: switch
mode: single
13:14:21
@rantwolf:matrix.orgrantwolf *
alias: heizung_1 an
description: phase 1 an
trigger:

- platform: time_pattern
seconds: /15
condition:
- condition: and
conditions:

    - condition: time
    after: "07:30:00"
    before: "16:00:00"
    - condition: numeric_state
    entity_id: sensor.bitshake_smartmeterreader_dws7612_power
    below: -2000
    - condition: numeric_state
    entity\_id: sensor.esp32_heater_ds18b20_1_temperature
    below: 70
    action:
- type: turn_on
device\_id: 857710034b8c0684b94e2ac2ce02e53f
entity_id: bad48518b63e1959823595f653ba37a9
domain: switch
mode: single
13:14:57
@rantwolf:matrix.orgrantwolf *
alias: heizung_1 an
description: phase 1 an
trigger:

- platform: time_pattern
seconds: /15
condition:
- condition: and
conditions:

    - condition: time
    after: "07:30:00"
    before: "16:00:00"
    - condition: numeric_state
    entity_id: sensor.bitshake_smartmeterreader_dws7612_power
    below: -2000
    - condition: numeric_state
    entity_id: sensor.esp32_heater_ds18b20_1_temperature
    below: 70
    action:
- type: turn_on
device_id: 857710034b8c0684b94e2ac2ce02e53f
entity_id: bad48518b63e1959823595f653ba37a9
domain: switch
mode: single
13:15:14
@rantwolf:matrix.orgrantwolf *
alias: heizung_2 aus
description: phase 2 aus
trigger:

- platform: time_pattern
seconds: /15
condition:
- condition: and
conditions:

    - condition: numeric_state
    entity_id: sensor.bitshake_smartmeterreader_dws7612_power
    above: -2000
    - condition: device
    type: is_on
    device_id: 857710034b8c0684b94e2ac2ce02e53f
    entity_id: bad48518b63e1959823595f653ba37a9
    domain: switch
    - condition: device
    type: is_on
    device_id: 857710034b8c0684b94e2ac2ce02e53f
    entity_id: 19b2a909810b876b76179baa2d1d341c
    domain: switch
    action:
- type: turn_off
device_id: 857710034b8c0684b94e2ac2ce02e53f
entity_id: 19b2a909810b876b76179baa2d1d341c
domain: switch
mode: single
13:15:36
@andreas:fluse.duckdns.orgAndreas
In reply to @andreas:fluse.duckdns.org
So ein backup/restore steht mir wohl auch bald bevor. Meine disk usage ging letzthin über 80%. Bei einem upgrade jeweils kurzfristig ~95%. Mal schauen.

Zur Info, kleiner Praxisbericht: Backup/Restore bzw. Desaster Recovery funktioniert!

  • Vollständiges HA Backup auf Raspberry Pi mit alter (kleiner) M2 -> tar file
  • Neues HA installieren via Raspberry Pi Imager, auf neue (grössere) M2
  • Neue M2 mir Raspberry Pi verbunden, booten
  • Verbinden zu http://homeassistant:8123/ und "Restore from Backup" wählen
  • Das tar file einspielen und ein paar Minuten warten...

Danach ist alles migriert auf die neue Hardware, alle Daten, alle Dateien usw. Hat super funktioniert.

13:20:51
@andreas:fluse.duckdns.orgAndreas
In reply to @andreas:fluse.duckdns.org
So ein backup/restore steht mir wohl auch bald bevor. Meine disk usage ging letzthin über 80%. Bei einem upgrade jeweils kurzfristig ~95%. Mal schauen.
*

Zur Info, kleiner Praxisbericht: Backup/Restore bzw. Desaster Recovery funktioniert!

  • Vollständiges HA Backup auf Raspberry Pi mit alter (kleiner) M2 -> tar file
  • Neues HA installieren via Raspberry Pi Imager, auf neue (grössere) M2
  • Neue M2 mit Raspberry Pi verbunden, booten
  • Verbinden zu http://homeassistant:8123/ und "Restore from Backup" wählen
  • Das tar file einspielen und ein paar Minuten warten...

Danach ist alles migriert auf die neue Hardware, alle Daten, alle Dateien usw. Hat super funktioniert.

13:21:54
@andreas:fluse.duckdns.orgAndreas *

Zur Info, kleiner Praxisbericht: Backup/Restore bzw. Desaster Recovery funktioniert!

  • Vollständiges HA Backup auf Raspberry Pi mit alter (kleiner) M2 -> tar file
  • Neues HA installieren via Raspberry Pi Imager, auf neue (grössere) M2
  • Neue M2 mit Raspberry Pi verbinden, booten
  • Verbinden zu http://homeassistant:8123/ und "Restore from Backup" wählen
  • Das tar file einspielen und ein paar Minuten warten...

Danach ist alles migriert auf die neue Hardware, alle Daten, alle Dateien usw. Hat super funktioniert.

13:22:38
20 Sep 2024
@thundergreen:matrix.orgThUnD3r|Gr33n changed their profile picture.23:17:27
@thundergreen:matrix.orgThUnD3r|Gr33n changed their profile picture.23:40:00
21 Sep 2024
@thundergreen:matrix.orgThUnD3r|Gr33n changed their profile picture.00:20:14
@thundergreen:matrix.orgThUnD3r|Gr33n changed their profile picture.08:33:47
22 Sep 2024
@maxderohne:matrix.orgmaxderohne
In reply to @rantwolf:matrix.org
Also. Ich hab jetzt mal ein wenig rum gespielt. Mit EVCC funzt das nicht so wie ich möchte, da ich ja keinen Strommesspunkt (shelly, etc.) für die Heizstäbe habe. Ich habe ja nur den Bitshakesmartmeter Reader. Oder hab ich da was falsch verstanden.
den holst Du Dir dann auch via MQTT ab oder direkt falls da SML im Script drinnen steht, sonst erkennt das das Template nicht.
03:56:36
@chris:siedler.xyzChris changed their profile picture.16:56:03
@chris:siedler.xyzChris changed their profile picture.16:56:12
@thundergreen:matrix.orgThUnD3r|Gr33n changed their profile picture.18:59:04
24 Sep 2024
@basta:tchncs.de@basta:tchncs.de joined the room.18:29:37
27 Sep 2024
@anobis:nolex.ioAlex N. changed their profile picture.09:17:24
30 Sep 2024
@8n:matrix.im@8n:matrix.im left the room.17:51:41
@8n:envs.netjan joined the room.17:51:09
3 Oct 2024
@8n:envs.netjanGuten Morgen, ich verbastele mir gerade mein Energie-Dashboard. Was gebe ich als „Solarproduktion“ an? Die DC-Eingangsleistung (DC) oder die daraus gewonnene AC-Ausgangsleistung?08:00:43
@8n:envs.netjanIch muss mein Dashboard umbauen, weil wir nun eine Batterie haben und ich festgestellt habe, dass der bislang verwendete Sensor auch die Batterie-Energie berücksichtigt, was Käse ist.08:01:22
@8n:envs.netjan(Bei der Gelegenheit ein brandheißer Tipp für alle, die neu mit dem Energie-Dashboard anfangen wollen: Verwendet Template-Sensoren als Proxy zwischen Dashboard und den echten Sensoren. Denn ihr verliert sonst die Historie im Dashboard, wenn ihr einen Sensor austauschen müsst.)08:05:20
@8n:envs.netjan * 08:20:31
4 Oct 2024
@broke:matrix.org@broke:matrix.org left the room.00:04:34
6 Oct 2024
@fensta:tchncs.deStefan Kaintoch joined the room.06:31:26
7 Oct 2024
@maxderohne:matrix.orgmaxderohneimage.png
Download image.png
03:59:59
@maxderohne:matrix.orgmaxderohne
In reply to @maxderohne:matrix.org
sent an image.
nach dem Update auf 2024.10.1 kommt folgende Meldung. Was ist eine Zustandsklasse und wo könnte ich die einstellen? Habt Ihr die Meldung auch?
04:00:48

Show newer messages


Back to Room ListRoom Version: 9