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

Sensor indicating Quatt is powered off #65

Open
3 tasks done
N1ckXL opened this issue Dec 9, 2023 · 8 comments
Open
3 tasks done

Sensor indicating Quatt is powered off #65

N1ckXL opened this issue Dec 9, 2023 · 8 comments
Labels
enhancement New feature or request

Comments

@N1ckXL
Copy link

N1ckXL commented Dec 9, 2023

Checklist

  • I have filled out the template to the best of my ability.
  • This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
  • This issue is not a duplicate feature request of previous feature requests.

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

Please create a sensor indicating a Quatt is powered off; in case of a Quatt Duo 1 sensor for each Quatt.

I have a Quatt Duo and ran into a strange problem. One of the Quatt had a power problem. The Quatt was off. The CIC thought it was 0 degrees outside and that the water temperature was 0 degrees. As a result the CV was switched on by the CIC for half a day. It was 26 degrees inside. The CIC as well as the App did not indicate the Quatt had a problem. I have ask Quatt to enhance the error handling.

If required I could supply more info.

Describe alternatives you've considered

I could create a sensor myself, however when included in Quatt Integration everybody can benefit.

Additional context

n/a

@marcoboers marcoboers added the enhancement New feature or request label Dec 9, 2023
@marcoboers
Copy link
Owner

Currently there is a workingMode sensor for each Quatt. Which is 0 for off or 2 for on. I'll think about adding a binary sensor as well since it isn't hard to do

@N1ckXL
Copy link
Author

N1ckXL commented Dec 9, 2023 via email

@Verguldebarman
Copy link

Verguldebarman commented Dec 9, 2023

I am using this Card on my Lovelace home screen to alert me if the Quatt is not online. Using this card will do nothing until the Quatt is not found and when not found it will show an error message.

type: conditional
conditions:
  - condition: or
    conditions:
      - condition: state
        entity: sensor.heatpump_hp1_workingmode
        state: '99'
      - condition: state
        entity: sensor.heatpump_hp1_workingmode
        state: unavailable
      - condition: state
        entity: sensor.heatpump_hp1_workingmode
        state: unknown
      - condition: state
        entity: device_tracker.quatt_cic_XXXXXXXXXXX
        state_not: home
card:
  type: markdown
  content: <ha-alert alert-type="error"> Quatt error or not found!!</ha-alert>

@marcoboers
Copy link
Owner

Was it a connection issue? Did other sensors show unavailable as well?

@N1ckXL
Copy link
Author

N1ckXL commented Dec 13, 2023

It was a connection issue between Quatt and CIC. The Quatt API presented data as displayed in screen prints:

Schermafbeelding 2023-12-06 154245

@marcoboers
Copy link
Owner

Thanks that is helpful! I have not experienced this. But I'll see if I can mock that state (if by any chance you also have the feed JSON from moment that would be helpful as well).

@N1ckXL
Copy link
Author

N1ckXL commented Dec 13, 2023

Sorry, I didn't save the JSON.

Sensors like "WorkingMode" had a value of "Onbekend" in HA during the power down period of HP1.

My guess is that "WorkingMode" must have a value of 0 or 2. Otherwise there is an issue.

@InvertedMinor
Copy link

It was a connection issue between Quatt and CIC. The Quatt API presented data as displayed in screen prints:

Schermafbeelding 2023-12-06 154245 Schermafbeelding 2023-12-06 154345

Suggest you remove your CIC id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants