Replies: 1 comment 7 replies
-
Until someone decides to create a driver (which should be quite feasible), that I2C rotary encoder is not supported by Tasmota. What is supported is the simple pulse-based rotary encoder often called KY-040. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all! Let me first thank you for your awesome work with Tasmota.
I'm triying to give a second live to an old bottle cooler that is not working because a broken thermostat. My idea is to control compresor and heater based in DS18B20 readings and show temperature on a TM1637 4 digit display. I have a running prototype using rules that I plan to move to berry.
I would like to change the target temperature using a rotary (yes, I could "hardcode" the target temperature, but that's no fun, right? :-)
To reuse the holes in the front panel, I'm thinking on a rotary, and what I've found is the Adafruit I2C rotary encoder. It uses the seesaw library, and I've seen it's implemented in Tasmota for soil sensor.
My question is if it is feasible to implement the rotary.
Thank you for your comments.
Beta Was this translation helpful? Give feedback.
All reactions