1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.
https://docs.openmqttgateway.com
GNU General Public License v3.0
3.55k stars 784 forks source link

Byron #75

Closed scargill closed 5 years ago

scargill commented 7 years ago

Is there a way to add devices to this - got the ESP8266 version up and running - handles a little 4-button remote control 100% reliably so it is working..

But UTTERLY ignores a ByronSX35 433Mhz doorbell. I know that the RF433 kit handles this as I have one so it's not as if it is some completely alien format.

Thoughts?

1technophile commented 7 years ago

Hello, by rf433 kit you mean rflink library ?

scargill commented 7 years ago

I’m sorry – yes I meant the RFLink Library…

From: Florian [mailto:notifications@github.com] Sent: 22 July 2017 08:06 To: 1technophile/OpenMQTTGateway OpenMQTTGateway@noreply.github.com Cc: Peter Scargill pete@scargill.org; Author author@noreply.github.com Subject: Re: [1technophile/OpenMQTTGateway] Byron (#75)

Hello, by rf433 kit you mean rflink library ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/1technophile/OpenMQTTGateway/issues/75#issuecomment-317158889 , or mute the thread https://github.com/notifications/unsubscribe-auth/ABzUg-sS4soZD1oaLN4x5R0yStkAXZXAks5sQZFYgaJpZM4OeqE4 .

1technophile commented 7 years ago

the options are the following: -integrate the Byron decoding at rcswitch level (the library used by the gateway to decode & generate RF), for that I suggest to request for an enhancement into rcswitch repo. -integrate into openmqttgateway an open source library that decode already byron protocol and reproduce it, we didn't find it yet. Nevertheless ther eis maybe something to explore based on Nigel comment on this page: http://arduinobasics.blogspot.fr/2014/06/433-mhz-rf-module-with-arduino-tutorial.html I asked him how he did it. -build a library from scratch ...

I think this request is a duplicate of #26

1technophile commented 5 years ago

We've just integrated the Pilight library, adding by the way more compatible protocols, if you are still interested you can test the last version of OMG v0.9

1technophile commented 5 years ago

I'm closing this issue, if you have feedback to give with the use of ZgatewayPilight don't hesitate to add it here