
Eldat Easywave / Nikobus / FAAC Altron questions.
Moderator: leecollings
-
- Posts: 46
- Joined: Thursday 26 January 2017 21:07
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Homberg, Hessen, Germany
- Contact:
Eldat Easywave / Nikobus / FAAC Altron questions.

RaspberryPI Home Assistant with -> AppleHome, HUE, Osram, Ikea, Aqara, Xiaomi, Worx, SmartLife, AlphaESS, Meross, Viessmann, PhillipsTV, Shelly
RaspberryPI3 Domoticz -> EldatEasywave, Wunderground, MagicLight
RaspberryPI3 Domoticz -> EldatEasywave, Wunderground, MagicLight
-
- Posts: 46
- Joined: Saturday 03 February 2018 17:18
- Target OS: NAS (Synology & others)
- Domoticz version: 2020.2
- Location: Belgium
- Contact:
Re: Eldat Easywave / Nikobus / FAAC Altron questions.
Hi Adi,
found this old Tread about Easywave.
I've build a Python plugin for the Eldat transciever.
Still Interested?
Wim
found this old Tread about Easywave.
I've build a Python plugin for the Eldat transciever.
Still Interested?
Wim
-
- Posts: 46
- Joined: Thursday 26 January 2017 21:07
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Homberg, Hessen, Germany
- Contact:
Re: Eldat Easywave / Nikobus / FAAC Altron questions.
Hi Wim,
I am very interested. How can I help you?
I am very interested. How can I help you?
RaspberryPI Home Assistant with -> AppleHome, HUE, Osram, Ikea, Aqara, Xiaomi, Worx, SmartLife, AlphaESS, Meross, Viessmann, PhillipsTV, Shelly
RaspberryPI3 Domoticz -> EldatEasywave, Wunderground, MagicLight
RaspberryPI3 Domoticz -> EldatEasywave, Wunderground, MagicLight
-
- Posts: 1
- Joined: Saturday 10 February 2018 20:41
- Target OS: Windows
- Domoticz version:
- Contact:
Re: Eldat Easywave / Nikobus / FAAC Altron questions.
http://www.eldat.de/produkte/_div/rx09e_sp_en.pdf
all the command specifications
and for linux
https://raspberrypi.stackexchange.com/q ... t-detected
all the command specifications
and for linux
https://raspberrypi.stackexchange.com/q ... t-detected
-
- Posts: 46
- Joined: Thursday 26 January 2017 21:07
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Homberg, Hessen, Germany
- Contact:
Re: Eldat Easywave / Nikobus / FAAC Altron questions.
Hello wetLip, thanks for the tip with the driver integration. Did you already somehow run Eldat in domoticz with a plugin etc.
RaspberryPI Home Assistant with -> AppleHome, HUE, Osram, Ikea, Aqara, Xiaomi, Worx, SmartLife, AlphaESS, Meross, Viessmann, PhillipsTV, Shelly
RaspberryPI3 Domoticz -> EldatEasywave, Wunderground, MagicLight
RaspberryPI3 Domoticz -> EldatEasywave, Wunderground, MagicLight
-
- Posts: 46
- Joined: Thursday 26 January 2017 21:07
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Homberg, Hessen, Germany
- Contact:
Re: Eldat Easywave / Nikobus / FAAC Altron questions.
So for the Eldat USB stick would be enough if I enter your code in the command line?
§ sudo modprobe cp210x
§ sudo sh -c 'echo 155a 100D > /sys/bus/usb-serial/drivers/cp210x/new_id'
§ sudo sh -c 'echo 155a 1013 > /sys/bus/usb-serial/drivers/cp210x/new_id'
§ sudo sh -c 'echo 155a 1006 > /sys/bus/usb-serial/drivers/cp210x/new_id'
Remains the driver after a restart.
Here I have obtained an extract of the file cp210x.c from the manufacturer, suitable for the ELDAT RTR09 or the RX09. Line 3 and 4 with Eldat.
Modem */
{ USB_DEVICE(0x13AD, 0x9999) }, /* Baltech card reader */
{ USB_DEVICE(0x155A, 0x1005) }, /* ELDAT Easywave Transceiver */
{ USB_DEVICE(0x155A, 0x1006) }, /* ELDAT USB Transceiver Easywave
*/
§ sudo modprobe cp210x
§ sudo sh -c 'echo 155a 100D > /sys/bus/usb-serial/drivers/cp210x/new_id'
§ sudo sh -c 'echo 155a 1013 > /sys/bus/usb-serial/drivers/cp210x/new_id'
§ sudo sh -c 'echo 155a 1006 > /sys/bus/usb-serial/drivers/cp210x/new_id'
Remains the driver after a restart.
Here I have obtained an extract of the file cp210x.c from the manufacturer, suitable for the ELDAT RTR09 or the RX09. Line 3 and 4 with Eldat.
Modem */
{ USB_DEVICE(0x13AD, 0x9999) }, /* Baltech card reader */
{ USB_DEVICE(0x155A, 0x1005) }, /* ELDAT Easywave Transceiver */
{ USB_DEVICE(0x155A, 0x1006) }, /* ELDAT USB Transceiver Easywave
*/
RaspberryPI Home Assistant with -> AppleHome, HUE, Osram, Ikea, Aqara, Xiaomi, Worx, SmartLife, AlphaESS, Meross, Viessmann, PhillipsTV, Shelly
RaspberryPI3 Domoticz -> EldatEasywave, Wunderground, MagicLight
RaspberryPI3 Domoticz -> EldatEasywave, Wunderground, MagicLight
-
- Posts: 46
- Joined: Thursday 26 January 2017 21:07
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Homberg, Hessen, Germany
- Contact:
Re: Eldat Easywave / Nikobus / FAAC Altron questions.
So Eldat RTR09 is now installed in PI3. Here a small wiki:
1. Create a text file in /etc/modules-load.d. Name cp210x.conf with the following content: cp210x
2. Open the file domoticz.sh in /etc/init.d.
3. At line 95 --> ["$ Verbose"! = No] && log_daemon_msg "Starting $ DESC" "$ NAME"
add the following in a new line:
#Parameters for the kernel module cp210x
echo "parameter for kernel module cp210x set .."
sh -c 'echo 155a 1005 > /sys/bus/usb-serial/drivers/cp210x/new_id'
sh -c 'echo 155a 1006 > /sys/bus/usb-serial/drivers/cp210x/new_id'
It works for me fine, now the Eldat Transciver Stick is working
Now I just have to watch as I create a command via Python so that it addresses the blinds.
Thanks wetlip
1. Create a text file in /etc/modules-load.d. Name cp210x.conf with the following content: cp210x
2. Open the file domoticz.sh in /etc/init.d.
3. At line 95 --> ["$ Verbose"! = No] && log_daemon_msg "Starting $ DESC" "$ NAME"
add the following in a new line:
#Parameters for the kernel module cp210x
echo "parameter for kernel module cp210x set .."
sh -c 'echo 155a 1005 > /sys/bus/usb-serial/drivers/cp210x/new_id'
sh -c 'echo 155a 1006 > /sys/bus/usb-serial/drivers/cp210x/new_id'
It works for me fine, now the Eldat Transciver Stick is working
Now I just have to watch as I create a command via Python so that it addresses the blinds.
Thanks wetlip
RaspberryPI Home Assistant with -> AppleHome, HUE, Osram, Ikea, Aqara, Xiaomi, Worx, SmartLife, AlphaESS, Meross, Viessmann, PhillipsTV, Shelly
RaspberryPI3 Domoticz -> EldatEasywave, Wunderground, MagicLight
RaspberryPI3 Domoticz -> EldatEasywave, Wunderground, MagicLight
Who is online
Users browsing this forum: No registered users and 1 guest