animavitis / mqtt-gateway

mqtt rf if gateway bme280 dht
Other
1 stars 0 forks source link

Are you still using this firmware? #1

Open happytm opened 5 years ago

happytm commented 5 years ago

This is not issue. I like your simple custom approach. My requirement are same as this code. I have some IR & RF sensors I want to use with this code.I wanted to know what home automation controller you use with this firmware?

Thanks

animavitis commented 5 years ago

nope, i dont use it anymore. If u can try https://github.com/1technophile/OpenMQTTGateway or https://github.com/esphome/. Both have better suppport, more features (expcept alarm) & are stable :)

If u still want to try my soft u need nodemcu v3 (should work with othr esp8266 board)

happytm commented 5 years ago

Thank you for you reply.

Actually I am trying out openmqttgateway for last week or so and I got link for your git from there.

I wanted simpler implementation.Following is my project which I tried using Openmqttgateway as a receiver after commenting out lot of code from it :

As you can see I do not even use wifi or mqtt. Istead I want to use serial protocol on esp8266 gateway (receiver) connected to raspberry pi.All sender units (esp8266) which send data using either IR,ESPNow or probe request protocols.

https://github.com/happytm/Triple-Sender/tree/master/Triple%20Sender

Thanks