veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

296
active users

#mqtt

5 posts5 participants0 posts today

If you do #mqtt try this:

mosquitto_sub -F '@H::@S \e[92m%t \e[96m%p\e[0m' -h $host -t '#'

EDIT: all it does is prints a nice timestamp for each message and some basic coloring so you can tell the topic & payload apart.

🌕 ESP32-Faikin:開放原始碼的雲端控制Daiking空調模組
➤ 擺脫雲端束縛,輕鬆控制你的 Daikin 空調
github.com/revk/ESP32-Faikin
ESP32-Faikin 是一個基於 ESP32 的模組,旨在提供本地控制 Daikin 空調,取代原廠不夠好且依賴雲端的控制方式。它提供網頁介面、MQTT 以及 HomeAssistant 整合,無需雲端連線,且速度更快。專案包含 PCB 設計,可在 Tindie、Amazon UK 和 eBay Australia 等平臺購買,並提供詳細的手冊和技術文件。
+ 原廠的雲端控制真的太慢了,這個專案太棒了,可以本地控制,還能整合 HomeAssistant!
+ PCB 設計公開,想自己動手做也可以,真是一個很棒的開源專案!
#物聯網 #空調控制 #ESP32 #MQTT #HomeAssistant

ESP32 based module to control Daikin aircon units. Contribute to revk/ESP32-Faikin development by creating an account on GitHub.
GitHubGitHub - revk/ESP32-Faikin: ESP32 based module to control Daikin aircon unitsESP32 based module to control Daikin aircon units. Contribute to revk/ESP32-Faikin development by creating an account on GitHub.

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.

Released v0.20.0 of the ha-mqtt-discoverable python module.

This is a pure-python library for creating #MQTT entities that will be automatically detected by #HomeAssistant

Added a 'set_blob' method to the Image class to allow publication of images directly from code. HA will take base64 encoded images directly via MQTT

Details at github.com/unixorn/ha-mqtt-dis

@homeassistant

GitHubRelease v0.20.0 · unixorn/ha-mqtt-discoverableThanks @kratz00 for your ongoing contributions What's Changed Update pytest to version 8.4.0 by @kratz00 in #375 Update ruff to version 0.11.13 by @kratz00 in #376 Update pydantic to version 2.11....
Continued thread

@balkonsolar
48,3kWh bestehend aus drei
YIXIANG V2 DIY JK 200A BMS LifePO4 Metal Battery Case (szsyixiang.com/yixiang-v2-diy-)
und
48 EVE MB31 314Ah LiFePO4 Batteriezellen (gekauft bei YIXIANG)
Da ich alle Zellspannungen im Victronsystem haben möchte, um sie später via mqtt an homeassistant zu übergeben, werde ich die Batterien wohl über dbus-serialbattery (mr-manuel github.com/mr-manuel/venus-os_) einlesen.
@balkonsolar
#homeassistant #mqtt #jkbms

YixiangYIXIANG V2 DIY JK 200A BMS LifePo4 Metal Battery CaseYIXIANG V2 DIY JK 200A BMS LifePo4 280Ah Metal Battery Case Server Rack For Power Storage,Home Solar Energy,Marine Boat

Moved away from EMQX for my home lab as they moved to a new licensing scheme and dropped features on the community version to #RabbitMQ 4.1.1.

After a day of working on it, got #oauth2 into the cluster working, and #ldap backed #mqtt client logins.

Not as flashy as EMQX, but fitting my needs so far very well.

Really wanted unified account management and doing it all through #Authentik through oauth2 and it's LDAP outpost is very cool. No more local mqtt accounts 😊