-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for XL9535
relay board
#400
Comments
It seems |
Hi @flyte @mschlenstedt @BenjiU I'd like to work on support of It seems there is no existing python "driver" published in pip. Could low level code be placed in this repo or should I make separate package? Some kind of nodejs driver https://github.com/isky04/node-red-contrib-xl9535 |
I recently started to add some sensors to MQTTIO. As far as I know there's no developer documentation. I looked at the existing modules, take one which is similar to the one I would like to add and started and tested on a life system. You'll finde the code here: Sensors: https://github.com/flyte/mqtt-io/tree/develop/mqtt_io/modules/sensor |
Is your feature request related to a problem? Please describe.
It would be nice if mqtt-io supports
XL9535
relay board.Describe the solution you'd like
Normal integration like other I2C
PCF8574
orPCF8575
gpio expanders.Describe alternatives you've considered
Write the code...
Additional context
I bought a great relay board, with 16 relays, which is enough for all my needs. I would like to have simple and convenient integration.
More info:
The text was updated successfully, but these errors were encountered: