/ambientika_MQTT2ir_esp32

MQTT-to-IR bridge to controll Südwind Ambientika with an ESP32

Primary LanguageC++GNU General Public License v3.0GPL-3.0

ambientika_MQTT2ir_esp32

MQTT-to-IR bridge to controll Südwind Ambientika with an ESP32

Hardware

This software uses the builtin RMT of the ESP32, configured to GPIO 16. IR LED must be driven over a transistor. For me, multiple hundreds of mA were required to bridge a distance of about 3m. (<- This remark was probably due to a faulty MOSFET in my only device.)

Flash

Copy src/BaseConfig.h.example to src/BaseConfig.h and fill out fields. Flash with PlatformIO

Control

Supported modes in topic MQTT_TOPIC_BASE/ambientika/mode/set:

  • "Manual"
  • "In"
  • "Out"
  • "MaSl"
  • "SlMa"
  • "Auto"
  • "Watch"
  • "Night"
  • "Boost"

Supported levels in topic MQTT_TOPIC_BASE/ambientika/level/set:

  • "1"
  • "2"
  • "3"

Level is automatically interpreted as fan speed or humidity, depending on mode. All changes are are send with both mode and level to ensure consistency. Boost is not reported back as a state.