Hi all,
Could you add a checkbox for logging messages from mysensors nodes.
Especially for messages dedicated to log purposes "OTALog"
That's all "C_INTERNAL" messages type & "I_LOG_MESSAGE" messages subtype should be logged.
Log for MySensors
Moderators: leecollings, remb0
-
- Posts: 2
- Joined: Tuesday 05 February 2019 15:17
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Log for MySensors
Hello
I have the same request...
I developed a custom MySensors device, sending physical measures, supported by MySensor protocol.
But in some cases I need to report messages to the controller, for example to trace hardware failure on sensors (short circuit, disconnected).
I created an issue in Github for that topic : https://github.com/domoticz/domoticz/issues/3019
There was another issue (not from me) that was rejected, probably because it was too much DEBUG oriented. But in our case, this is the standard way to report log message from MySensors: https://github.com/domoticz/domoticz/issues/1320
I have the same request...

I developed a custom MySensors device, sending physical measures, supported by MySensor protocol.
But in some cases I need to report messages to the controller, for example to trace hardware failure on sensors (short circuit, disconnected).
I created an issue in Github for that topic : https://github.com/domoticz/domoticz/issues/3019
There was another issue (not from me) that was rejected, probably because it was too much DEBUG oriented. But in our case, this is the standard way to report log message from MySensors: https://github.com/domoticz/domoticz/issues/1320
-
- Posts: 2
- Joined: Tuesday 05 February 2019 15:17
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: Log for MySensors
By the way, I looked in the sources, the feature is "ready" but commented:
Code: Select all
case I_LOG_MESSAGE:
//_log.Log(LOG_NORM, "MySensors: 'Log': %s", payload.c_str());
break;
Who is online
Users browsing this forum: No registered users and 1 guest