puuu / MQTT433gateway

MQTT 433.92 MHz radio-frequency device gateway
MIT License
136 stars 27 forks source link

Is Acurite Sensors supported? #49

Open alexsahka opened 5 years ago

alexsahka commented 5 years ago

Is this supports Acu-Rite 00606TX Outdoor Temperature Sensor? https://github.com/mikepparks/pilight-protocols

Currently, I'm using the RFLink Gateway for these sensors, but would be nice to use standalone MQTT gateway.

puuu commented 5 years ago

A protocol with these filenames is not included in the ESPiLight, neither in the official pilight sources.

You may can try to add these files to src/pilight/libs/pilight/protocols/433.92 of your local ESPiLight library and add lines to src/pilight/libs/pilight/protocols/protocol_header.h and src/pilight/libs/pilight/protocols/protocol_init.h.

But the best way is, to let the author submit these driver to pilight via pull request.