DheerajKhajuria / pimatic-mysensors

mysensors
http://forum.mysensors.org/topic/797/pimatic-mysensors-controller-plugin
GNU General Public License v2.0
23 stars 24 forks source link

Does not queue all messages #75

Open danielboe opened 8 years ago

danielboe commented 8 years ago

If I send multible actions (by rule for example) not all of them are send or processed. A Log for example (only 2 of 5 messages reach the gateway): `debug [pimatic-mysensors]: <- I_LOG_MESSAGE 0;0;3;0;9;send: 0-0-31-31 s=2,c=1,t=2,pt=0,l=1,sg=0,st=fail:0

01:21:31debug [pimatic-mysensors]: <- I_LOG_MESSAGE 0;0;3;0;9;send: 0-0-31-31 s=1,c=1,t=2,pt=0,l=1,sg=0,st=fail:0

01:21:31debug [pimatic-mysensors]: -> Sending 31;5;1;1;2;0

01:21:31debug [pimatic-mysensors]: -> Sending 31;4;1;1;2;0

01:21:31debug [pimatic-mysensors]: -> Sending 31;3;1;1;2;0

01:21:31debug [pimatic-mysensors]: -> Sending 31;2;1;1;2;0

01:21:31debug [pimatic-mysensors]: -> Sending 31;1;1;1;2;0`