MySensors 2.0.0 Released
-
I have just done as said above and works a treat! I was still running on Arduino 1.6.1 but this was enough reason to update!
One question: my serial gateway is still running on 1.5, do I have to update that to 2.0?
I have one node running on 2.0b and that talks just fine. New nodes will follow soon (PCBs are being printed now...) so they will be on 2.0 as well. -
I have just done as said above and works a treat! I was still running on Arduino 1.6.1 but this was enough reason to update!
One question: my serial gateway is still running on 1.5, do I have to update that to 2.0?
I have one node running on 2.0b and that talks just fine. New nodes will follow soon (PCBs are being printed now...) so they will be on 2.0 as well. -
not a big deal, but is there something i should do to get the mysensors to show up in my manage library?
-
not a big deal, but is there something i should do to get the mysensors to show up in my manage library?
-
running 1.6.7 and not seeing it. oh well. not a biggy
-
updated to 1.6.9 and it's there. oh well. probably needed to update anyway :)
-
I've read the documentation and I'm really impressed with the great work you've guys have done. Developping sensors with MySensors had never been this easy. You guys rock!
-
Congratulations!
I used 2.0dev last month and I'm happy to see this version get stable status. :thumbsup: -
-
I did now also update my gateway but I see two messages in the debug panel that I don't understand:
pm open,type:2 0 0;255;3;0;9;TSP:SANCHK:OKDoes anybody have an idea what that means?
@gloob said:
I did now also update my gateway but I see two messages in the debug panel that I don't understand:
pm open,type:2 0 0;255;3;0;9;TSP:SANCHK:OKDoes anybody have an idea what that means?
I have this problem too. What does that mean?
-
@gloob said:
I did now also update my gateway but I see two messages in the debug panel that I don't understand:
pm open,type:2 0 0;255;3;0;9;TSP:SANCHK:OKDoes anybody have an idea what that means?
I have this problem too. What does that mean?
@kenci said:
@gloob said:
I did now also update my gateway but I see two messages in the debug panel that I don't understand:
pm open,type:2 0 0;255;3;0;9;TSP:SANCHK:OKDoes anybody have an idea what that means?
I have this problem too. What does that mean?
The TSP:SANCHK:OK is a sanity check of the radio, this time it's OK. But if we fail in talking with the radio (spi failure etc) it will try to initialize the radio, and also write Fail (I believe)
It's @tekka that is the brain behind this part (and has promised to make some documentation on it :))
-
@kenci said:
@gloob said:
I did now also update my gateway but I see two messages in the debug panel that I don't understand:
pm open,type:2 0 0;255;3;0;9;TSP:SANCHK:OKDoes anybody have an idea what that means?
I have this problem too. What does that mean?
The TSP:SANCHK:OK is a sanity check of the radio, this time it's OK. But if we fail in talking with the radio (spi failure etc) it will try to initialize the radio, and also write Fail (I believe)
It's @tekka that is the brain behind this part (and has promised to make some documentation on it :))
@tbowmo Thank you for the explanation. But what does that mean
pm open,type:2 0 -
Hi there.
Good work.
I was using dev ver. - should I recompile all nodes and GW to 2.0.0, to use it? -
Hi there.
Good work.
I was using dev ver. - should I recompile all nodes and GW to 2.0.0, to use it? -
Is there any plans to update the Raspberry gateway? The one where the nrf radio is connected directly to RPI gpio.
As far as i know it is version 1.4 at the moment. -
Is there any plans to update the Raspberry gateway? The one where the nrf radio is connected directly to RPI gpio.
As far as i know it is version 1.4 at the moment.I think that was someone who contributed it a while back. I remember going though the thread, and at one time someone was looking for anyone to update the 1.5 base for the signing; IIRC.
Probably best to switch to another Gateway for now.
-
I think that was someone who contributed it a while back. I remember going though the thread, and at one time someone was looking for anyone to update the 1.5 base for the signing; IIRC.
Probably best to switch to another Gateway for now.
@drock1985
Is there any pro/cons when choosing the esp gateway or the serial gateway (connected to Raspberry pi)?