Testing now and so far the mysensors smartsleep etc is working perfectly.
What a great controller, thank you for your hard work.
I will maybe switch to this in place of Demotic.
Automatic node ID's are now also supported!
There is a step-by-step install guide here:
https://github.com/tsathishkumar/MySController-rs/issues/30
You can easily run this alongside Domoticz.
Burn an image for the Mozilla Gateway onto an SD card.
Follow the guide above to install MySController-rs.
Install Domoticz at port 8081 and 444 (instead of 8080 and 443, as the Mozilla Gateway is already at those ports).
Nice work so far @wint0178, great that you try expanding on the examples. Sorry for the late reply.
If you look at https://github.com/mysensors/MySensorsArduinoExamples/blob/bba998bce09bc5139eb4ca7a05b0279f4083ff88/examples/PressureSensor/PressureSensor.ino#L90 you see where the existing child ids are defines. You just add another one for the gas sensor, with a unique number (incrementing by 1 is an easy way).
Try that and report back on your result. If something is unclear, just post a followup.
@jkandasa
Thank you for the update. I will use this controller in production in few days. Eactly what I want. For non-msensors devices I Will use node-red as glue !