toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

267
active users

#mqtt

0 posts0 participants0 posts today
Lukas<p>Und scheinbar ist sogar eine lokale Anbindung möglich. </p><p>&gt; It is recommended to start with the Zendure Cloud Mqtt server, since local Mqtt requires more configuration and requires a working Home Assistant Bluetooth connection to the device(s).</p><p><a href="https://github.com/Zendure/Zendure-HA" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/Zendure/Zendure-HA</span><span class="invisible"></span></a></p><p><a href="https://metalhead.club/tags/homeassistant" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>homeassistant</span></a> <a href="https://metalhead.club/tags/pv" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pv</span></a> <a href="https://metalhead.club/tags/batteriespeicher" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>batteriespeicher</span></a> <a href="https://metalhead.club/tags/zendure" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zendure</span></a> <a href="https://metalhead.club/tags/mqtt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mqtt</span></a></p>
JP Mens<p>MQTT to HTTP Bridge written in Go. A lightweight service that subscribes to MQTT topics and forwards received messages to an HTTP endpoint.</p><p><a href="https://github.com/CthulhuDen/mqtohttp" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/CthulhuDen/mqtohttp</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/mqtt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mqtt</span></a></p>
VerneMQ<p>Having much fun working on VerneMQ! :)<br><a href="https://fosstodon.org/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a> <a href="https://fosstodon.org/tags/VerneMQ" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VerneMQ</span></a> <a href="https://fosstodon.org/tags/MQTT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MQTT</span></a> :vernemq:</p>
f1r3<p>They wont let me take my own cables for field camping <a href="https://chaos.social/tags/why2025" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>why2025</span></a> ?<br>Its probably the missing <a href="https://chaos.social/tags/mqtt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mqtt</span></a> interface.</p>
VerneMQ<p>"OPC UA Pub/Sub vs. Eclipse Sparkplug B: Choosing the Right MQTT Strategy for Your Industrial IoT"<br><a href="https://www.grisp.org/blog/posts/2025-07-18-sparkplug-vs-opcuapubsub?mc_cid=9444cad58d" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">grisp.org/blog/posts/2025-07-1</span><span class="invisible">8-sparkplug-vs-opcuapubsub?mc_cid=9444cad58d</span></a><br><a href="https://fosstodon.org/tags/MQTT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MQTT</span></a> <a href="https://fosstodon.org/tags/OPCUA" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OPCUA</span></a></p>

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

(2) So ist für uns z.B. eigentlich auch eine Protokollfunktion wie sie wohl die #MySkodaApp bietet hilfreich, aber dann doch (noch?) nicht wichtig genug, diese Analyse zu ignorieren:
reports.exodus-privacy.eu.org/

Nach interessanten Abschnitten und Ladevorgängen kann ich auch die Daten vom Display (und aus den Lade-Abrechnungen) händisch erfassen. Leider müssen dazu alle Türen geschlossen sein, aber mit der App #LabLog geht es dann immerhin recht flott.
Praktisch ist dabei die direkte Anbindung via #mqtt die so die Daten direkt im #SmartHomeServer wie z.B. #HomeAssistant verfügbar macht...

...bzw. in unserem Fall (alles auf einem #RaspberryPi mit #bash Skripten selbst implementiert) ressourcenschonend über einen cloud broker mit einem simplen mosquitto_sub ... >> eautolog.jsonl.

2/2 (3)

εxodusReport for cz.skodaauto.myskoda 8.3.3Known trackers, permissions and informations about this specific version of this application

Latest #robot in sea trials. An old 12v trolling motor provides propulsion. A #RaspberryPi pico is always-on and runs the basics, sensors, h-bridges and such.

An RPi4 will be the main autonomy hub to enable detailed mapping and surveys and such. But for now I can just push #mqtt buttons in #HomeAssistant and move it around.

I built it almost totally out of scrap and epoxy. What a delightful waste of time! 😜

P. S. Note the #lego crew on the bridge.

Really need to replace my aging #MQTT broker with something new, in a container on my NAS.

From time to time it stops taking publish or even connects from a specific client as if it is blacklisting it. Sometimes a restart is all it takes, and sometimes (like now) I need to change the ID of the client because the broker banned the device for life.

I didn't know an MQTT broker had such functionality because I don't find any doc about such behaviour

Continued thread

Stuck one in the freezer, I think I got the negative bit correct. I'm also impressed that it's able to receive a signal from a transmitter inside a metal box way at the other end of the house.

Payload: 0x45A2681544300920F
Checksum: 0x45
Temp: -15.4C 4.3F Humidity: 26.0% Channel: 1 Device: 920F Battery: good Flags: 0b10100100 RC: 0x30 Checksum: 0x45 0x45 v3