-
Notifications
You must be signed in to change notification settings - Fork 420
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
Feature request: TH16 trigger auto mode #311
Comments
As I see from debug, my settings for auto mode are listed as targets:
But how can I enable/disable the usage of that targets? |
So I just had a play with this on mine. With the switch completely off it looks like this:
And with temperature control on it looks like this:
The difference being the last two lines. |
You can try send raw command - instruction
|
Thanks, this is exactly what I need: Turn auto on command:
Turn auto off command:
But I see now that I cannot toggle it's state from HASS in local mode, only in cloud mode or from ewelink app |
Check logs for errors. Enable component debug mode |
2021-01-20 12:13:53 DEBUG main SysInfo: {'version': '0.118.5', 'dev': False, 'hassio': False, 'virtualenv': True, 'python_version': '3.7.5', 'docker': False, 'arch': 'armv7l', 'os_name': 'Linux', 'os_version': '5.3.0-1030-raspi2'} |
@AlexxIT ❤❤❤ thanks so much! I'm guessing there's still no way to show this status in the UI, right? If so then to do so would be a great enhancement 👍 |
This is the switch template I am using to be able to trigger Auto mode on and off. You will need to change
and and set the
I did try without the targets and it did use the previously set ones but also sometimes turned on even if already above the high. Not had this problem since I started sending the targets. Also the status shown is whether the relay is on or off rather whether the TH10/16 is set to auto or not. That information is available in debug 'deviceType': 'temperature' but I can't figure out how to use that as the value. Any idea @AlexxIT? |
I don't research how work |
@warksit I think you need only one of them: |
I tried without one or other of these settings and couldn't get consistent results. The switch does not get turned on with
when the tempearture is alreadt within the range you send which is my expected behaviour. |
Added to latest master-version. Will be in next release. |
Is it possible to enable/disable auto mode for TH16?
The text was updated successfully, but these errors were encountered: