danielkaldheim / ha_airstage

Connects your Fujitsu Airstage air conditioner to Home Assistant.
MIT License
41 stars 7 forks source link

Crazy high temperature value #13

Closed stintov closed 8 months ago

stintov commented 8 months ago

Does anyone else have an isssue where the temperature is some crazy high value and it can't be changed. Attempting to set it back to 23 for example, it just goes back to 6000

image

danielkaldheim commented 8 months ago

Hi, There was a bug when the unit was on "FAN ONLY" mode, this is fixed in version 1.1.2.

Please update, and if the issue still there let me know!

stintov commented 8 months ago

I'm on version 1.1.2 and still have the issue.

danielkaldheim commented 8 months ago

Ok,

What mode are you using, fan only or other?

stintov commented 8 months ago

Hi Daniel,

The unit isn't on at all. No settings are changed, I just added the integration yesterday.

What other information can I give you please. This is only on one unit, however I haven't touched anything on the other 5 units yet in HA.

image

danielkaldheim commented 8 months ago

Thank you for the screenshot. That helps!

The issue is related to error code 6553 which is what you see as temperature. Somehow this value is shown when the unit is off.

There's a somewhat similar issue regarding setting temperature / setting mode (https://github.com/danielkaldheim/ha_airstage/issues/12) which I'm currently investigation on.

I'll put a patch on the 6553 issue asap, and will do some more investegating.

If you set the unit on heat and change the temperature, does that work ok?

IainMNorman commented 8 months ago

Wow. That's hot enough to boil, not melt, BOIL titanium :)

I just love that that's an error code surfacing into the UI like that. There's normal bugs, then there are amusing ones you talk about with other devs for years :)

I just know @danielkaldheim you had an 'ahah!' moment the second you saw the screenshot :)

danielkaldheim commented 8 months ago

Your correct @IainMNorman!

@stintov I have updated the integration to version 1.1.3, and hopefully fixed the issue. Give it a try and let me know if it works!

stintov commented 8 months ago

After updating, there is now no temperature set.

image

If I try to move the temp I get this.

image

danielkaldheim commented 8 months ago

That should be correct. Your unit is reporting that the feature "Set temperature" is not available (error 65535).

Are you able to change temperature when you use heat mode or cool mode?

A screenshot of your device in Airstage App would also be very helpful if you could share?

stintov commented 8 months ago

Here you go image

and from HA

image

Just a note, i'm not able to power on the AC unit from HA integration, I have to use Airstage.

Yes changing the temp via HA updates the airstage app too, so great job there.

stintov commented 8 months ago

Interestingly it will turn off from HA just not on.

danielkaldheim commented 8 months ago

Thanks!

That's interesting! I'm able to turn off and on my unit. Is this only this one unit, or all of your units?

Maybe you can share your issue on https://community.home-assistant.io/t/fujitsu-air-conditioning-integration-airstage-dongle/ ? See if anyone have the same issue, could be a firmware issue (I'm on 2.23 on the WLAN adapter)?

stintov commented 8 months ago

OK so if I press this button it starts, I presumes the on/off symbol was the one to use? image

danielkaldheim commented 8 months ago

Correct, you need to select a mode to turn on the unit. The power button only turns off. I'm using the Home Assistant Default Climate entity which provide the modes / off button.

Maybe I should add a power on / off switch on next release

stintov commented 8 months ago

It makes sense once you know. On the physical remote you would press the power button to turn the unit on then select the heating cooling mode. Ultimatly user error from me.

danielkaldheim commented 8 months ago

Allright! No worries!

I'm closing this issue, please feel free to open a new one if you find more bugs.