MySensors 2.0 support
-
So I am thinking of switching my gateway and the few nodes that I have to 2.0. Is 2.0 fully supported in Domoticz?
-
The serial protocol is still the same as 1.5, so domoticz shouldn't notice the change. Unless you use some of the new sensor types that are added (can't remember which ones is added though)
-
Be aware that you have to rewrite your sketches.
I am a beginner and i am struggling to convert the already excisting examples which are based on 1.5
-
@tlpeter said:
I am a beginner and i am struggling to convert the already excisting examples which are based on 1.5
All of the existing examples have been converted already. You'll find them here:
https://github.com/mysensors/MySensors/tree/development/examples
and here:
https://github.com/mysensors/MySensorsArduinoExamples/tree/master/examples
-
@hek said:
@tlpeter said:
I am a beginner and i am struggling to convert the already excisting examples which are based on 1.5
All of the existing examples have been converted already. You'll find them here:
https://github.com/mysensors/MySensors/tree/development/examples
and here:
https://github.com/mysensors/MySensorsArduinoExamples/tree/master/examples
I do not see the moisture sketch or is it renamed?
I now have it working with the A0 pin but i cannot get it working with the D3 pin (the other example)
I will keep trying as i think i was a bit too far away from the gateway.
I also read somewhere that you need a little bit bigger capacitor now for the radio?
-
It's called DHT-something now.
-
I have seen and used that one with a DHT22 and it is working well.
I am using the rain sensor mentioned in the moisture example.
But i will try it as there is a moisture sensor on it's way also.
-
@hek The DHT sensors are humidity. I believe he is talking about a leaf wetness sensor or a soil moisture sensor.
-
Indeed the moisture/rain sensor.
-
So, quick question:
What's the best way to update a full environment. I have an Ethernet GW with multiple sensors across the house.
If the Serial Protocol hasn't been modified, can I start updating nodes and once all of them are in 2.0 update the GW without loosing functionality? or should I update everything in one shoot?
-
@Dave-Dan from what I read, you must first update the GW and then nodes.
In my case, after changing the GW, I couldn't properly control my nodes with domoticz.
Then i upgraded my sensorsand everything went good and smooth