Page 3 of 4

Re: How to update RFLink firmware

Posted: Thursday 31 March 2016 10:11
by Stuntteam
- When Domoticz starts / connects to the RFLink, it will show the version number
- You can also use "RFLink Loader" to see the version number. It will tell you when it connects to the RFLink.
- Alternatively you can use any termninal program and send the command 10;VERSION; it will then tell you the installed version.

Re: How to update RFLink firmware

Posted: Friday 01 April 2016 12:22
by woody4165
Thanks!

Re: How to update RFLink firmware

Posted: Thursday 09 June 2016 9:01
by Dlanor
It seams firmware R42 is ready and build R43 has been started. I don't see the download link for R42. Hasn't it been released yet?

Re: How to update RFLink firmware

Posted: Thursday 09 June 2016 9:17
by Stuntteam
not yet.. but soon..

Re: How to update RFLink firmware

Posted: Thursday 09 June 2016 11:52
by bizziebis
Do you have the source anywhere hosted on svn or Git? I only seem te be able to find an old version cloned by someone.

Re: How to update RFLink firmware

Posted: Friday 22 July 2016 14:59
by piokuc
Good option will be add to Domoticz and RFLink option update firmware by using GUI Domoticz. As is in RFXCom. This will be very good option. Because some user has set box RFLink in very accessible place and must disconnect it from Raspberry and connect to PC.

Also good will be add option debug mode to domoticz to read code from RFLink example from new devices to send to developer to add support

Re: How to update RFLink firmware

Posted: Friday 22 July 2016 16:07
by Stuntteam
Firmware updates within Domoticz might be added later. Adding new protocols has more priority at the moment.

Debug mode will not be added to Domoticz. Domoticz should be treated as normal operational platform.
If you want to experiment and debug, you either connect RFlink temporary to a PC or for less than 10 euros you could build yourself a second RFlink!

Re: How to update RFLink firmware

Posted: Friday 22 July 2016 16:54
by piokuc
Ok thanks. But please think about add to domoticz update FW in future.

Wysłane z mojego Galaxy S6 za pomocą Tapatalk

Re: How to update RFLink firmware

Posted: Friday 22 July 2016 17:26
by bizziebis
With a shell script it's possible to flash it from the raspberry itself. It's not as easy as flashing from Domoticz, but it keeps you from removing your RFLink and plugging it into your pc.

Re: How to update RFLink firmware

Posted: Friday 22 July 2016 17:30
by piokuc
But i postulate to also RFLink can be flash as RFXCom by using GUI Domoticz...by webbrowser

Wysłane z mojego Galaxy S6 za pomocą Tapatalk

Re: How to update RFLink firmware

Posted: Friday 22 July 2016 17:59
by Stuntteam
If you can organize that the duration of a day will go from 24 to 48 hours then we can get more done in a day :P
Otherwise just be patient..

Re: How to update RFLink firmware

Posted: Friday 22 July 2016 18:02
by piokuc
:-)

Wysłane z mojego Galaxy S6 za pomocą Tapatalk

Re: How to update RFLink firmware

Posted: Friday 22 July 2016 20:29
by georgesattali
@ bizziebis,
shell script !! nice !
Do you have an example or some hints ?
Thanks

Re: How to update RFLink firmware

Posted: Friday 22 July 2016 21:44
by NietGiftig
piokuc wrote:But i postulate to also RFLink can be flash as RFXCom by using GUI Domoticz...by webbrowser
Why don't you buy an RFXcom.
You be happy, and we have no more multiple posts from you on different forums.

So everybody happy!

Re: How to update RFLink firmware

Posted: Saturday 23 July 2016 0:29
by Stuntteam
I am pretty sure he would still cross post, just about a different device :P

Re: RE: Re: How to update RFLink firmware

Posted: Saturday 23 July 2016 19:59
by bizziebis
georgesattali wrote:@ bizziebis,
shell script !! nice !
Do you have an example or some hints ?
Thanks
I made a small script which disables Monit, stops Domoticz and then executes the following command:

Code: Select all

sudo avrdude -v -p atmega2560 -c stk500 -P /dev/ttyACM0 -b 115200 -D -U flash:w:/home/pi/RFLink.cpp.hex:i
If you don't have Avrdude installed you must first install it

Code: Select all

sudo apt-get install Avrdude

Re: How to update RFLink firmware

Posted: Saturday 23 July 2016 21:40
by georgesattali
Thanks for the command ! I'll try it soon. :)

Re: How to update RFLink firmware

Posted: Wednesday 19 October 2016 13:49
by htca
Is there a location where you could download the zip besides the google link? it seems impossible to download it from the CLI (I am on a distance, so easy plugging in a USB stick with the files is not an option).

Re: How to update RFLink firmware

Posted: Sunday 30 October 2016 10:52
by marcels
Guys, I'm having trouble updating the rflink firmware version to R44.
I used the instructions in the startpost. But although I think everything should be OK, the program button is greyed out..

The logging window shows the following information:

Code: Select all

20;00;Nodo RadioFrequencyLink V1.1;
10;version;
20;01;VER=1.1;REV=28;BUILD=000;
10;status;
20;02;CMD UNKNOWN;
Any idea's?

Re: How to update RFLink firmware

Posted: Sunday 30 October 2016 11:15
by Westcott
I successfully use the method in the 3rd and 4th posts by downloading the new zip file to my Windows PC. then unpacking it and sending just the RFLink.cpp.hex file to the RPi.
You don't need to stop Domotics - simply update your RFlink device in Setup->Hardware with 'Enabled' unchecked.
Note its Port, then use it in the avrdude command.
Finally re-enable the RFlink device - the log and the Hardware device shows the version when it restarts.