bt-mqtt-gateway VS SensorDecoders

Compare bt-mqtt-gateway vs SensorDecoders and see what are their differences.

bt-mqtt-gateway

A simple Python script which provides a Bluetooth to MQTT gateway, easily extensible via custom workers. See https://github.com/zewelor/bt-mqtt-gateway/wiki for more information. (by zewelor)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
bt-mqtt-gateway SensorDecoders
3 3
541 110
- -
0.0 8.4
7 months ago 7 days ago
Python JavaScript
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bt-mqtt-gateway

Posts with mentions or reviews of bt-mqtt-gateway. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-12.
  • Need help starting with IOT
    2 projects | /r/IOT | 12 Aug 2022
    Don't forget Bluetooth Low Energy (BLE). Its ubiquitous from Raspberry Pi to your phone, as well as lightbulbs, sensors and so on. The basics of BLE programming are also quite accessible and you don't need any expensive equipment to work with it. You can set up a BLE to MQTT gateway such as [Theengs Gateway](https://gateway.theengs.io/) or [bt-mqtt-gateway](https://github.com/zewelor/bt-mqtt-gateway) on a Raspberry Pi to convert BLE advertisements to MQTT messages and integrate these devices into other platforms.
  • "Standard" Bluetooth low energy to MQTT bridge?
    2 projects | /r/selfhosted | 4 Jun 2022
    bt-mqtt-gateway
  • AM43 blinds
    2 projects | /r/homebridge | 2 Feb 2021
    I recently did a patch for https://github.com/zewelor/bt-mqtt-gateway so it could be used for blind control via mqttthing

SensorDecoders

Posts with mentions or reviews of SensorDecoders. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-04.
  • ServerTech PDU air quality sensors (not temp / humidity)
    1 project | /r/sysadmin | 20 Oct 2022
    Only part that could be tricky is processing the data. Those Milesight gateways support posting decoded data (which is programmable, they provide sample code to translate the binary payload to JSON) to an MQTT service or HTTP(s), or you can use a cloud IoT service like https://www.thethingsnetwork.org/.
  • (LoRa) MQTT gateway interaction without entering the IoT/LoRaWAN ecosystem?
    1 project | /r/HomeNetworking | 7 Jul 2022
    I wanted a nice simple solution to translate the sensor's data into MQTT to feed into Home Assistant (which is a VM, hence the external gateway and not a USB LoRa receiver), I discovered Milesight have published a git repo full of the code to decode their sensors (https://github.com/Milesight-IoT/SensorDecoders) which I smushed together into one big block of code supporting every model of sensor I was using.
  • "Standard" Bluetooth low energy to MQTT bridge?
    2 projects | /r/selfhosted | 4 Jun 2022
    The gateway is PoE (excellent), and receives the broadcast from the sensors, uses configurable JavaScript to translate it into JSON (they provide a GitHub repository full of code for all the models they make), and natively sends it to MQTT (in my case, into Home Assistant).

What are some alternatives?

When comparing bt-mqtt-gateway and SensorDecoders you can also consider the following projects:

noble - A Node.js BLE (Bluetooth Low Energy) central module : Community maintained