Releases: destroyedlolo/Marcel
V8.03
V8.01
- improve Lua support (v8.01)
- Redesign modules to make them dynamically loadable (v8)
- Add variables in configuration (v7)
- Add SH31 (v7)
- Probe lauchning can be randomized (v7)
User function improvement
- each section must have an unique ID and can be enabled or disabled in Lua user functions
- add Lua user function in OutFile and FFV
- trying to stay alive during transient errors with Keep directive
- add MinVersion directive
Prevents system to crash in case of bad configuration
This is an important bug fix release.
In all previous versions, there is a risk to create a kernel panic in case of issue in the configuration file : this issue is corrected.
(You can prevent this issue in previous releases by testing the configuration file first).
In addition, Disable is implemented for all sections for 6.x (even if it is currently useless until control topics are implemented).
** Configuration file has to be modified **
In preparation of v6.x, all section must have an unique ID.
Add FFV offset and 1-wire alarms
v5.03 Handle OutFile
Handle 1-wire alerts
1-wire alerts is a convenient way to monitor temperature overflow or PIO changes.
RESTquery
Add :
- REST querying
- Sunrize and Sunset topic
- ...
Named alerting + RTS handling
- Named notification added (tested with SMS, eMail, Google Cloud Messaging)
- Somfy shutter commanding implemented (RTS protocol)
eMail sending
Alerts and messages can be send by email.
Have a look on AlertCommand directive and SendMessage() function.
Add meteo forcast
Publish topics about meteo forcast, with help of OpenWeatherMap.org