-
Notifications
You must be signed in to change notification settings - Fork 9
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
[BUG]: For Adam, schedule with this name not available. #276
Comments
Actually, i thought i fixed it, but still giving a error. The thing what i don't get is it can trigger into asleep normally but not home. If i manually change it to home, than at 00:00 it successfully changes to asleep.. but can't come back to home again.. |
I think you fixed it in the last beta. i report back tomorrow. |
Hi Hector, I was away, read the issue just now. Quick feedback: don't mix schedules and presets. The names asleep, home and away are preset names. We did add a check for the preset-mode name in the climate.set_preset_mode function in a recent update, but the names that you enter, look correct. |
Hi Bouwe, No worries you guys take your time, no rush. But anyway thanks for replying so fast. Regards |
Hi Bouwe, I did download the lest version, still that issue. On my test system running the version not from hacs and there it works. I don't understand why this happens. // I will check if it has something to do with HASS 2022.4.6/7 i update this message as soon when i have tested it regards |
I can confirm its not the hass version 2022.04.3, i just updated to last version on my test system. Its a problem in the beta versions, even the last one. for some reason home-assistant see the error as a schedule.. Regards |
To be able to solve this we need more information:
|
No there is no error, as now on my test system running with the Adam addon from home assistant, it works normal. The blueprint is the same as my main system, i did not even touch it for months. this is the only error on my main system when manual activating my automation. here is the piece where it checks for the device.
and here a bit of the action when it enters the morning state,
even when manually creating an automation with just these value's it gives the same error. |
Try this automation, that one doesnt work for me with the beta
|
Update: question: it works in HA Core 2022.4 with Core Plugwise? And it doesn't work with plugwise-beta v0.22.3 added into Core 2022.4? |
One more thing: why do you do |
Yes
I know, but it doesnt give an error, i need still to update the code before release |
here is the blueprint i created, i just released it. I'm running it for 1 year now. |
Sorry, I cannot find anything wrong with plugwise-beta (v0.22.4) when I manually set the preset-mode to Only when I input |
I am experiencing somewhat similar issues. When using the
But when using the climate entity in a scene it returns the same error message.
|
@vincentwolsink this doesn't work?
|
Hi @bouwew, Tried that too (although it is yaml and shouldn't really matter), but no luck. |
Thanks, this error log helps me to pinpoint the problem. Can you avoid calling |
I don't think so. Because HA actually enforces me to set a state.
Results in the following error:
|
I'm digging a bit deeper, looks like HA climate has some new functionality that we hadn't noticed until now. |
@malosaa @vincentwolsink please try plugwise-beta v0.23.0a6 |
v0.23.0a6 fixed it for me. Thanks! |
@malosaa Does this update work for you too? If not, I would suggest removing the indicated line in all the
|
@vincentwolsink @malosaa please test plugwise-beta v0.23.0a7, this version has the final fix for this issue. |
Hi @bouwew, v0.23.0a7 also works fine for me! |
sorry for the late reply, i was very sick.. still not 100% better tho. thanks for it |
@malosaa Hope you get back to 100%! Thanks for reporting back, I'm closing the issue. |
Thanks and i'm happy to help :) regards |
@malosaa I did some digging, the problem is in the |
Or, if you feel adventurous, update to v0.43.0a4. That version should provide the proper support (climate.turn_on/_off works in my system running this version). hvac_mode off = Adam regulation_mode is off If you want to also use a schedule, after climate.turn_on, you need to set the hvac_mode to auto. |
Well thanks for your quick reply, i will go with the adventurous option. the main thing i really need is the preset option, named schedule so i can set it up to (home or away) regards |
Well i tested it on my test system and it works, he sets the preset to away and home. here is my blueprint i'm building, u can see for what i needed to use it :) https://gist.github.com/malosaa/16cc0c8c316ec689d6b5b5352bbcb6de |
i did wait till now, and for now i don't see any issue at all. many many thanks and i really appreciate your quick update and work to get this working again 👍 |
@malosaa please update to v0.43.0a5 and test some more, thanks! |
ok ill test now :) sorry for the late reply. |
i could not reply till now as we had an internet outage from 01:11 till 14:30.. regards |
Please test the released version: v0.43.0 :) |
works perfect :) |
Hi @bouwew I found an issue with Anna/Adam. I did try this:
What does work for now as a work around:
What could be the problem, not sure if its on my end: Regards |
@malosaa Please create a new Issue for this, thanks. |
Describe the bug.
Well i have a blueprint, that i later release this year.
After i updated to last version of adam i get this error:
☀️ Malosa Heater Control ☀️: Choose at step 1: choice 1: Error executing script. Error for call_service at pos 1: Error communicating with API: Plugwise: no schedule with this name available.
So i double checked the attribute that need to contain 3 names, asleep, home , away.
They are in there,
asleep works, but when it needs home i get this error...
This blueprint worked for almost a year, and now i get an error.
I did even try in capital H, not working
I quickly tested a bit of my code and does not work, i just added for now to test only a trigger otherwise i could not test,
copy paste it in automations and change to your devices, u see it doesnt work.
Your adam needs to be set on (asleep) before getting this issue.
Its using the anna trough adam, and i have no anna installed into hass
What version of Home Assistant Core has the issue?
2022.4.6
What was the last working version of Home Assistant Core?
2022.4.6
What type of installation are you running?
Home Assistant OS
How did you install plugwise-beta?
HACS
What kind of Plugwise device is having issues?
Smile: Adam (including Lisa, Tom, Floor)
What firmware version is your Plugwise product at?
3.6.7
Logging
No response
Diagnostics information
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: