Skip to content

Releases: destroyedlolo/Marcel

V8.03

31 Dec 16:39
Compare
Choose a tag to compare
  • expose status of each and every sections
    • enabled/disabled
    • facing technical error
  • Notify when a status change

This leading to external real time dashboard of Marcel health.

V8.01

18 Nov 01:22
7cf41e1
Compare
Choose a tag to compare
  • 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

28 Dec 12:01
Compare
Choose a tag to compare
  • 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

20 Aug 14:08
Compare
Choose a tag to compare

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

19 Aug 20:40
Compare
Choose a tag to compare
v5.03

Handle OutFile

Handle 1-wire alerts

17 Jul 22:54
Compare
Choose a tag to compare

1-wire alerts is a convenient way to monitor temperature overflow or PIO changes.

RESTquery

17 May 21:04
Compare
Choose a tag to compare

Add :

  • REST querying
  • Sunrize and Sunset topic
  • ...

Named alerting + RTS handling

03 May 21:19
Compare
Choose a tag to compare
  • Named notification added (tested with SMS, eMail, Google Cloud Messaging)
  • Somfy shutter commanding implemented (RTS protocol)

eMail sending

01 Feb 22:33
Compare
Choose a tag to compare

Alerts and messages can be send by email.
Have a look on AlertCommand directive and SendMessage() function.

Add meteo forcast

31 Jan 21:07
Compare
Choose a tag to compare

Publish topics about meteo forcast, with help of OpenWeatherMap.org