Git Product home page Git Product logo

Comments (6)

Meister1977 avatar Meister1977 commented on September 23, 2024 1

I see the problem. The API sends back the 50 degree:

GET https://www.ariston-net.remotethermo.com/api/v2/velis/medPlantData/XXXXXXXXXXX/plantSettings?wheType=PowerRussis&appId=com.remotethermo.velis

{
"MedAntilegionellaOnOff": 1.0,
"MedHeatingRate": 15.0,
"MedMaxSetpointTemperature": 80.0,
"MedMaxSetpointTemperatureMax": 80.0,
"MedMaxSetpointTemperatureMin": 50.0,
"WheMarket": 1.0
}

from ariston-remotethermo-home-assistant-v3.

Meister1977 avatar Meister1977 commented on September 23, 2024 1

Thanks for fixing! And now, the on/off switch works too! Thanks!

from ariston-remotethermo-home-assistant-v3.

fustom avatar fustom commented on September 23, 2024

Hi @Meister1977!
The minimum temperature was not set by me. It is an API response:

def get_water_heater_minimum_temperature(self) -> float:

Can you check what was it? I don't have velis device, so I can not debug that. Can you set lower with the official app?

from ariston-remotethermo-home-assistant-v3.

Meister1977 avatar Meister1977 commented on September 23, 2024

Hi,
Yes, I found that line in the code, and changed to 40 as const. So I can set it to 40 from now.
To be honest, I am not familiar with the python language, and with the Home Assistant, but I am a programmer, so if you give me a little help, I can debug what you want. Just I am not know how to write logs in python.

And yes, I can set 40 degree of celsius in the mobile app.
Screenshot_20220801-115738

from ariston-remotethermo-home-assistant-v3.

fustom avatar fustom commented on September 23, 2024

Yes, that should be the problem.
Can you try async_get_se_plant_settings instead of async_get_med_plant_settings rest api call?

GET https://www.ariston-net.remotethermo.com/api/v2/velis/sePlantData/XXXXXXXXXXX/plantSettings?wheType=PowerRussis&appId=com.remotethermo.velis

from ariston-remotethermo-home-assistant-v3.

fustom avatar fustom commented on September 23, 2024

Fixed by #42

from ariston-remotethermo-home-assistant-v3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.