RFLink R48 available
Moderators: leecollings, Stuntteam
- Stuntteam
- Posts: 399
- Joined: Wednesday 06 May 2015 16:39
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
RFLink R48 available
R48: (18/10/2017)
- New Device: British Gas RC Plus Thermostat
- New Device: Drayton Digistat +2RF Thermostat
- New Device: Worcester Bosch DT10RF Thermostat
- New Device: Danfoss TP4000 Thermostat
- New Device: Vaillant VRT 340f Thermostat
- New Device: CalorMatic 340f Thermostat
- New Device: Hager Flash Thermostat
- New Device: Thermoflash Thermostat
- New Device: Piloteco Thermostat
- New Device: Sanfil Thermostat
- New Device: Monomat Thermostat
- New Device: Micromat Thermostat
- New Device: Monotron Thermostat
- New Device: Mémoprog RF Thermostat
- New Device: Calidou Plus Thermostat
- New Device: Radiafonte II Thermostat
- New Device: Bellagio II Thermostat
- New Device: Verplus Thermostat
- New Device: Palatino Thermostat
- New Device: Verlys Evolution Thermostat
- New Device: Melody Evolution Thermostat
- New Device: Millenium Triphasé Thermostat
- New Device: Sensual SAS Thermostat
- New Device: Sensual Bains Thermostat
- New Device: Athena Millenium Thermostat
- New Device: Athena Plenitude Thermostat
- New Device: Brel (and compatible) light switch
- New Device: Beurer BG64 (and possibly BF100) scales
- New Device: Falmec hoods
- Added: support for X10 Marmitec DS90/DS91 tamper switch
- Fixed: Milight color issue
- Fixed: Milight brightness issue
- Fixed: Milight RGB-CCT pairing made easier with pair/unpair commands
- Fixed: Milight CRC calculation on some of the protocol versions
- Fixed: Improved Kerui D025/D026 handling
- Fixed: Improved Mertik filtering
- Fixed: bug with Europe switchset unit numbers
- Fixed: Corrected TFA timing
- Fixed: Improved Cresta packet filtering
http://www.rflink.nl/blog2/
- New Device: British Gas RC Plus Thermostat
- New Device: Drayton Digistat +2RF Thermostat
- New Device: Worcester Bosch DT10RF Thermostat
- New Device: Danfoss TP4000 Thermostat
- New Device: Vaillant VRT 340f Thermostat
- New Device: CalorMatic 340f Thermostat
- New Device: Hager Flash Thermostat
- New Device: Thermoflash Thermostat
- New Device: Piloteco Thermostat
- New Device: Sanfil Thermostat
- New Device: Monomat Thermostat
- New Device: Micromat Thermostat
- New Device: Monotron Thermostat
- New Device: Mémoprog RF Thermostat
- New Device: Calidou Plus Thermostat
- New Device: Radiafonte II Thermostat
- New Device: Bellagio II Thermostat
- New Device: Verplus Thermostat
- New Device: Palatino Thermostat
- New Device: Verlys Evolution Thermostat
- New Device: Melody Evolution Thermostat
- New Device: Millenium Triphasé Thermostat
- New Device: Sensual SAS Thermostat
- New Device: Sensual Bains Thermostat
- New Device: Athena Millenium Thermostat
- New Device: Athena Plenitude Thermostat
- New Device: Brel (and compatible) light switch
- New Device: Beurer BG64 (and possibly BF100) scales
- New Device: Falmec hoods
- Added: support for X10 Marmitec DS90/DS91 tamper switch
- Fixed: Milight color issue
- Fixed: Milight brightness issue
- Fixed: Milight RGB-CCT pairing made easier with pair/unpair commands
- Fixed: Milight CRC calculation on some of the protocol versions
- Fixed: Improved Kerui D025/D026 handling
- Fixed: Improved Mertik filtering
- Fixed: bug with Europe switchset unit numbers
- Fixed: Corrected TFA timing
- Fixed: Improved Cresta packet filtering
http://www.rflink.nl/blog2/
-=# RFLink Gateway Development Team #=-
Introduction: http://www.nemcon.nl/blog2/
Generic RFLink Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8
Introduction: http://www.nemcon.nl/blog2/
Generic RFLink Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8
- remb0
- Posts: 499
- Joined: Thursday 11 July 2013 22:21
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: RFLink R48 available
great work!
a methode (credits ro roondar) to easy update from commandline. fire these commands:
a methode (credits ro roondar) to easy update from commandline. fire these commands:
Code: Select all
sudo apt-get install python2.7 avrdude
wget https://github.com/roondar/RFLink-update/archive/master.zip
unzip master.zip
cd RFLink-update-master/
cp settings.ini.tpml settings.ini
chmod 755 update_RFLink.py
python update_RFLink.py
-
- Posts: 230
- Joined: Friday 03 April 2015 20:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Germany (near dutch border)
- Contact:
Re: RFLink R48 available
I am on V46 does it work there aswell?
Regards, Hans
Regards, Hans
-
- Posts: 104
- Joined: Tuesday 08 November 2016 14:03
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Poland
- Contact:
Re: RFLink R48 available
This is general way of update on Raspberry, so it will work on any version.
HW:Raspberry PiB+,Pi3,PiB,RFLink,FA20RF,DCS-930L,DCS-935L,Clarus switches,RF Temp sensors,Owl Micro+,Mi Flora,Kerui,Yeelight,Xiaomi,Broadlink RMM3,Alexa
SF:Jessie,Dmtcz 3.8153,Logitech Media srv,PiCorePlayers,Dashticz,Max2Play,InfluxDB,Grafana,HABridge
SF:Jessie,Dmtcz 3.8153,Logitech Media srv,PiCorePlayers,Dashticz,Max2Play,InfluxDB,Grafana,HABridge
- LouiS22
- Posts: 433
- Joined: Friday 27 February 2015 13:21
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Budapest, Hungary
- Contact:
Re: RFLink R48 available
Is this working with USB, or do I have to ser2net first?remb0 wrote: ↑Wednesday 18 October 2017 19:44 great work!
a methode (credits ro roondar) to easy update from commandline. fire these commands:Code: Select all
sudo apt-get install python2.7 avrdude wget https://github.com/roondar/RFLink-update/archive/master.zip unzip master.zip cd RFLink-update-master/ cp settings.ini.tpml settings.ini chmod 755 update_RFLink.py python update_RFLink.py
-
- Posts: 104
- Joined: Tuesday 08 November 2016 14:03
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Poland
- Contact:
Re: RFLink R48 available
I will be testing that today, but I think that disabling RFLink, then
and enabling again will be the same
Code: Select all
avrdude -v -p atmega2560 -c stk500 -P /dev/ttyACM0 -b 115200 -D -U flash:w:/home/pi/RFLink.cpp.hex:i
HW:Raspberry PiB+,Pi3,PiB,RFLink,FA20RF,DCS-930L,DCS-935L,Clarus switches,RF Temp sensors,Owl Micro+,Mi Flora,Kerui,Yeelight,Xiaomi,Broadlink RMM3,Alexa
SF:Jessie,Dmtcz 3.8153,Logitech Media srv,PiCorePlayers,Dashticz,Max2Play,InfluxDB,Grafana,HABridge
SF:Jessie,Dmtcz 3.8153,Logitech Media srv,PiCorePlayers,Dashticz,Max2Play,InfluxDB,Grafana,HABridge
- Stuntteam
- Posts: 399
- Joined: Wednesday 06 May 2015 16:39
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: RFLink R48 available
Indeed you can disable/avrdude/enable but then you will need avrdude to be on your system.
Without avrdude you will need at least part of the above instructions..
In general, the update method will work with any rflink version as it is a generic way to reflash the Arduino.
Without avrdude you will need at least part of the above instructions..
In general, the update method will work with any rflink version as it is a generic way to reflash the Arduino.
-=# RFLink Gateway Development Team #=-
Introduction: http://www.nemcon.nl/blog2/
Generic RFLink Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8
Introduction: http://www.nemcon.nl/blog2/
Generic RFLink Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8
-
- Posts: 104
- Joined: Tuesday 08 November 2016 14:03
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Poland
- Contact:
Re: RFLink R48 available
Yes yes, of course. My comment was written assuming that avrdude is installed.
HW:Raspberry PiB+,Pi3,PiB,RFLink,FA20RF,DCS-930L,DCS-935L,Clarus switches,RF Temp sensors,Owl Micro+,Mi Flora,Kerui,Yeelight,Xiaomi,Broadlink RMM3,Alexa
SF:Jessie,Dmtcz 3.8153,Logitech Media srv,PiCorePlayers,Dashticz,Max2Play,InfluxDB,Grafana,HABridge
SF:Jessie,Dmtcz 3.8153,Logitech Media srv,PiCorePlayers,Dashticz,Max2Play,InfluxDB,Grafana,HABridge
-
- Posts: 8
- Joined: Friday 06 January 2017 21:14
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: RFLink R48 available
Thanks Stunteam for the update.remb0 wrote: ↑Wednesday 18 October 2017 19:44 great work!
a methode (credits ro roondar) to easy update from commandline. fire these commands:Code: Select all
sudo apt-get install python2.7 avrdude wget https://github.com/roondar/RFLink-update/archive/master.zip unzip master.zip cd RFLink-update-master/ cp settings.ini.tpml settings.ini chmod 755 update_RFLink.py python update_RFLink.py
I have 2 RFLink's on my Raspberry Pi 3, 1 433MHz and 1 868MHz, I updated with the commands as written above, only one RFLink gets the update, can i change something in the settings so the other one get's the update to?
Your RFLink 433 hardware has idx 7 in version 47.8 on port /dev/ttyACM0
Your RFLink 868 hardware has idx 8 in version 48.4 on port /dev/ttyACM1
- datzmazzie
- Posts: 26
- Joined: Tuesday 28 July 2015 12:01
- Target OS: NAS (Synology & others)
- Domoticz version: 2.3430
- Location: Zoetermeer, The Netherlands
- Contact:
Re: RFLink R48 available
Thank you for the update! I update my RFLink to R48.
I wonder what this means: - Fixed: Milight color issue
I have issues since the biginning of the mi-light support.
When I try to set my LED strip to for example #ff0000 the color turns green.
2017-11-21 12:58:11.562 RFLink Sending: 10;MiLightv1;f740;01;00ff;ON
2017-11-21 12:58:11.797 RFLink Sending: 10;MiLightv1;f740;01;00ff;BRIGHT
2017-11-21 12:58:12.223 (RFLink) Lighting Limitless/Applamp (RGB LED Strip)
Should this been fixed in the R48 (seems to be not) or is this another problem?
I wonder what this means: - Fixed: Milight color issue
I have issues since the biginning of the mi-light support.
When I try to set my LED strip to for example #ff0000 the color turns green.
2017-11-21 12:58:11.562 RFLink Sending: 10;MiLightv1;f740;01;00ff;ON
2017-11-21 12:58:11.797 RFLink Sending: 10;MiLightv1;f740;01;00ff;BRIGHT
2017-11-21 12:58:12.223 (RFLink) Lighting Limitless/Applamp (RGB LED Strip)
Should this been fixed in the R48 (seems to be not) or is this another problem?
Raspberry Pi 3B, Arduino Mega, RFLink
My Blog
My Blog
-
- Posts: 5
- Joined: Wednesday 27 December 2017 17:20
- Target OS: Linux
- Domoticz version: 2024.4
- Location: NLD
- Contact:
Re: RFLink R48 available
I just updated my RFlink to R48.
Now it looks like the data from my rainsensor (alecto V1) is not processed correctly anymore.
It indicated that the sensor reports 7624mm of rain today while it should be somewhere around 5mm.
I did not change anything else, just updated from R45 to R48.
Anybody who has a clue?
Now it looks like the data from my rainsensor (alecto V1) is not processed correctly anymore.
It indicated that the sensor reports 7624mm of rain today while it should be somewhere around 5mm.
I did not change anything else, just updated from R45 to R48.
Anybody who has a clue?
-
- Posts: 667
- Joined: Wednesday 08 March 2017 9:42
- Target OS: Linux
- Domoticz version: 3.8993
- Location: Amsterdam
- Contact:
Re: RFLink R48 available
I can't use the kelvin option. Original device from Milight Controller have Kelvin option. The RFlink device pair the kelvin is gone in device.
Also Brightness you can't change using dzVents. It work with combination with Milight Controller
Also Brightness you can't change using dzVents. It work with combination with Milight Controller
RPi3 B+, Debain Stretch, Domoticz, Homebridge, Dashticz, RFLink, Milight, Z-Wave, Fibaro, Nanoleaf, Nest, Harmony Hub, Now try to understand pass2php
-
- Posts: 667
- Joined: Wednesday 08 March 2017 9:42
- Target OS: Linux
- Domoticz version: 3.8993
- Location: Amsterdam
- Contact:
Re: RFLink R48 available
I see a difference between the commands that sends by Milight App (iOS) and what RFlink receives and the commands that been send by Domoticz for brightness
MiLIght App: 10;MiLightv1;20f504;01;c0094;BRIGHT - c0094 was brightness level
Domoticz: 10;MiLightv1;20f504;01;00fc;BRIGHT - 00fc was brightness level
Both are different. Can this be the problem why Brightness is not working?
MiLIght App: 10;MiLightv1;20f504;01;c0094;BRIGHT - c0094 was brightness level
Domoticz: 10;MiLightv1;20f504;01;00fc;BRIGHT - 00fc was brightness level
Both are different. Can this be the problem why Brightness is not working?
RPi3 B+, Debain Stretch, Domoticz, Homebridge, Dashticz, RFLink, Milight, Z-Wave, Fibaro, Nanoleaf, Nest, Harmony Hub, Now try to understand pass2php
Who is online
Users browsing this forum: No registered users and 1 guest