Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evap Only System - Cool command not working #25

Closed
youngy00 opened this issue Dec 1, 2021 · 2 comments
Closed

Evap Only System - Cool command not working #25

youngy00 opened this issue Dec 1, 2021 · 2 comments
Labels

Comments

@youngy00
Copy link

youngy00 commented Dec 1, 2021

Hi,

Well done for all the work you have done on this.

I have an evap only system, everything is working as expected except the Cool button does not change the system to cooling. The fan button is working.

If I change Cool on the Bonaire remote it updates HA with Cool.

When pressing the Cool button in HA this is the log (I think it might be missing 'mode': 'manual')
2021-12-02 06:50:49 WARNING (MainThread) [custom_components.bonaire_myclimate.BonairePyClimate.hub] {'system': 'on', 'type': 'evap'} 2021-12-02 06:50:49 INFO (MainThread) [custom_components.bonaire_myclimate.BonairePyClimate.hub] Sending postzoneinfo 2021-12-02 06:50:49 DEBUG (MainThread) [custom_components.bonaire_myclimate.BonairePyClimate.hub] Sending: <myclimate><post>postzoneinfo</post><system>on</system><type>evap</type></myclimate> 2021-12-02 06:50:50 INFO (MainThread) [custom_components.bonaire_myclimate.BonairePyClimate.hub] Server data received 2021-12-02 06:50:50 DEBUG (MainThread) [custom_components.bonaire_myclimate.BonairePyClimate.hub] Received: <myclimate><response>postzoneinfo</response><result>ok</result></myclimate> 2021-12-02 06:50:50 INFO (MainThread) [custom_components.bonaire_myclimate.BonairePyClimate.hub] Sending getzoneinfo 2021-12-02 06:50:50 DEBUG (MainThread) [custom_components.bonaire_myclimate.BonairePyClimate.hub] Sending: <myclimate><get>getzoneinfo</get></myclimate> 2021-12-02 06:50:51 INFO (MainThread) [custom_components.bonaire_myclimate.BonairePyClimate.hub] Server data received 2021-12-02 06:50:51 DEBUG (MainThread) [custom_components.bonaire_myclimate.BonairePyClimate.hub] Received: <myclimate><post>postzoneinfo</post><system>on</system><type>evap</type><zoneList>Common</zoneList><mode>fan</mode><fanSpeed>3</fanSpeed><roomTemp id="Common">21</roomTemp></myclimate>

Log of when Cool/Manual set on Bonaire remote
2021-12-02 08:22:21 DEBUG (MainThread) [custom_components.bonaire_myclimate.BonairePyClimate.hub] Received: <myclimate><post>postzoneinfo</post><system>on</system><type>evap</type><zoneList>Common</zoneList><mode>manual</mode><fanSpeed>2</fanSpeed><roomTemp id="Common">23</roomTemp></myclimate>

Log of when Fan set on Bonaire remote
2021-12-02 08:23:04 DEBUG (MainThread) [custom_components.bonaire_myclimate.BonairePyClimate.hub] Received: <myclimate><post>postzoneinfo</post><system>on</system><type>evap</type><zoneList>Common</zoneList><mode>fan</mode><fanSpeed>2</fanSpeed><roomTemp id="Common">23</roomTemp></myclimate>

Let me know if you need any more info.

Youngy

@youngy00
Copy link
Author

youngy00 commented Dec 1, 2021

Hi,

I just tested using the raw mode

service: bonaire_myclimate.send_raw_command data: raw_command: system: 'on' mode: 'manual'
and it switches to cool mode like expected.

Hope this helps.

@boc-the-git
Copy link
Collaborator

Hey friends! I've recently jumped on to help bremor with the maintenance of the integration moving forward.

Most of the open issues are 2+ years old and obviously the information on them is a bit stale.
Can you please provide any update on this issue, giving as much detail as possible?

If this isn't confirmed to still be an issue, it'll be automatically closed in a week or two ❤️

Tagging the people I can see who have contributed to the issue over the years:
@youngy00

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants