This is great (breaks me away from Adax’s terrible app too!) - have this set up and can read values from climate.radiator_name as expected.
How do I control the radiator? Know you list the ability to turn on/off, but doesn’t appear as an entity under radiator_name? Am sure I’m being daft somehow, but help appreciated!
I think you either need to hit the ‘+’ on the integrations page and enter your details into the form or use the yaml method, you don’t need to do both?
I planned to create a script that can be called when opening the windows for some fresh air.
Concept:
open the windows
execute the script
set the heaters to 5 degrees
wait 10 minutes
notify my via google home mini to close the windows
set back the previous temperature
If possible I don’t want to do mumbo-jumbo with saving the old temperature, use 5, and then set it back from the previous value.
I felt I can use set_preset_mode with HVAC_MODE_OFF/HVAC_MODE_HEAT, but apparently, it’s not setting the temperatures.
Can you please review the below code, and advise changes?
In the absence of any response from Adax, wondering if someone could help! I’m trying to get the Adax API to work for my heaters. It doesn’t work in HA using the above integrations - but even more than that, the API key doesn’t seem to work for me.
I’m trying using the Adax sample Python code, or even just Postman / curl.
When I send a POST to get a token, I get a 400 error using the username/password created in the Adax app. If I use the credentials in the sample code, it works fine, and I get a token that can be used - obviously the rooms that come back are just sample data though.
Any ideas what I’m doing wrong? Why would the credentials created in the Adax app not work?
For me, it was taking about 10-30 minutes before my auth key have been working correctly.
Just give it some time, I think they have some delay in the process.
If the issue is not solved within one day, write an email for [email protected] with your details maybe
I am using history graph, but previously it was shown differently with this integration.
now it is always blue under the green line, in the past it was only blue when it was actively heating.
Can this be a bug/feature produced by version change?
See the current picture:
I am brand new to HA and hope some of you guys can help me out here.
I am trying to connect to my Adax radiators with Daniel’s package via HACS.
But when I try to add the integrations with the ID and pw, it fails to connect.
I can see the radiator in my router, and have connected via ADAX-app, so the unit is online.
I’m running on a router HA don’t integrate to, so do I have to set the device up manually in HA? and if so, how?
Or do you have any other ideas where to look for errors?
Sorry for the basic question, but i’m kind of stoked here
Hi Daniel
Thx for responding, I really appreciate it.
I’m using the password im logging into the app with (happens to be the same as my HA password - I’m big on security
Have also tried the ADAX magicpass123, same result.
Do the log tell you anything ?:
Logger: adax
Source: /usr/local/lib/python3.8/site-packages/adax/init.py:195
First occurred: June 21, 2021, 22:32:08 (6 occurrences)
Last logged: 17:10:26
Adax: Failed to login to retrieve token: 400 {“error”: “invalid_grant”}
@Danielhiversen ,
Is it already possible to calculate the power consumption (eg with time * watt)?
I still cannot see it in their API, but might be possible to calculate manually?