Request sensor data in MySensor

8 years 9 months ago #1860 by greengo
I look forward to.

Please Log in or Create an account to join the conversation.

8 years 9 months ago #1943 by greengo
Thank you for the new version.

Checked now requests this node work correctly.

But then again, I can not request data from another node (at this controller).

And I suspect that there are no such function?

Please Log in or Create an account to join the conversation.

8 years 9 months ago #1987 by kwest
how do you add S_TEMP_AO ?

I'm try: "gw.present(CHILD_ID_TEMP_dHI, S_TEMP_AO);"

Please Log in or Create an account to join the conversation.

8 years 9 months ago #1991 by osalval
As far I know, it must be:

gw.present(CHILD_ID_TEMP_dHI, S_TEMP);

Child_ID can be anyway, but S_TEMP or others as:

gw.present(CHILD_ID_RShutter, S_COVER);
gw.present(CHILD_ID_RShutter, S_DIMMER );
gw.present(CHILD_ID_LIGHT, S_LIGHT_LEVEL);
gw.present(CHILD_ID_TEMP, S_TEMP);
gw.present(CHILD_ID_HUM, S_HUM);
gw.present(CHILD_ID_BARO, S_BARO);
gw.present(CHILD_ID_BDOWN, S_DOOR);

only can be defined ones in Mysensors library:

Take a look at:

C:\Program Files (x86)\Arduino\libraries\MySensors\MyMessage.h

Please Log in or Create an account to join the conversation.

Time to create page: 0.225 seconds

Forum latest

  • No posts to display.