-->
Page 1 of 1

Which firmware for GPIO input reporting to MQTT?

PostPosted: Thu Jun 13, 2019 10:44 am
by GaelZorro
Hello to all,

I'm building an input device for several dozens of 24VDC intputs, using several MCP23017 connected to an ESP8266 through I2C.
What I'm bumming about is, what is the best firmware (best combination of reliable and simple to set up) to use for this?
So far I have my eye set on:
- ESPHome
- ESPEasy
- Tasmota

Maybe someone else has gone through the same questioning I have, and is willing to share some insight to help a poor sod like me save some time testing all these firmwares? :oops:

Thanks in advance ! :D

Re: Which firmware for GPIO input reporting to MQTT?

PostPosted: Sun Jun 16, 2019 3:25 am
by GaelZorro
Well never mind that, now that I have tested all 3 solutions I'm pretty sure my implementation isn't possible with these (64 gpio inputs) as they only do polling and this takes a lot of time. :evil:

I'm currently coding a "simple" firmware (there's a learning curve) to allow this : sensing clicks, double clicks and long clicks, then sending all this over MQTT.