fustom / python-ariston-api

MIT License
11 stars 9 forks source link

Add get heating pump on method to galevo device #19

Closed fustom closed 1 year ago

fustom commented 1 year ago

https://github.com/fustom/ariston-remotethermo-home-assistant-v3/issues/102

samuele2723 commented 1 year ago

https://www.chaffoteaux.it/particulier/mira-advance-hybrid-link#Page1

Mira advance hybrid with external heat pump and internal boiler and it switches based on best energy saving

fustom commented 1 year ago

@samuele2723 Thanks! Unfortunately I don't know anything about this device. At your home assistant what is the device type? Galevo or Velis?

samuele2723 commented 1 year ago

Hello, the product is Chaffoteaux (ariston brand of course).

I was able to modify myself Ariston V2 integration in order to get some additonal parameter in. Any change i can support you for integration in the V3? Eventually find me on discord Steel#1232

Kudos50 commented 1 year ago

{ 'id': 'IsHeatingPumpOn ', 'zone': 0, 'kind': 3, 'min': 0.0, 'max': 0.0, 'step': 0.0, 'value': 1.0, 'decimals': 0, 'options': [0, 1], 'readOnly': True, 'error': False, ' invalid': False }

Using ATAG Energion 15kW all-electric unit. Most items like pressure don't show but that's OK. Not being to see if the hp is active is kinda silly. Please let me know if I can help.

fustom commented 1 year ago

https://github.com/fustom/python-ariston-api/pull/21