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,5 Tsd.
aktive Profile

#mqtt

4 Beiträge3 Beteiligte0 Beiträge heute

suggested to use an #MQTT broker at work for a clever way to notify some in-house services from our cloud services and it seems as they’re actually going that route and will have the contractor build a subscription module

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

Thanks @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....
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....
Fortgeführter 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

YIXIANG V2 DIY JK 200A BMS LifePo4 280Ah Metal Battery Case
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 😊

Where do you put your IoT / smart devices within your home network?

#iot#security#smarthome

Trying hard to trick this maveo connect stick into talking to HomeAssistant.
No third party access anymore.
App has cert-pinning I can't manage to get around.
Device speaks MQTTS, but no authentication, so can't integrate with Mosquitto.

It's some kind of Espressif device. Maybe I can read the FW?

#MQTT#Mosquitto#Espressif
Fortgeführter 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

εxodusReport for cz.skodaauto.myskoda 8.2.0Known trackers, permissions and informations about this specific version of this application
#EAutoDaten#FLOSS#FOSS

While brainstorming (daydreaming?) about what a graduation from apple and google would look like, I started wondering about how Apple Push Notification service (APNs) (not sure what the android equivalent is called) works behind the scenes. Perhaps something lite could be implemented with custom payloads over #xmpp or maybe it would need to be more of a custom service. 🤔🙃
(I initially thought of #mqtt as a lighter coordination server, but persistence might be an issue there)

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.

Successfully moved all my #MQTT connections onto the mosquitto server in my #homeassistant. Connections from solar panels via VPN connection on two AVM fritzbox routers, application my smartphone and a sensor on my electrical meter all publish in my local network now.

Antwortete im Thread

@hobbyblogging
Wir haben einen #Roborock S5 Max, den ich vor dem ersten Einschalten zuerst gerootet und dann mit #valetudo versehen habe. Läuft seit sehr vielen Jahren ohne Verschleiß, ohne Defekt, ohne Probleme. Valetudo bietet #mqtt , das den Robi wiederum mit #homeassistant kommunizieren lässt. Dadurch kann ich tolle Sachen programmieren. Wenn es an der Haustüre klingelt macht er z.B. Pause. Wenn er Probleme hat, bekomme Ich eine Nachricht usw usf.

I'm kinda wondering.
If you use #MQTT over Websockets, how do you secure it?
Do you create a user on the broker for each user of your app? What would be the password, their password on the app? Or do you store MQTT keys in the database somehow?