- Posts: 8
- Thank you received: 0
gw.request( 0, V_DIMMER );
2015-01-18T09:57:47.5910030+01:00 DEBUG MySensors Read: 7-7-0 s=0,c=2,t=3,pt=0,l=3:1.2
2015-01-18T09:57:47.5978330+01:00 DEBUG MySensors Read: 7-7-0 s=255,c=3,t=1,pt=0,l=3:1.2
write
true
2015-01-18T09:57:47.6228850+01:00 DEBUG MySensors Send: 0-0-7-7s=255,c=3,t1,pt=1,l=1,st=ok:0
leone2805 wrote: Thanks!
Now it works almost everything but I think it should be useful that EasyIOT server replies to Arduino node request of this typeso when I switch on, or after a DC supply failure, the sensor could retrieve the old state.gw.request( 0, V_DIMMER );
Now instead, when from sensor node I send the request of the V_DIMMER value (c=2, t=3)
I don't receive response.
2015-01-18T09:57:47.5910030+01:00 DEBUG MySensors Read: 7-7-0 s=0,c=2,t=3,pt=0,l=3:1.2
Another small issue about internal message I_TIME (c=3, t=1):
2015-01-18T09:57:47.5978330+01:00 DEBUG MySensors Read: 7-7-0 s=255,c=3,t=1,pt=0,l=3:1.2 write true 2015-01-18T09:57:47.6228850+01:00 DEBUG MySensors Send: 0-0-7-7s=255,c=3,t1,pt=1,l=1,st=ok:0
On response we should expect a long integer that represent UNIX time, but, as you can see, we receive a byte (pt=1) with value 0
Thanks again and sorry for my bad english
PupazzoGnappo wrote: Is there any material/example/ information about the SMSGateway? i could not find anything about that on this forum and also on mysensors forum. Will a tutorial be available here ?
admin wrote:
PupazzoGnappo wrote: Is there any material/example/ information about the SMSGateway? i could not find anything about that on this forum and also on mysensors forum. Will a tutorial be available here ?
You need USB modem stick to send SMS messages. You can control modules or read values with SMS. Right now I'm testing SMS functions. The problem is that it hangs after couple of hours. The problem is not in driver but in linux, .NET implementation or my USB stick. I will try to test with other USB modem. If SMS interface will not be stable it will not be included in next release.
If you want to test modem let me know I will write short instructions.