Accéder au contenu principal

The first OpenMQTTGateway powered off the shelves device !

 The first OpenMQTTGateway-powered device ready to set up is available!

The smart home is a fragmented space with difficulties in making ecosystems talk together, it should improve with the new Matter standard, but we still have millions of devices already produced that are not Matter compatible.


What if we could reduce the number of hubs required and have only one that supports different ecosystems?


This is the purpose of OpenMQTTGateway, an open-source project compatible with Home Assistant, Homebridge, OpenHAB, DomoticZ, FHEM, Jeedom, NodeRed, AWS, and any MQTT-compatible IoT or SmartHome system.


For example, with OpenMQTTGateway, the appropriate BLE sensor, and one of these smart home platforms, you can:

  • Monitor your plants and have an alert when the moisture is too low,

  • Have a notification when your meat is at the expected temperature, thanks to BBQ sensors,

  • Monitor your fridge/freezer temperature 

  • Verify if the humidity in your wine cellar or cigar box is as expected

  • Measure CO², Particle Matter and Formaldehyde levels in your home

  • Monitor the water and energy usage when you shower

With more than 70 sensors supported, the limit is your imagination.


As a major project step, we just released the Theengs Plug. The Theengs plug is a BLE MQTT gateway, smart plug, and energy monitoring device.

This is the first hardware result of several years of investment into the OpenMQTTGateway project. And it could be an answer to a question that I have asked myself for several years now, can I make a living developing open-source software and products? 


Here is an overview of its capabilities:

  • BLE to MQTT gateway with support of tens of devices thanks to Theengs Decoder library. The plug uses an ESP32 acting as a BLE to Wifi gateway to scan, decode and forward the data of the nearby sensors,

  • Smart plug that can be controlled remotely,

  • Energy consumption monitoring,

  • Presence detection (beta)


The plug also benefits from all the functions of OpenMQTTGateway:

  • Home Assistant auto discovery convention

  • Over the Air updates

  • Connection to devices for control

  • Low power mode

  • Configurable scan interval

  • White list of sensors

  • Extensive MQTT API

  • SSL support


The Theengs Plug can be integrated with Home Assistant, HomeBridge, OpenHAB, DomoticZ, FHEM, Jeedom, NodeRed, AWS, and any MQTT-compatible IoT or SmartHome system. The plug is available in North America only. Other regions are planned.


This is also a way to support the OpenMQTTGateway and Theengs projects.

Theengs Plug is available in North America for 39.90$

Commentaires

Posts les plus consultés de ce blog

433toMQTTto433 - Bidirectional ESP8266 NodeMCU gateway between RF 433Mhz signal and MQTT

The goal  is to act as a gateway between 433Mhz sensors and a MQTT broker or between the MQTT broker and 433Mhz actuators, It enables to: receive MQTT data from a topic and send RF 433Mhz signal corresponding to the received MQTT data  publish MQTT data to a different topic related to received 433Mhz signal  It can be an interesting part in an home automation system so as to interface sensors and actuators (wall sockets) with software like openhab . List of compatible sensors here The interest of putting this gateway to an ESP8266 and not on a raspberry pi is to be able to manage security actions at gateway level (power on a siren, cut power to certain devices) following RF data received by sensors without being dependent to the PI for security related actions. [EDIT] all infos are now centralized into  the github repository  take a look at it you will find up to date info about OpenMQTTGateway You need: Software: Mosquitto Arduino IDE latest version (tested ok with 1.6.10

Infrared IR, 433mhz and MQTT on ESP8266 bidirectional gateway OpenMQTTGateway

Following discussions on the home assistant forum people gave me the idea to add Infrared communication to the 433mhz gateway.  The goal is to act as a gateway between 433Mhz sensors, infrared remote controls and a MQTT broker or between the MQTT broker and 433Mhz actuators, infrared devices, It enables to: receive MQTT data from a topic and send RF 433Mhz signal corresponding to the received MQTT data  publish MQTT data to a different topic related to received 433Mhz signal  receive MQTT data from a topic and send infrared signal corresponding to the received MQTT data  publish MQTT data to a different topic related to received infrared signal  It can be an interesting part in an home automation system so as to interface sensors and actuators (wall sockets), your tv, home cinema, hifi ... with software like  openhab  or home assistant . List of compatible RF sensors here [EDIT] all infos are now centralized into the github repository  take a look at it you will find up to d

Get your BLE sensors data into Home Assistant in 5 minutes

You can now upload your board directly from the web browser!  So let's imagine you want to read data from a sensor like a Mi Flora, an LYWSD03MMC, a weight scale, or any other BLE sensor from this list  Plug an ESP32 dev board to your computer USB port Go to this website: https://docs.openmqttgateway.com/upload/web-install.html Select esp32dev-ble Click the install button Depending on your board you may have to press the BOOT button Choose the port that the ESP is connected to. Wait until the process is complete. Release the BOOT button That's it, OMG is now loaded into your ESP32 board without Arduino IDE, platformIO or a binary flasher. Here are the steps in images: Now comes the Home Assistant part: Add the MQTT integration and activate auto discovery Create a user and a password (Configuration->Users) without administrator right for the gateway Well, this is enough for Home Assistant. So let's now connect both: Check the Wifi Access points available with your smartph