-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cielo control unreliable within automation #58
Comments
The cielo command execute the same code of the ui button |
I would expect the same… however I get 100% reliability sending commands within the HA UI, but maybe 50% reliability when a command is within an automation. I will try changing my automations (perhaps to only issue one heat pump command per automation) to see if that makes any difference…. |
maybe this will help. I notice about a two second delay for the cloud to respond. So try sending just one command and then a wait delay... then the next command |
That's a good idea, put a little delay between the call. Fast back to back call can cause problems, i'll check on it. |
Recently UI commands also stopped working for a few days - started working again after yesterdays update to 1.7.6 (coincidence?). Here is an example of an automation that does not turn down the heat pump. I do receive the notification to my phone - so overall, it is 'working', just not the Cielo Home part.... No errors on Trace. Here I am calling a script to set the temp. The script works fine from the UI, but not within the automation. Does not work calling the temp change directly either (I was testing using the script in case it worked). `alias: "Heatpump: Left turned up at 2300hrs!"
`alias: Set heat Pump to Heat, 16 Degrees
|
@andypnz do you still have problems? |
@bodyscape Yes, issue persists… |
@andypnz honestly i have no idea what's going on your side... everything work 100% of the time... try version 1.7.7 maybe.... |
@bodyscape I have been using your custom integration for a while now - it is truly great!
One issue I wonder if you can help with? I have noticed when I include Cielo commands in automations they often do not work. Using the Cielo controls in a dashboard always works. Using Cielo commands in a script works if the script is run from the dashboard, but often they don’t work if the script is called from within an automation. The automations clearly run (lights on, etc) but the Cielo calls don't make any changes on the Cielo device.
Any thoughts / trouble shooting?
The text was updated successfully, but these errors were encountered: