Search found 2 matches

by harty911
Wednesday 06 February 2019 12:07
Forum: Suggestions
Topic: Log for MySensors
Replies: 2
Views: 711

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;
by harty911
Tuesday 05 February 2019 15:25
Forum: Suggestions
Topic: Log for MySensors
Replies: 2
Views: 711

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 ...