Thank you.
Posts made by loic13
-
RE: 💬 Sensebender Micro
Hi, I'm getting this error message when compiling the sketch with the 2.1.1 MySensors library:
SensebenderMicro:168: error: 'getConfig' was not declared in this scope
isMetric = getConfig().isMetric;I just commented out the line as workaround, but not sure that its correct.
-
RE: Requesting value from Domoticz
Hi @dbemowsk,
I'm trying to figure out the message format in the receive() function. Could you show an example of your receive() function ? I couldn't find the received message format.
Thank's