MySensors 2.0.0 Released
-
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)? -
@drock1985
Is there any pro/cons when choosing the esp gateway or the serial gateway (connected to Raspberry pi)?Not really; depends on what your controller supports. Personally I have Home-Assistant running the latest MySensors 2.0 Wifi (ESP) gateway no problems.
-
@Tore-André-Rosander
for pros, I think serial gw is more secure. I mean esp is wifi, serial gw is only connected to controller. Of course controller is connected to network, but esp is just one more door directly connected to mysensors. Cons, not as verstatile as esp ;)