mitchell
(Mitchell Stringer)
February 23, 2019, 9:05pm
1
I have a Sonoff Bridge with tasmota which works for most of my 433mhz devices, but it doesn’t work with “B1” codes.
I have one group of devices that use B1 and are crucial to my HA setup, is there another device i can use to convert these RF codes to MQTT?
any help is greatly appreciated
Hello,
Could give more info about these B codes and the devices that use this protocol ?
mitchell
(Mitchell Stringer)
February 24, 2019, 3:45pm
3
It’s random, i also i have a bunch of standard 433mhz remotes most work some don’t and it’s because the raw RF code starts with B1 and the bridge can’t do anything with it, i have installed Portisch RF firmware to sniff the B1 code in RAW mode. Which comes out as this
{“RfRaw”:{“Data”:“AA B1 03 019A 0398 0424 280809 55”}}
Every device that sends B1 after the AA doesn’t work with the bridge even though is 433mhz.
Apparently it’s possible to send a “B1” with the bridge but i really need to listen for it and send it via MQTT
javiermi
(Javier Mitchell)
March 16, 2019, 9:39pm
4
if you are still interested , you can find mor einformation on the tasmota page:
Alternative firmware for ESP8266 with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full do...
there is a python script that converts B1 to B0 type codes
hope this helps