IR HAVOC + HTU21 #23024
Unanswered
CosmicDuck
asked this question in
Q&A
IR HAVOC + HTU21
#23024
Replies: 1 comment 4 replies
-
Using the tool decode-status you can verify what's actually included in the build in use, or check if the sensor index from I2C devices is found in the output of command More generally, you should heed the instructions on https://tasmota.github.io/docs/Compile-your-build/#customize-your-build to not expect to add drivers to the "fine tuned" variants (that includes IR), but instead add your feature selection to the base when you set up to build. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
is there a buid with IR + Sensors available?
I want to read the values from a htu21 device to control a IR-Remote air conditioner/heater.
I try to use Gitpod to compile my own binary using tasmota.
Without modifying anything the build process runs smoothly.
Now I want to add the htu21 device and then additionally irhvac command features for the electra.
If I add in user_config_override.h simply the htu and ir_hvac the build runs:
My iresp board has gpio 4 allready used for the ir-tx led so I want to use for i2c sda the unused gpio12.
gpio 5 could still be used for I₂C SCL. I configured the both gpio in the template section.
After flashing my ir-device i added the htu21 to the gpio 12 and 5 the board is possible to send the ir-hvac commands for electra but the htu21 is not found by the esp. I had allready added 120 Ω pull up resistors at SCL and SDA near HTU21 device added so this should no the problem
Is it possible the gpio 12 could not be used for I₂C?
Is it possible to check the raw signals on gpio5 an 12 by using tasmota?
Cheers,
Beta Was this translation helpful? Give feedback.
All reactions