I have a Honeywell alarm system to which is fitted a SelfMon VMod. This monitors all alarm circuits and connects to an MQTT broker publishing topics for each alarm zone and output. I currently have this set up:
Alarm MQTT message > Mosquitto (on Pi) > node-red flow maps the changes to a virtual device in Hubitat.
With the new MQTT broker functionality in the latest version I'd like to bypass the Pi and node-red if possible. I've got the broker running on Hubitat and if I use MQTT Explorer I can see the topics being updated from my alarm. So what's the best way to use that topics change to actually change the virtual device state. Example here from one of the doors monitored by my alarm closing:
Do I need a to make a custom driver that maps each topics message to the individual Hubitat virtual device or is something already available to do that? TIA
We don't usually comment on upcoming features, but the next firmware version (2.5.0) will have MQTT import ability. It will use Home Assistant config topics to create matching devices in Hubitat. No need for custom drivers, then.
Outstanding! - I'm not an HA user, but I'm totally fine using their JSON format to bulk import data into HE in an efficient and "1st class" app/driver manner.. - Great news and thanks!
Hopefully this will let me do what I want. I'm not using HA at all, but most users of the alarm and MQTT module I mention in the opening post are using HA or Homey and there's integrations for both of those platforms. My current setup using a Pi, Mosquitto, node-red works fine but I like the idea of keeping everything I can under one roof so to speak.
I’m trying to ingest mqtt data from BamBuddy and stuck on the device topic. I just want to build a simple tile builder tile with RH from multiple AMS from 3 printers.
AI is ZERO help on this, stuck in a loop with those things. They just keep apologizing for giving wrong info and wasting my time. Infuriating.
I have everything connected.
Can someone explain to me like I’ve had a lobotomy what I need to put in here? MQTT sees BamBuddy Printer and the exported attributes I can select as needed. Anyone else using BamBuddy that wants to collaborate on a (simple) solution? The other community integrations were all about turning on the light and stop/pause/start print and haven’t apparently exposed all the API attributes. Yes, BB shows the AMS history on click each AMS, but I was hoping to get something to consolidate and present a historical and current/realtime RH display.
Most likely, you will need a custom hubitat driver to ingest in a BamBuddy feed. There is nothing ‘simple’ about the Bambu printer feed, therefore there is no simple solution.