-
Forum
-
EasyIoT server
-
MySensors Driver
-
Request sensor data in MySensor
Request sensor data in MySensor
Less
More
-
Posts: 3
-
Thank you received: 0
-
-
Less
More
-
Posts: 3
-
Thank you received: 0
-
-
9 years 4 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.
Less
More
-
Posts: 3
-
Thank you received: 0
-
-
-
9 years 4 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.
Less
More
-
Posts: 58
-
Thank you received: 3
-
-
-
-
9 years 4 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.
-
Forum
-
EasyIoT server
-
MySensors Driver
-
Request sensor data in MySensor
Time to create page: 0.248 seconds