muesli / beehive

A flexible event/agent & automation system with lots of bees 🐝
GNU Affero General Public License v3.0
6.27k stars 320 forks source link

MQTT Bee #313

Open cerebrate opened 4 years ago

cerebrate commented 4 years ago

Being able to send and receive/act on MQTT messages would be very useful for integrating with assorted home automation systems.

(This probably needs the ability to optionally parse the content of MQTT messages as JSON, since most of them tend to be, IME.)

rubiojr commented 4 years ago

Not exactly the same, but since we added a Redis hive, you could try to use a Redis<->MQTT bridge and publish/read messages using a Redis channel.

muesli commented 4 years ago

Just a heads up at this point, but I do have a work-in-progress Hive for MQTT messaging.

TimBurris commented 2 years ago

Any progress on the mqtt connector? i'm guessing not :(

muesli commented 2 years ago

Actually there is and we have a bigger Beehive update coming any day now. Stay tuned :smile:

TimBurris commented 2 years ago

Egg on my face for making that assumption!! that is great news, i'm super excited to see the update and possible mqtt connector! thank you for you quick reply!

TimBurris commented 2 years ago

any update on the bigger Beehive update? we are currently looking for an event automation system that we can host on-prem, used in non-internet connected environments. we LOVE the Beehive UI. I'm not a GO developer but I suspect i could pick it up and help out, but i'd like to work from your latest code since it's a big update. thank you for all your work on this project!