Log for MySensors

Use this forum to discuss possible implementation of a new feature before opening a ticket.
A developer shall edit the topic title with "[xxx]" where xxx is the id of the accompanying tracker id.
Duplicate posts about the same id. +1 posts are not allowed.

Moderators: leecollings, remb0

Post Reply
romeo
Posts: 9
Joined: Sunday 19 March 2017 16:12
Target OS: -
Domoticz version:
Contact:

Log for MySensors

Post by romeo »

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.
harty911
Posts: 2
Joined: Tuesday 05 February 2019 15:17
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Log for MySensors

Post by harty911 »

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
harty911
Posts: 2
Joined: Tuesday 05 February 2019 15:17
Target OS: NAS (Synology & others)
Domoticz version:
Contact:

Re: Log for MySensors

Post by harty911 »

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;
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest