MySensors 2.3.0 released
-
Please modify source !!!!! 2.1.1 2.2.0 2.3.0
anvil 2 years ago
Solved - user error 🙂
Inside the Raspberry Pi setup (file /MySensors/examples_linux/mysgw.cpp), the inclusion mode define must be added:
#define MY_INCLUSION_MODE_FEATURE
This is present in the Serial & Ethernet gateway example ino files, just missing from the Raspberry Pi version as it is on GitHub.With this added, the response to the StartInclusion mode request is then received & everything is fine:
TX(fromController) 0;0;3;0;5;1
RX(fromRaspberryPiGateway) 0;255;3;0;5;1
On the plus side, by working this out I'm a lot more familiar with the workings of MySensors!Cheers!
1
-
@cadet looks like it is already present: https://github.com/mysensors/MySensors/blob/master/examples_linux/mysgw.cpp#L73
Or am I missing something?@mfalkvidd ok its present
But I spend two days to find it -
I finally took my time to update my Serial GW from 2.2.0 to 2.3.0.
Nothing came in from my nodes after I update.
I have nodes with 2.1.1 and 2.2.0.Is there anything that I should change for update from 2.2.0 to 2.3.0, any settings in config?
Went back to 2.2.0 and immediately data came in from my nodes.
-
I finally took my time to update my Serial GW from 2.2.0 to 2.3.0.
Nothing came in from my nodes after I update.
I have nodes with 2.1.1 and 2.2.0.Is there anything that I should change for update from 2.2.0 to 2.3.0, any settings in config?
Went back to 2.2.0 and immediately data came in from my nodes.
@flopp said in MySensors 2.3.0 released:
I finally took my time to update my Serial GW from 2.2.0 to 2.3.0.
Nothing came in from my nodes after I update.
I have nodes with 2.1.1 and 2.2.0.Is there anything that I should change for update from 2.2.0 to 2.3.0, any settings in config?
Went back to 2.2.0 and immediately data came in from my nodes.
Anyone?
-
I recently upgraded my NRF24 serial gateway from 1.5 to 2.3.0 and did not have any issues. I upgraded my RFM69 gateway a while ago with no issues. If it is RFM 69, check the frequency because MyConfig.h will have gone back to the default (I use 915 mhx which is not default). Do you get any error messages? Maybe one of the more experienced MySensors users could help with those.
-
I recently upgraded my NRF24 serial gateway from 1.5 to 2.3.0 and did not have any issues. I upgraded my RFM69 gateway a while ago with no issues. If it is RFM 69, check the frequency because MyConfig.h will have gone back to the default (I use 915 mhx which is not default). Do you get any error messages? Maybe one of the more experienced MySensors users could help with those.
@nagelc said in MySensors 2.3.0 released:
I recently upgraded my NRF24 serial gateway from 1.5 to 2.3.0 and did not have any issues. I upgraded my RFM69 gateway a while ago with no issues. If it is RFM 69, check the frequency because MyConfig.h will have gone back to the default (I use 915 mhx which is not default). Do you get any error messages? Maybe one of the more experienced MySensors users could help with those.
Thank you, you put me in the right direction.
I created a network for my friend(on 2.3)on different channel than I use, I didn’t change the channel in myconfig.h before I updated my GW -
Hi,
Some time ago, I've updated RPi gateway on NF24 from 2.2 to 2.3
Now I see that OTA stopped working.
I had to go back to version 2.2.
On version 2.3 in log I see a lot of FFFFFFFFFFFFFFFFFF data and rebooting, over and over again.Did anyone have a similar problem?