-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
MST960 reading current values is not possible #337
Comments
Hello, What I have when sync is : And this : So it seems to handle ElectricityMixin and ConsumptionXMixin which is great. We will be please @albertogeniola if you can add it to the code :) Sincerely, |
Adding payload : |
... on more data.zip from meross_sniffer may help :-) |
Hello,
I saw Thermostat abilities but not matching the actual list :
So I test something : I update file enums.py to modify Mode > ModeB and update file thermostat.py to modify get('mode') to get('modeB'). I reach to get a ThersmostatState that gives me these keys : Code is
Result is With this results, some commands on ThermostatState works like current_temperature_celsius (temperature should be divided by 100 and not 10 by the way). @albertogeniola I can work on this if you want to :) If I write some codes do you want a new mixin or I order to make it work in ThermostatModeMixin ? Sincerely, |
The device MST960 is delivered with a temperature sensor and can trigger to heat or cool.
But it is not possible to get the current measured temperature (sensor or outside), nor the configured target temperature via API. Methods like async_get_current_temperature() are not supported.
Due to this issue, it can not be integrated in home automations.
Are there any ideas how to deal with it?
The text was updated successfully, but these errors were encountered: