FΓΌr die, die es schon immer wissen wollten: Ich hatte es nicht im Netz gefunden, daher habe ich die Temperaturen beim Resch&Frisch Ofen selber gemessen. Hier sind die Programme und die dazugehΓΆrigen Gradzahlen:
Programm Temperatur
Programm 1 125Β° / 130Β°
Programm 2 190Β°
Programm 3 180Β°
Programm 4 170Β°
Programm 6 160Β°
Programm 7 160Β°
Programm 12 240Β°
Database connections for archives can now be configured at runtime directly in the dashboard – no restart needed.
π This is especially important for MonsterMQ-Edge running on a Unified Comfort Panel – you can now configure archiving online, without touching the panel (MMQ config file).
The result: your data from WinCC Unified Panels can be easily archived centrally to PostgreSQL or MongoDB, configured and managed remotely.
Or forward the data to a central full MonsterMQ instances to collect the data from all your panels.
And here’s the bigger picture: MonsterMQ and MonsterMQ-Edge share the same dashboard, same GraphQL interface. One central place to manage both – from the full broker down to the tiny monster running on your panel. π
Let me know if you want it as an Edge App, which can be deployed on the Panel. But remember: you need an Edge License to run Edge on the Panel.
MonsterMQ-Edge still has limited functionality compared to the full broker – but it’s growing.
Built in Go, based on another open-source project (Mochi MQTT), implemented to expose the same GraphQL interface as the full MonsterMQ broker and having the same storage backend (SQLite, Postgres, MongoDB).
What does that mean in practice? You can run a lightweight MonsterMQ instance at the edge and monitor and configure it from the same MonsterMQ dashboard and having the data in the same storage format. No separate tooling needed.
Current state:
π Single binary 25M
π In memory last value storage
π Archiver for SQLite, PostgreSQL and MongoDB.
π MQTT Bridge available to pub/sub from/to other brokers.
π Backend storage options: SQLite, Postgres or MongoDB
π Same GraphQL interface – compatible with the existing dashboard
Very early stage, and just an experiment for now. What do you think about it?
What’s happening under the hood: π MQTT topics are stored in memory π Historical values are persisted in MongoDB Those features have been available in MonsterMQ for a long time…
The i3x interface just exposes all of that data via the i3x protocol!
π‘ This means you get a full MQTT broker with structured, queryable data access via i3x – all in one place.
Someone asked me if it’s possible to send WhatsApp messages from WinCC Unified π¬
Yes, and it’s simple! A small Python helper connects to the GraphQL server of WinCC Unified, subscribes to a tag to get the message text, and forwards it to WhatsApp via Twilio. That’s it. And for sure, the same can be done with WinCC Open Architecture.
With this integration, MonsterMQ can nowΒ connect directly to OPC UA ServersΒ and make the data available onΒ MQTT topicsΒ β bridging two key industrial protocols.
Plus we have integrated a topic tree browser, see pics!
I took a half day off work, to finish this.
π https://monstermq.com – Open-Source π π Star it on GitHub if you like it!