Portisch / RF-Bridge-EFM8BB1

Alternative Firmware for the Sonoff RF Bridge EFM8BB1 chip
290 stars 122 forks source link

RfRaw for inteli-touch automation roller shutter #179

Open sthorley opened 3 years ago

sthorley commented 3 years ago

I'm sharing this as an issue here for anyone who needs this in the future as this project seems to be abandoned. After many hours of testing I obtained the RfRaw code for the inteli-touch controller. This may also be compatible with Dooya and A-Ok if the alibaba listing for the receiver is correct. This will ultimatly allow you to use MQTT to integrate this with Home Assistant or other Home Automation systems and maybe be able to be used in ESPhome (currently Portisch is only supported in Dev release).

Branded as "inteli-touch" in Australia - http://www.inteli-touch.com/ & https://www.oz-king.com.au/rollershuttersautomation

AC123-16D Remote - https://sunlineshutter.en.made-in-china.com/product/WBmnhsTuJMYz/China-AC123-16D-Roller-Shutter-Window-Roller-Blind-Motorized-Awning-Curtain-Motor-RF-Transmitter.html

AC305 Receiver - https://sunlineshutter.en.made-in-china.com/product/YXZmUQOThhpN/China-Australian-Standard-Switch-RF-433MHz-Radio-Wall-Type-Receiver-for-Roller-Shutter-Blinds.html

Codes were sniffed using Sonoff RF Bridge running Tasmota 9.1 with Portisch firmware version AA0355.

Modulation/Prefix for commands: AA B0 4C 04 08 1374 0258 0118 1388

See the B0 commands below. you can test these by simply typing in the Tasmota console as follows "RfRaw AA B0 4C 04 08 1374 0258 0118 1388 38192A192A1A1A19292A1929292A19292A19292A19292A1A1929292A192A1A1A1A1A1A1A1A1A1A1A192A1A1A1A1A1A1A1A1A192A1A1A1A19292A19292A1A1A192929 55" to send the channel 1 down command as an example.

Channel 1 Down AA B0 4C 04 08 1374 0258 0118 1388 38192A192A1A1A19292A1929292A19292A19292A19292A1A1929292A192A1A1A1A1A1A1A1A1A1A1A192A1A1A1A1A1A1A1A1A192A1A1A1A19292A19292A1A1A192929 55

Channel 1 Up AA B0 4C 04 08 1374 0258 0118 1388 38192A192A1A1A19292A1929292A19292A19292A19292A1A1929292A192A1A1A1A1A1A1A1A1A1A1A192A1A1A1A1A1A1A1A1A1A1A1A192A19292A1A192A192A192929 55

Channel 1 Stop AA B0 4C 04 08 1374 0258 0118 1388 38192A192A1A1A19292A1929292A19292A19292A19292A1A1929292A192A1A1A1A1A1A1A1A1A1A1A192A1A1A1A1A1A1A1A1A1A192A1A1A19292A192A1A1A1A192929 55

Channel 2 Down AA B0 4C 04 08 1374 0258 0118 1388 38192A192A1A1A19292A1929292A19292A19292A19292A1A1929292A192A1A1A1A1A1A1A1A1A1A192A1A1A1A1A1A1A1A1A1A192A1A1A1A19292A19292A1A192A1A19 55

Channel 2 Up AA B0 4C 04 08 1374 0258 0118 1388 38192A192A1A1A19292A1929292A19292A19292A19292A1A1929292A192A1A1A1A1A1A1A1A1A1A192A1A1A1A1A1A1A1A1A1A1A1A1A192A19292A1A192A19292A1A19 55

Channel 2 Stop AA B0 4C 04 08 1374 0258 0118 1388 38192A192A1A1A19292A1929292A19292A19292A19292A1A1929292A192A1A1A1A1A1A1A1A1A1A192A1A1A1A1A1A1A1A1A1A1A192A1A1A19292A192A1A1A192A1A19 55

nordeep commented 1 year ago

For those who are looking for support of A-OK Remote. It's done in PR https://github.com/Portisch/RF-Bridge-EFM8BB1/pull/221