arjenhiemstra / ithowifi

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

Control via add-on stops working #106

Closed RPJacobs closed 1 year ago

RPJacobs commented 1 year ago

Describe the bug I installed two add-ons (with CC1101) on two CVE-Silent

Itho device type: CVE-Silent Itho fw version: 11

They both work initially, enabled MQTT -> Homebridge -> Apple Homekit, removed remote from unit and joined the add-on. (works great, thanks Arjen!)

But after a tmie the fan on the ground floor stops controlling the Itho Fan. I can login to the web interface and retrieve the settings, run all debug queries but not controle the fanspeed! I2C not working? Status page indicates connected... After a power cycle the unit works as accepted then stops again.

Can your please advice?

To Reproduce not sure what is going wrong...

Expected behaviour control the fan by MQTT or the web interface.

Screenshots

Device information Configuration of the Itho unit: Itho device type: CVE-Silent Itho fw version: 11

Current firmware version: 2.3.5 Hardware revision: 2

Debug logging Please provide debug logging from the debug page if possible: logfile0.current (2).log

arjenhiemstra commented 1 year ago

If debug queries still give a valid result than 9 out of 10 times the fan is not in the correct mode for (PWM2I2C) control. If the situation occurs again, please go to the Itho status page off the add on and post the value of the label "FanInfo"

On the wiki there is some more info about this: https://github.com/arjenhiemstra/ithowifi/wiki/Controlling-the-speed-of-a-fan

RPJacobs commented 1 year ago

Thank for the reply! Dump question but there is no FanInfo on the status page:

Screenshot 2022-09-26 at 15 05 39

But I did find:

Screenshot 2022-09-26 at 15 13 35

RF Mode it is....

arjenhiemstra commented 1 year ago

Thanks, you have a itho make/fw version I have not seen before :) What system info is on top of the Itho settings page?

RPJacobs commented 1 year ago

It’s in the initial post:

Itho device type: CVE-Silent Itho fw version: 11

arjenhiemstra commented 1 year ago

It’s in the initial post:

Itho device type: CVE-Silent Itho fw version: 11

Doh, sorry! Overlooked that..... grrr

RPJacobs commented 1 year ago

I joined the remote to the fan and removed it again. Then joined the addon again. Now it does not stop working! Also updated to 2.4.0

RPJacobs commented 1 year ago

If you need more info about the fan contact me directly.

arjenhiemstra commented 1 year ago

Ah now I see, "Selection" is comparable with "FanInfo" on newer itho models. This is the table: 0 Off 1 Holiday 2 Low 3 Nominal / auto 4 High 5 Timer

Your fan on the low setting and should be on 2 or Nominal/auto. Probably if you powercyle the unit it will be on 3. Something pushed you itho out of mode 3. Most probably that is a remote (either physical of virtual)

arjenhiemstra commented 1 year ago

If you need more info about the fan contact me directly.

Thanks! I'll update the wiki with this info, very helpful! Thanks for creating an issue!