schleuss.online is one of the many independent Mastodon servers you can use to participate in the fediverse.
This instance has a focus on IT security, general computing, retro video games and game collector discussion. Please, no #NSFW and other 18+ discussion on this instance. See rules for more details

Server stats:

8
active users

#mqtt

0 posts0 participants0 posts today
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

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.

Jemensch Hier Erfahrungen mit Strom Zählern auf Hutschiene für einzelne Stromkreise?

Was ich mir vorstelle, aber nicht finde: ein Gerät was Daten von mehreren einzelnen Stromkreisen zusammen führt. Mit #mqtt #rest oder anderer offener Schnittstelle.

While we are all mad at #bambu for being evil, here is a quality of life improvement for anyone stuck with one of their units. Hopefully it improves your day. (Also, it makes it much easier to get along without their spyware.)

The printers' MQTT broker only accepts a couple of connections. 4 I think. This is an issue if you (for example) use a slicer(1), home assistant(2), xtouch (3), octoprint (4-5), nodered(6+), etc.. And once you use them up, you have to basically turn everything off for a while (up to 12 hours! in my experience) before you can start connecting again.

Using this, any number of clients that use pure MQTT (or handle failures appropriately) can be multiplexed to the printer over a single connection. xTouch, OctoPrint, everything.

gist.github.com/disconn3ct/7257eb31fa278ae9f4ca0b3b0892cb7b

@3dprinting #3dprinting #bambulab #bambulabs #mqtt #homeautomation #smarthome #mqtt

 Mosquitto relay for Bambu Labs printers . GitHub Gist: instantly share code, notes, and snippets.
Gist Mosquitto relay for Bambu Labs printers Mosquitto relay for Bambu Labs printers . GitHub Gist: instantly share code, notes, and snippets.

I've often heard that #MikroTik rocks in terms of small routers, etc. and I finally got around to purchasing a new hAP for €30, the intention being to use it for demoing #ansible stuff on "a router"

I don't understand 11/10ths of what the device has to offer, but 5m after unboxing Ansible was talking to the device.

Ten minutes later I yak shave when finding the iot package which allows the router to be an #MQTT client (pub & sub). Not the foggiest idea what to do with that, but it's very cool!

TIL: #BTHome is an open standard for sensors to broadcast their measurements using #BLE.

bthome.io/

It's definitely worth a look if you are, like me, using ESP32 microcontrollers to measure all kinds of custom stuff and want to feed it to someplace else. For example, #HomeAssistant has built-in support and will auto-detect new BTHome devices.

You might want to consider it as an alternative to #MQTT. It has no delivery guarantees, but OTOH doesn't need LAN or credentials to work.

BTHomeBTHome: Open standard for broadcasting sensor data over Bluetooth LEFree and open standard for broadcasting sensor data and button presses over Bluetooth LE.