Page 1 of 1
OTA support?
Posted: Friday 02 September 2016 23:52
by alexsh1
Hello
Any idea if Domoticz is going to support OTA in nodes like Sensebender (
https://forum.mysensors.org/topic/1345/ ... nder-micro)?
Thanks
Alex
Re: OTA support?
Posted: Tuesday 18 October 2016 18:27
by yoonie
I dream a page like the one for updating the rfxcom

Re: OTA support?
Posted: Tuesday 18 October 2016 18:41
by gizmocuz
you can already update your rfxcom via the web gui ....
Re: OTA support?
Posted: Wednesday 19 October 2016 1:22
by alexsh1
There is MYSController for updating nodes like Sensebender. However, such nodes must have SPI EEPROM (like the ones Moteinos have)
Re: OTA support?
Posted: Monday 06 February 2017 8:42
by napo7
I agree,
When using the "MYSBootloader" on mysensors nodes, we can update the code of each node via OTA.
The mechanism is explained here :
https://github.com/mysensors/MySensorsBootloaderRF24
The main idea is as following :
- In Domoticz, we store a list of available firmwares for each node type, and the corresponding firmware file (a hex file is just a text file)
- We got an interface ( in the Mysensors configuration screen ?) to update a node's (or a kind of nodes) firmware : We choose a firmware, then the node is rebooted, and the node asks domoticz if a firmware is ready for him.
- Then domoticz answers the node the version number,
- Then domoticz sends the firmware pages as the node asks them.
There is an example of controller handling firmware requests here :
https://github.com/mysensors/MySensorsS ... troller.js
I can help coding/updating the mysensors plugin and testing it ?
Re: OTA support?
Posted: Friday 06 April 2018 0:23
by alexsh1
I just wonder if there is any update on this topic?