-
Notifications
You must be signed in to change notification settings - Fork 25
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
Siri doesn't change the temperature #26
Comments
Do you happen to be on iOS12? Maybe its server side but turning the ac on broke since I updated, I think Siri is changing the rotation service even though home app doesnt even see it (inside the thermostat)
…Sent from my iPhone
On Jul 8, 2018, at 11:31 AM, JohnnatanCohen ***@***.***> wrote:
When asking siri to change the temperatue, it's only do the following:
[7/8/2018, 11:22:55 AM] [Sensibo] Living room : Setting threshold (name: Living room , threshold: 22 )
When changing Manually using homekit it does the following:
[7/8/2018, 11:22:48 AM] [Sensibo] Living room State change set, current ACstate: cool new state: 2
[7/8/2018, 11:22:48 AM] [Sensibo] Living room - Submit state change: New state: cool On/Off Status: true
[7/8/2018, 11:22:49 AM] [Sensibo] Changed status (name: Living room , roomTemp: 25, on: true, mode: cool, targetTemp: 21, speed: auto)
It seems like Siri only sets a threshold instead of changing the status.
Is that in any way related to the name of the accessory?
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hey, I did find a workaround with a code edit.
I Ended by inserting the folowing line: and off course removing the callback. So evantually:
Works perfectly fine, It would be great if the creator(@wailuen ) can spill some light on it. Many thanks! :) |
@JohnnatanCohen |
@JohnnatanCohen I second @leoneleone - I also lost the ability to alter temperature through Siri, and would very much like to regain it. Alternatively, if anyone could point me to directions for modifying the code I would be happy to give that a try. |
@JohnnatanCohen I third @leoneleone - Same situation, no temperature control through siri... through homekit manully works fine though... |
@JohnnatanCohen |
@JohnnatanCohen Where do I need to place this code? |
you can find it in /usr/lib/node_modules/homebridge-sensibo-sky-7modes/accessories/pods.js |
Pr #36 implements this code |
When asking siri to change the temperatue, it's only do the following:
[7/8/2018, 11:22:55 AM] [Sensibo] Living room : Setting threshold (name: Living room , threshold: 22 )
When changing Manually using homekit it does the following:
[7/8/2018, 11:22:48 AM] [Sensibo] Living room State change set, current ACstate: cool new state: 2
[7/8/2018, 11:22:48 AM] [Sensibo] Living room - Submit state change: New state: cool On/Off Status: true
[7/8/2018, 11:22:49 AM] [Sensibo] Changed status (name: Living room , roomTemp: 25, on: true, mode: cool, targetTemp: 21, speed: auto)
It seems like Siri only sets a threshold instead of changing the status.
Is that in any way related to the name of the accessory?
Thanks!
The text was updated successfully, but these errors were encountered: