arjenhiemstra / ithowifi

Itho wifi add-on module (ESP32 wifi to itho I2C protocol)
GNU General Public License v3.0
170 stars 29 forks source link

Ventilation setpoint never goes below 30% #217

Closed JoostGadellaa closed 6 months ago

JoostGadellaa commented 6 months ago

Describe the bug I might be missing something, but whatever I set the fan speed to, in the Itho status tab it never reports anything lower than 30% as the ventilation setpoint.

To Reproduce normaly use MQTT, but this is via the web interface. I've set the Preset to medium just to be sure:

  1. On the main page of the web interface, set the fan to something below 76. In the example I pick 29, which should be something like 29 / 255 = 12%
  2. Click Itho status
  3. Look at Ventilation setpoint (%)
  4. Notice it is at 30%

Expected behaviour I would expect the setpoint to become the set value

Screenshots

Screenshot 2023-12-30 at 12 18 38 Screenshot 2023-12-30 at 12 18 45

Device information

arjenhiemstra commented 6 months ago

see: https://github.com/arjenhiemstra/ithowifi/wiki/Controlling-the-speed-of-a-fan#help-fan-wont-go-lower-than-ie-30

JoostGadellaa commented 6 months ago

Ah, I could have guessed that this was known. Thanks!