Support for EasyWave

I recently bought a house with 10 shutters equipped with Altron RadioBlack motors controlled via EasyWave. Of course, I want to control these shutters using my Homey Pro. However, browsing this forum, the only way to do that seems to be by using a Raspberry Pi connected to an Eldat RX09 USB stick which is no longer available.

So, now I’m wondering whether it would be possible to control these shutters directly from the Homey Pro. The 868 MHz configuration looks promising:

Attribute Value
Carrier frequency 868300000Hz
Channel spacing 325000Hz
BaudRate 12004Bd
Modulation ASK

It might be possible to generate the appropriate signals directly from the Homey Pro using the Signals from the Homey Apps SDK. However, I cannot find a specification of the EasyWave protocol. All I know is that it also uses the 868,3 MHz frequency so at least that is a match. However, without an EasyWave specification I don’t know about the other attributes. Anybody else lucky in finding the EasyWave specification?

I’ve already tried to record the signal from the manual Altron receiver with the Homey Developers Tools, but the transmitted signal wasn’t even noticed by the Homey Pro. That might be a bad sign I guess.

Can anybody make a statement whether this is a route to further pursue or not? I.e., do I even stand a chance to get this working?

Maybe you can make a “translator” like this, the device is also available in 868 MHz version. In Homey, Athom has abandoned this frequency.

Very likely not possible, otherwise it would have already be mentioned as a possibility on the HA forum.

Besides that, the OpenMQTTGateway docs only mention 315/433Mhz support :cry:

Sorry, I did not say it is existing, but I meaned to use this as an example to create a “tranlator” for his purpose, the device, Andreas is using, can also be bought in a 868 MHz version. Sure some code will probably have to be rewritten and the protocol implemented.

That’s what I’m trying to say: if the protocol was known, someone very likely would have already implemented it for home automation purposes. But all I can find about it is that people are trying to find the Eldat RX09 USB stick to make it work.

1 Like

Hi guys,

Thank you for the discussion.

Turns out that EasyWave is a proprietary, closed, protocol (that’s why there’s no documentation whatsoever on the internet), so I no longer expect to be able to control it from the Homey directly.

Luckily, after contacting Eldat, I think I found a company that can provide me with a RX09E5026-02-01K USB stick. Then I can try the Rfxcom.2 solution available in Homey. I’ll give it a try.

Best regards,
Patrick.