mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,4 Tsd.
aktive Profile

#tasmota

0 Beiträge0 Beteiligte0 Beiträge heute

Im Juni habe ich #Homeassistant als #Proxmox #VM aufgesetzt und nach und nach alle möglichen Geräte mittels #ModbusTCP (#Wechselrichter, #Speicher), #EVCC / #MQTT (#Wallbox), #Tasmota (#Stromzöhler) und #Zigbee (#Energiemessgeräte) integriert. Es schien kurzzeitig alles zu funktionieren bzw. hat auch funktioniert.
Allerdings - wie schon berichtet - war vor ein paar Tagen plötzlich der ganze Config-Ordner (/homeassistant) leer und damit alle
#Daten weg.

Ich habe dann das Proxmox
#Backup von vor dem Crash zurückgespielt und höndisch die seit dem Backup fehlenden Daten für den #Photovoltaik Ertrag ergänzt.

EVCC hat für die Wallbox eine Entität "sensor.evcc_loadpoint_warp3_total_charged_energy" erzeugt, die aber in HA selbst nicht für Statistiken nutzbar ist (sie wird nicht zur Auswahl angezeigt). Also habe ich eine
#Hilfsentität angelegt:

template:
- sensor:
- name: geladene Energiemenge (gesamt) mit Einheit
unique_id: geladene_energiemenge_gesamt_mit_einheit
device_class: Energy
state_class: total_increasing
unit_of_measurement: "kWh"
state: "{{ states('sensor.evcc_loadpoint_warp3_total_charged_energy') | float(0) }}"

Das hat auch funktioniert.
Seit 2-3 Tagen habe ich allerdings das Phänomen, dass für jeden Messwert ein Ausreisser gespeichert wird. Ich lade angeblich 24/7 alle 5 min entweder genau 3.552,8 kWh oder alternativ 1.776,4 kWh, also genau die Hälfte des anderen Werts, obwohl das
#EAuto gar nicht an der Wallbox hängt und folglich gar nichts geladen wird.

Ich muss also täglich 288 Werte höndisch auf 0 korrigieren - das nervt ziemlich.

Leider habe ich keine Idee, warum, nachdem es zunächst funktioniert hat, bei dieser Entität nun jeder Messwert reproduzierbar Amok läuft - und wie ich HA das wieder abgewöhnen kann
🤔🤷

Ich bin für jede Idee dankbar.

A residual-current circuit breaker tripped in my home. I went through all circuits to find the reason, flipping the breakers one by one. Apparently, I did this in a sequence so that two devices got reset to factory settings. I found one plug quickly, the other one is used to monitor the power consumption of the freezer in the cellar. I noticed this two days later. It defaulted to OFF.

Now I am putting something together to be notified when essential metrics stop.

Was troubleshooting the upgrade/ OTA flash process of the firmware of some of my #tasmota devices.
TIL: Its important to use the lite binaries first if the difference in versions is too big.
Starting from 8.1 I had to flash in the following order:
7.2.0 lite (downgrade) > 8.5.1 lite > 9.1 lite > most recent.

*the more you know*

The Sonoff S31 with native firmware has been a terrible disappointment. It still requires the app to pair, pairing is insanely hard, and then when done, it appears that Home Assistant (using a HACS integration) doesn't see it. (I'm guessing the issue is getting mDNS to traverse my VLANs.)

I think I'm going to need to flash a firmware to use this. So onto the tail of the project queue it goes.

Antwortete im Thread

@selea

I'm using #LoRaWAN and #Tasmota for sensors on

- energy metering
- water metering
- level monitoring on oil and rain water tanks
- smoke detectors
- climate monitoring
- window/door monitoring
- charging control for electric cars
- light control
- tracking of my ebike
...

Lots of fun with #LPWAN 😋 but conversation on #Meshtastic seems to be pretty limited to ham level (cq, qsl, hello?, qth, ...)

my #Meshtastic node is high on a mast with up to 25km LOS but not really exciting

Fortgeführter Thread

Aber eventuell gehe ich das Ganze auch falsch an und hab mit den Nous die falschen Schaltstecker gewählt. Gibt es welche, die man nicht kalibrieren muss, damit sie nicht total off sind? Irgendwie fühlt es sich sehr falsch an.

#IoT#Tasmota#ESPHome
Antwortete im Thread

@bsi IoT Device nur kaufen, wenn es von #Tasmota unterstützt wird. Smart-Devices kommen mir nicht ins Haus, wenn die Cloud-Zwang haben oder ohne Cloud Funktionseinschränkungen haben.

Trying to get #HomeAssistant voice working has been one of these “take a mouse to the movies” adventures in #homeautomation

I had to upgrade HA to the latest version. That broke some AppDaemon integration that drives the touch screen displays on my light switches. Weather entities now use the WebSocket interface, not the REST API. So my light switches were blank in their default idle screen mode.

Naturally, the light switch project isn’t maintained any longer, so nobody is available to make a major change like that. So no more weather forecast on the light switch. Instead I show a bunch of sensor values.

It shows current state of the garage door (little pentagon house looking icon), forecast temperature (left thermometer), actual temperature (right thermometer), humidity, precipitation, swimming pool temperature, and current electric consumption (icons on the bottom row)

My home assistant setup is no less than 8 different docker containers in an HoC architecture (house of cards 😜) Just like Christmas lights “if one goes out, they ALL go out!”
#tasmota #smarthome