Majordome VS openHASP

Compare Majordome vs openHASP and see what are their differences.

Majordome

Events based automation tool : Event can be timers and MQTT messages arrival. Triggers Lua scripts. (by destroyedlolo)
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
Majordome openHASP
3 2
2 625
- 5.6%
5.7 9.5
4 months ago 9 days ago
C++ C++
GNU General Public License v3.0 or later MIT License
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.

Majordome

Posts with mentions or reviews of Majordome. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-05.
  • How I wrote my own Smart Home Software using Lua
    4 projects | /r/programming | 5 Jun 2023
    Everything is built around MQTT messaging and I got several daemons picking, processing and submitting information. - https://github.com/destroyedlolo/Marcel is in charge of low level interface with my 1-wire network, get weather forecast, ISP figures ... Lua user script are doing simple processing and validate data if needed - https://github.com/destroyedlolo/Majordome is the root of the automation. Lua user scripts are launch based on received even and implement the automation. Initially, it was fully a Lua application, but separating the low level (C++) and user part (Lua) makes the code more easily manageable, and simply everything. - https://github.com/destroyedlolo/Selene is a framework helpers to Lua. Thanks to its pluggins, it add some capabilities to Lua to generate graphical or textual interface ... and much more like data management, multi-threading (real threading, not only co-routine that wasn't enough for such massive event driven dashboard).
  • Lua for automation?
    1 project | /r/lua | 20 Jun 2022
    For sure : my own home automation is made with Lua scripts around a C++ framework (Majordome - See MaMaison branch for the scripts I'm using).
  • Best way to do code-based automation?
    1 project | /r/homeautomation | 16 Jun 2022
    My smarthousing is 100% MQTT event driven (+ some timers obviously) and I created Majordome for automation : it is configured using simple text files in which you can add Lua script for smarter decisions.

openHASP

Posts with mentions or reviews of openHASP. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-06.

What are some alternatives?

When comparing Majordome and openHASP you can also consider the following projects:

Marcel - Very lightweight daemon to publish figures to a MQTT broker (1wire data as temperatures, ISP real time consumption, UPS figures, meteo forecast, ...), check subscribted topics and alerts if out of range or missing. Custom decision scripts can be created in Lua.

ESPecial - ESP32 automation with web interface and telegram bot

Selene - Automation tool based on MQTT data. Optionnal backends to create "DRM/Cairo" "DirectFB" or "Curses" graphical applications.

HASwitchPlate - LCD touchscreen for Home Automation

OpenMQTTGateway - MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.

ESP32-Rhasspy-Satellite - The repo has implementing an esp32 standalone MQTT audio streamer. Is is desinged to work as a satellite for Rhasspy (https://rhasspy.readthedocs.io/en/latest/). It supports multiple devices

EMS-ESP32 - ESP32 firmware to read and control EMS and Heatronic compatible equipment such as boilers, thermostats, solar modules, and heat pumps

arduinoToESPHome-guide - Guide to convert arduino code to ESPHome component with inputs controlled by Home Assistant.

Hugo-ESP8266 - Hugo is a 4-button ESP8266 Wi-Fi Remote, Arduino compatible and simple to use.

gBridge - gBridge.io allows you to control (almost) anything with Google Assistant, by translating voice commands to MQTT messages.

HeatPump - Arduino library to control Mitsubishi Heat Pumps via connector cn105

esp32-smart-cube - DIY version of the famous Aqara cube. Built with ESP32 and Home-Assistant