I just updated to the new v0.6 server on raspberry pi, and I am unable to get the light relay node working again,
I have used the new library for arduino to compile and upload but still not working.
The temperature node works fine, the DO one does not show either ON or OFF and i cannot toggle
I have tried to remove the node and re add the node but still no good
lewys.martin wrote: I just updated to the new v0.6 server on raspberry pi, and I am unable to get the light relay node working again,
I have used the new library for arduino to compile and upload but still not working.
The temperature node works fine, the DO one does not show either ON or OFF and i cannot toggle
I have tried to remove the node and re add the node but still no good
Can you post code for your incomingMessage function?
I've just tested this yesterday. Instead of
if (message.type==S_DIGITAL_OUTPUT) {
it should be:
if (message.type==V_DIGITAL_VALUE) {