insteon-mqtt VS esphome

Compare insteon-mqtt vs esphome and see what are their differences.

esphome

ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. (by esphome)
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
insteon-mqtt esphome
13 227
99 7,747
- 4.7%
5.9 9.9
3 months ago 5 days ago
Python C++
GNU General Public License v3.0 only GNU General Public License v3.0 or later
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.

insteon-mqtt

Posts with mentions or reviews of insteon-mqtt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-08.
  • How exactly is a switch’s aldb used?
    2 projects | /r/insteon | 8 Mar 2023
  • A New Day for Insteon
    1 project | /r/homeautomation | 14 Jun 2022
    There aren't really any Insteon logs per se. I use Insteon-MQTT which has a log of course (excerpt below), but it's not really useful. Insteon-MQTT communicates with an Insteon Power Line Modem (PLM), which really is just a bridge between USB and the Insteon network (both RF and powerline, despite being called only a "PLM"). The PLM presents itself as a tty to the host PC, and reports all of the traffic on the Insteon network as well as accepts commands to be sent to the network. Light switches (and some other devices) have four events as a result of physical activation: ON, FAST ON, OFF, FAST OFF, where that "fast" variety is a double tap (Insteon has no support for more than two taps, although I suppose one could fake this in software).
  • Taking a run at HA for my Insteon systems.
    3 projects | /r/insteon | 2 May 2022
    I have ISY+HA at home and Insteon-MQTT at work. Frankly, I like the latter more. It is faster and simpler. Once I get my last IOLinc replaced at home with an esphome on esp32, I'm most likely going to go Insteon-MQTT at home.
  • Library for Interfacing with Insteon Hubs and PLM's in Go
    2 projects | /r/insteon | 25 Apr 2022
    There's also a pretty excellent Python library which I leaned on for understanding the protocol here: https://github.com/TD22057/insteon-mqtt
  • Can I still move to Home Assistant with Insteon down?
    1 project | /r/insteon | 18 Apr 2022
    Insteon-MQTT is a addon for Home Assistant. Link below...https://github.com/TD22057/insteon-mqtt
  • RIP Insteon
    1 project | /r/insteon | 16 Apr 2022
    This is just not true, for anybody with a PLM or ISY, insteon-mqtt works GREAT. I use it and I can do everything I used to do with Indigo.
  • Hub 2245-222 Online Reverse Engineering Efforts
    5 projects | /r/insteon | 15 Apr 2022
  • Anyone able to get Insteon-MQTT running on a Pi?
    2 projects | /r/insteon | 28 Mar 2022
  • Insteon Hub Pro and Homekit
    1 project | /r/HomeKit | 3 Jul 2021
    I was in the same boat i COULD NOT STAND how bad insteon hub pro worked with Homekit and homebridge and i tried the hub v2. (i did not like the delay when trying to turn on a light or multiple lights at once) i am a heavy apple homekit guy and i have a whole insteon home and i did not want to have to change out all my light switches so after having a hub pro and hub V2 i decided to get the USB PLM (model number 2413u for about $99 CAD) I originally set up Home Assistant just for insteon but (later transferred everything from homebridge to home assistant but that’s not relevant lol ) after setting up my Insteon devices with the PLM i went to get the tool that helped solve my entire problem: Insteon MQTT this add on saved me and my entire insteon home. It may look complicated but i was a complete newbie when i did it and it took some trial and error but i got it working perfectly in the end. ( When turning on a light in homekit the insteon light turns on INSTANTLY) (u may need a raspberrypi to do this but it was the best investment ever). If u need any help give shout me a DM and i’ll help ya out :)
  • Finally making the jump from Indigo to Home Assistant.
    1 project | /r/homeautomation | 4 May 2021
    This is the one I use - https://github.com/TD22057/insteon-mqtt. Glad I looked at it. It seems that I should probably update my system.

esphome

Posts with mentions or reviews of esphome. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-24.
  • A Beginner's Guide to the ESP8266
    3 projects | news.ycombinator.com | 24 Apr 2024
    For the ESP32, an hero is in the process of adding LVGL to ESPHome. You can try it out now: https://github.com/esphome/esphome/pull/6363

    Here's the (very good!) preview documentation: https://deploy-preview-3678--esphome.netlify.app/components/...

    This is such a game-changer for me that I'll be using the ESP32 over the ESP8266 for any projects involving displays from now on.

  • ESPHome
    11 projects | news.ycombinator.com | 23 Apr 2024
    Solid state relay is probably a bad idea with all the extra heat-sinking, extra cost, and chance of getting counterfeits.

    I do this with ESPHome & a J115F21C12VDCS.9 relay (note only the NO side is rated for 40A resistive): https://i.imgur.com/MqqOkoY.png

    Choose any of the temperature sensors here for air temperature sensing: https://esphome.io/

    Configuration is so easy. For the sensor, just copy the config from here, for example: https://esphome.io/components/sensor/bme280. Add a gpio output (https://esphome.io/components/output/gpio) and a bang-bang climate controller (https://esphome.io/components/climate/bang_bang.html)

  • A Custom Zigbee Doorbell
    3 projects | news.ycombinator.com | 14 Feb 2024
    You might want to take a look at https://esphome.io/ for an easy integration of an ESP32/8266 into home Assistant.
  • Thoughts, learnings and regrets after three years on Home Assistant
    4 projects | news.ycombinator.com | 12 Feb 2024
    You can do this with a $30 Sonoff S31 running ESPHome [0]. Since the Sonoff wall switch can run a ping sensor against your server you could create a watchdog automation right on the S31 to shut off the mains power to the S31 switch and turn back on after X seconds.

    There are other ways you could have the S31 do operational checks but ultimately ESPHome is probably an interesting consideration and supported by tons of off the shelf hardware.

    [0] https://esphome.io/

  • Fixing a broken smart cat feeder with ESP32
    2 projects | news.ycombinator.com | 1 Feb 2024
    They're pretty great and compatible with most things. ESPHome [1] is a great resource for getting ESP32's working nicely with HA and you can find lots of projects using it to learn from.

    You'll likely need to do soldering if you want to connect sensors, batteries and the like.

    Personally I really like what SEEED Studio [2] does with their ESP32 boards and they have nice docs.

    1. https://esphome.io/

  • How to connect a SwiftUI app to NodeMCU ESP32
    1 project | /r/SwiftUI | 9 Dec 2023
    Maybe you could set up ESPHome on the ESP32. It might make connecting those components easier, plus a decent web server built in. Then your app can be set up to access data provided by the ESPHome web server.
  • Esp32 communication over the internet
    2 projects | /r/esp32 | 9 Dec 2023
  • Adafruit Feather ESP32-S2 with BME280 will not work!
    2 projects | /r/Esphome | 9 Dec 2023
    # # Setting pins for sda and scl will be required until https://github.com/esphome/esphome/pull/2970 is released
  • Hey all! ESP32 beginner here, looking for a little advice
    3 projects | /r/esp32 | 8 Dec 2023
    Probably an unpopular opinion, but for the simple stuff you may just want to use something like EspHome where you just need to create a yaml file. Once you’re comfortable with that maybe get into something a bit more advanced, but esphome make it a breeze. It integrates with home assistant if you already have that in place as well.
  • List of your reverse proxied services
    29 projects | /r/selfhosted | 5 Dec 2023
    ESPHome

What are some alternatives?

When comparing insteon-mqtt and esphome you can also consider the following projects:

home-assistant-config - My Home Assistant Configuration 🏡🏡

ESPresense - An ESP32 based node for gathering indoor positioning and transmitting to mqtt

docker-lirc-watcher - Listens to LIRC daemon and sends it to MQTT

ESP-Now - ESP-Now Examples

RadioLib - Universal wireless communication library for embedded devices

Tasmota - Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at

unifiprotect - Control and monitor your Unifi Protect Cameras from Home Assistant

esp-homekit - Apple HomeKit accessory server library for ESP-OPEN-RTOS

hass-mqtt-mediaplayer - Fill out your Media Player Entity with MQTT Topics

tuya-convert - A collection of scripts to flash Tuya IoT devices to alternative firmwares

rtl_433 - Program to decode radio transmissions from devices on the ISM bands (and other frequencies)

Node RED - Low-code programming for event-driven applications