Marcel VS Selene

Compare Marcel vs Selene and see what are their differences.

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. (by destroyedlolo)

Selene

Automation tool based on MQTT data. Optionnal backends to create "DRM/Cairo" "DirectFB" or "Curses" graphical applications. (by destroyedlolo)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Marcel Selene
5 2
6 15
- -
9.2 2.2
4 months ago 7 days ago
C C
GNU General Public License v3.0 or later 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.

Marcel

Posts with mentions or reviews of Marcel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-05.
  • Marcel v8.01 released
    1 project | /r/linux | 19 Nov 2023
  • Modbus TCP anyone and for which kind of usage
    1 project | /r/homeautomation | 23 Oct 2023
    I created a daemon that is bridging various protocols I'm using for my automation to MQTT (1-wire, RFXTRX, and some low level reading) : https://github.com/destroyedlolo/Marcel
  • 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).
  • Somfy devices not controllable in Google Home
    1 project | /r/homeautomation | 7 Oct 2022
    I created one of them : Marcel (among other stuffs it can do). But it is very geeky oriented tool as needed manual compilation (nothing very complicated, only the procedure needs to be followed ... but repulsive for those who are used to windows and ready-made stuff).
  • Patio Door Automation
    1 project | /r/homeautomation | 17 May 2022
    Yes, I did that using a 1-wire DIY captor + homemade daemon.

Selene

Posts with mentions or reviews of Selene. 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).
  • Looking for a tool to extract Lua Interface in C(++) code/comment
    1 project | /r/lua | 14 Jun 2022
    I built a framework allowing even based automation, dashboard creation and many other things. It is written in C (and some companion in C++) and is lacking of decent documentation but in source code's comment.

What are some alternatives?

When comparing Marcel and Selene you can also consider the following projects:

BAS - Embedded Web Server Library with Integrated Scripting Engine

curses - Ruby binding for curses, ncurses, and PDCurses. Formerly part of the ruby standard library.

mqtt-timer - Programmable Timer/Scheduler for MQTT

dte - A small, configurable console text editor (mirrored from https://gitlab.com/craigbarnes/dte)

Majordome - Events based automation tool : Event can be timers and MQTT messages arrival. Triggers Lua scripts.

ltui - 🍖 A cross-platform terminal ui library based on Lua

mako-smarthome - Mako Lua Server for managing SmartHome devices based on the deCONZ API

vifm - Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt.

Farm-Data-Relay-System - A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi.