Replies: 5 comments 9 replies
-
Anyone a solution? Logger: homeassistant.helpers.entity Entity None (<class 'custom_components.e_thermostaat.climate.EThermostaat'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <ClimateEntityFeature.TARGET_TEMPERATURE|PRESET_MODE: 17>, please create a bug report at https://github.com/custom-components/climate.e_thermostaat/issues and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation Logger: homeassistant.components.climate.const CURRENT_HVAC_HEAT was used from e_thermostaat, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.HEATING instead, please report it to the author of the 'e_thermostaat' custom integration |
Beta Was this translation helpful? Give feedback.
-
Can you copy the |
Beta Was this translation helpful? Give feedback.
-
Merged the PR anyway is it maybe solves some of the issues. |
Beta Was this translation helpful? Give feedback.
-
Hi, must be little mistake, but still not right. What do I miss?shell_command: zet_thermostaat_cv_thuis: /usr/bin/curl -s -X POST -H "Session-token:$(/usr/bin/curl -s --request POST 'https://portal.icy.nl/login' --data 'username=XXXXX&password=XXXXX' | awk -F":" '{print $13}' | awk -F'"' '{print $2}')" -d "temperature1=$(/usr/bin/curl -s -X GET -H "Authorization:Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6I.eyJpc3MiOiIzOThhMWQzMzE1ZjQ0Mzg2YTc0OWExYjExOGM5ZDRhMiIsImlhdCI6MTczOTUzMzUzOCwiZXhwIjoyMDU0ODkzNTM4fQ.BtzKHxHAwgZR1Du2BMsYzIwl5LcLBlRu8tzi6n6ArSU" -H "Content-Type:application/json" 'https://192.168.1.56/api/states/input_number.zet_thermostaat_cv_thuis_op' -k | awk -F":" '{print $3}' | awk -F'"' '{print $2}')" -d "uid=UID" --data 'username=XXXXX&password=XXXXX' 'https://portal.icy.nl/data'Met vriendelijke groet,JosOp 14 feb 2025 om 12:35 heeft lbuijk ***@***.***> het volgende geschreven:
Everything works, it’s only the “parameters” of the set command:
shell_command: zet_temp_thermostaat: /usr/bin/curl -s -X POST -H "Session-token:$(/usr/bin/curl -s --request POST 'https://portal.icy.nl/login' --data 'username=USERNAME&password=PASSWORD' | awk -F":" '{print $13}' | awk -F'"' '{print Extra close brace or missing open brace $2}')" -d "temperature1=$(/usr/bin/curl -s -X GET -H "Authorization:Bearer INLOG TOKEN HOME ASSISTANT" -H "Content-Type:application/json" 'https://ip/ HOME ASSISTANT/api/states/input_number.zet_thermostaat_op' -k | awk -F":" '{print $3}' | awk -F'"' '{print $2}')" -d "uid=UID" --data 'username=USERNAME&password=PASSWORD' 'https://portal.icy.nl/data'
USERNAME = my username for ICY PASSWORD = my password for ICY INLOG TOKEN HOME ASSENT = ? IP HOME ASSISTANT = 192.168.1.56 or external IP-Adres?
Thanks for all the hard work !!!
Kind greetings, Jos
Inlog token home assistant = "Toegangstokens met lange levensduur" (when u use MFA).
IP Home assistant = LAN ip address
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Nope, still not working. I will try something else. Thanks for the effort. Met vriendelijke groet,JosOp 15 feb 2025 om 12:56 heeft lbuijk ***@***.***> het volgende geschreven:
You must use your UID (replace "UID" with your number)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This component is no longer maintained as I don't own an ICY e-thermostaat anymore. I can still merge PRs made and tested by the community and release new versions.
It was really fun to develop this custom integration 🌞
Beta Was this translation helpful? Give feedback.
All reactions