MySensors VS esphome

Compare MySensors 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
MySensors esphome
8 227
1,290 7,711
0.4% 4.2%
4.6 9.9
about 1 month ago 6 days ago
C++ C++
- 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.

MySensors

Posts with mentions or reviews of MySensors. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-28.
  • Ask HN: How have you engineered the shit out of your home's front entrance?
    2 projects | news.ycombinator.com | 28 Nov 2023
    Engineering implies working within constraints. Most people in this realm only have to deal with the spouse acceptance factor as a limiter.

    Went from openhab -> homeassistant -> Node-RED. Then sprinkle in MySensors, Frigate, and Double-Take, but not on just the entrance, go for the perimeter then defense in depth.

    https://www.mysensors.org/

    https://frigate.video/

    https://github.com/jakowenko/double-take

  • Meshtastic and LoRa are “dangerous” (YouTube)
    1 project | news.ycombinator.com | 18 Sep 2023
    Mestastic has been doing fine work. I'm not a fan of the CLA though.

    MySensors, IM(very)HO is a better system if you are building your own gear. They too have CLA requirements.

    https://www.mysensors.org/

  • How to connect my coffee machine
    2 projects | /r/arduino | 25 Mar 2023
    /** * The MySensors Arduino library handles the wireless radio link and protocol * between your home built sensors/actuators and HA controller of choice. * The sensors forms a self healing radio network with optional repeaters. Each * repeater and gateway builds a routing tables in EEPROM which keeps track of the * network topology allowing messages to be routed to nodes. * * Created by Henrik Ekblad * Copyright (C) 2013-2015 Sensnology AB * Full contributor list: https://github.com/mysensors/Arduino/graphs/contributors * * Documentation: http://www.mysensors.org * Support Forum: http://forum.mysensors.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. * ******************************* * * DESCRIPTION * * Simple binary switch example * Connect button or door/window reed switch between * digitial I/O pin 3 (BUTTON_PIN below) and GND. * http://www.mysensors.org/build/binary */ // Enable debug prints to serial monitor #define MY_DEBUG // Enable and select radio type attached #define MY_RADIO_RF24 //#define MY_RADIO_RFM69 #include #include #define CHILD_ID 3 #define BUTTON_PIN 3 // Arduino Digital I/O pin for button/reed switch Bounce debouncer = Bounce(); int oldValue=-1; // Change to V_LIGHT if you use S_LIGHT in presentation below MyMessage msg(CHILD_ID,V_TRIPPED); void setup() { // Setup the button pinMode(BUTTON_PIN,OUTPUT); // Activate internal pull-up digitalWrite(BUTTON_PIN,LOW); // After setting up the button, setup debouncer debouncer.attach(BUTTON_PIN); debouncer.interval(5); } void presentation() { // Register binary input sensor to gw (they will be created as child devices) // You can use S_DOOR, S_MOTION or S_LIGHT here depending on your usage. // If S_LIGHT is used, remember to update variable type you send in. See "msg" above. present(CHILD_ID, S_DOOR); } // Check if digital input has changed and send in new value void loop() { debouncer.update(); // Get the update value int value = debouncer.read(); if (value != oldValue) { // Send in the new value send(msg.set(value==LOW ? 1 : 0)); oldValue = value; } }
  • Stromversorgung für ESP32 & Co.
    1 project | /r/selbermachen | 31 Oct 2022
  • I've got a old raspberry pi3 used for gaming but no.longer use it , has anyone got.any cool or unique ideas to use it for ?
    3 projects | /r/RASPBERRY_PI_PROJECTS | 31 Aug 2022
    If you like the idea of a smart home but worried about the S in IOT check out MySensors.
  • DIY TV-box project (Advice requested)
    2 projects | /r/diyelectronics | 2 Jul 2022
    I have had great fun and good use of MySensors, that could be a place to start. It’s a very friendly and supportive community.
  • I want to build a personal gateway. No LoraWAN or TTL.
    4 projects | /r/Lora | 14 Mar 2022
    As mentioned, chirpstack works well if you still want to use LoRaWAN. Alternatively, you can use a system such as https://www.mysensors.org/ which builds its own protocol on top of lora. Finally, you can write everything from scratch using radio libraries (eg: https://www.airspayce.com/mikem/arduino/RadioHead/)
  • Choosing between LoRa 868MHz and Xbee 2.4GHz for long-range comms
    1 project | /r/diyelectronics | 6 Mar 2022
    If you haven't already defined your sensor modules, have a look at the MySensors framework. It works via a tree network where every node works as a repeater so you can easily build a large and sparse network with encryption at very low cost. It also integrates seamlessly with Home Assistant and most other HA controllers. I've used it at home with good results and it supports the RFM69 radio using India frequency bands.

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 MySensors and esphome you can also consider the following projects:

RadioLib - Universal wireless communication library for embedded devices

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

arduino-LoRa - An Arduino library for sending and receiving data using LoRa radios.

ESP-Now - ESP-Now Examples

RadioHead - Version of RadioHead library for Teensy boards

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

Temper-ESP8266 - Temper is a compact temperature sensor based on ESP8266 and SHT30 with large 13x7 pixel led display.

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

BluePillDemo - A collection of small example projects tailored for the Blue Pill board created in STM32CubeIDE. No further updates.

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

PlatformIO - Your Gateway to Embedded Software Development Excellence :alien:

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