|
Post by computourist on Oct 31, 2015 19:19:34 GMT
I just put up the new code for the end-nodes to work with gateway 2.3 on my GithubThese changes are software only and do NOT need hardware changes (nodes or Gateway). You can just flash your code and enjoy. I imagine things get confusing with version numbers not being completely aligned, so here is the overview: GW release
| 2.2 | 2.3 | DHT | 2.1 | 2.2 | DIG | - | 2.2 | LCD | 2.0 | 2.1 | RC | 1.0 | 2.0 | RFID | 1.0 | - |
RFID has not been upgraded yet since the code is not stable. (it will work -unstable- with GW2.3 though) Hope this helps....
|
|
|
Post by papa on Oct 31, 2015 20:57:02 GMT
Thanks, CompuTourist, for the updates & the clarifying table. The Github link you gave goes to the (not yet stable) RFID end node. Did you mean for the link to be the overarching one of github.com/computourist/RFM69-MQTT-client ? PS Since the above table does clarify the relationship between Gateway versions & Node versions, I encourage you to include (& update) it with the Github files (including the .zip package)
|
|
|
Post by computourist on Oct 31, 2015 21:32:29 GMT
Thanx, link = corrected...
|
|
gaute
New Member
Posts: 34
|
Post by gaute on Nov 15, 2015 20:59:17 GMT
Great! I have a couple of nodes that I will post as soon as I have checked them with 2.3 GW.
May I suggest that another way to make the version number? First digit is the main version, like a total remake. Backward compatibility will not work between versions. Second is for upgrades that makes compatibility hard, some feature might work. Slight tuning might be needed. Third is for upgrades that works is backward compatible. Here its just new features.
For instance: GW 2.1 would be 2.1.0 GW 2.2 would be 2.2.0 (not compatible with 2.1.X nodes) GW 2.3 would be 2.2.1 (compatible with 2.2.X nodes)
DHT 2.0 would be 2.1.0 (only compatible with 2.1.X GW) DHT 2.1 would be 2.2.0 DHT 2.2 would be 2.2.1
I think you catch my drift. It will be much easier to see which node work with the different GW. A forth digit might be added for a commit number of some kind..
G
|
|
|
Post by papa on Nov 15, 2015 21:16:04 GMT
Welcome to the fun, gaute. I look forward to see info on your nodes. Sounds like they are NEW ones, right?
|
|
gaute
New Member
Posts: 34
|
Post by gaute on Nov 15, 2015 21:20:29 GMT
Yes the nodes are new ones, or rather new nodes based on the existing ones, but made for other purposes. I have powermeter, pool controller, heatpump controller, irrigation system.
|
|
|
Post by papa on Nov 15, 2015 21:27:31 GMT
Yes the nodes are new ones, or rather new nodes based on the existing ones, but made for other purposes. I have powermeter, pool controller, heatpump controller, irrigation system. Awesome! Yes, it is good to start with something working well like Computourist's Gateway & DHT End Node & tweak them for other functions. Again, I look forward to seeing what you have & learning from it (& perhaps being inspired to other things ;-) I'm sure other visitors to the forum will also be interested. Looking back at your earlier posts, I see that you were the one working on & seeking help with controlling your heating system. It's good to hear that you got it working & I'm sure others could benefit from what you learned & put together.
|
|