Since a while i notice strange things in my domoticz log.
In my "All"log there are only lines like :
In my "STATUS" log i get the blue lines with status messages.Error: EventSystem: Malformed action sequence!
In my "ERROR" log i get the output of my LUA scripts (timed and device change).
Looking further in the log i noticed that the Error: EventSystem: message start at 23:00 until 00:00, i have only one event that trigger something at 23:00 and that is my Bathroom Ventilator event :

I started testing, and i changed the time to a early one (because i don't wanted to wait until 23:00)
And the results were the same.
Code: Select all
2017-04-05 10:01:00.240 EventSystem: Event triggered: Badkamer Ventilator_1
2017-04-05 10:01:00.240 Error: EventSystem: Malformed action sequence!
Code: Select all
2017-04-05 10:01:14.415 EventSystem: Event triggered: Badkamer Ventilator_4I think the _4 is a sequential number changed every time the event is edited/saved by me, but i don't understand where the _1 is comming from.
Maybe my eventsystem got corrupted or something?
How to solve this and stop the eventsystem overflooding my log. (maybe it then turns back to normal with the correct log entry's under the correct label).
Wit regards
Peer van Hoek