More Configuration Entities for MTS200 #242
Replies: 9 comments 23 replies
-
Hello @BlackDragon7402, |
Beta Was this translation helpful? Give feedback.
-
Hello @krahabb, Following are the traces with their respective events in the offical Meross App. Trace A: Turning the brightness up Note: The "Im Standby Modus" (en: in standby mode) cant exceed the "Im Betrieb" (en: in operation mode). Needs to be standby <= in operation Trace A:
Below a picture of the Meross App where I did the above changes: Trace B:
Below a picture of the Meross App where I did the above changes: Trace C:
Note: If child lock is enabled. A press on the displays shows the symbols "LOc" for locked
Below a picture of the Meross App where I did the above changes: Hope this helps. If you need anymore traces/ information feel free to ask. Have a great day |
Beta Was this translation helpful? Give feedback.
-
@BlackDragon7402,
If you go the route of trying the service I suggest you to use the yaml interface in HA in order to bypass some UI checks and 'freely' enter those values. It will be a bit cumbersome especially since it isn't well refined but it usually works when you get the hang of it |
Beta Was this translation helpful? Give feedback.
-
This device is supposed to be an underfloor heating controller, and has an internal sensor for air temperature and an external sensor for floor temperature. The FAQ at meross website states that this can work in two ways: All this happens via this namespace: Messages coming from the device (or cloud) via this namespace look like this:
currentTemp here is the floor sensor temperature and value is the overheating limit. min/max are self explanatory. Would be nice if the integration added a temp sensor entity this and a slider to adjust the limit, as it is one of the main features of this device! Moreover, the thermostat supports one other very important mode of operation: It can thermostatically control the on/off relay based exclusively on the floor sensor temperature instead of the air temperature. To switch to that mode of operation all it takes is this
(the default mode is 0) The state can be retrieved by using After doing this, the thermostat is going to report the floor temperature as the normal climate temperature and control based on that. Overheating protection is also disabled automatically in mode 1. This is very important for anyone who has this thermostat for a bathroom floor, since the thermostat is usually fitted outside the bathroom but the floor is inside. There's no point in using the internal sensor in that case. It would be great if the appropriate switches to turn this on and off get created in this integration. |
Beta Was this translation helpful? Give feedback.
-
Current alpha (2.7.0-alpha.2) contains a basic implementation of 'screen brightness' control. It should work except I didn't put any check regarding the relative values between the 'operation' and the 'standby' levels so you could manually mix-mismatch those. I'll wait for feedbacks |
Beta Was this translation helpful? Give feedback.
-
In current (beta) implementation I'm going to just fix the 12.5 % step and leave the values unrelated between each other seeing the device is reflecting that. |
Beta Was this translation helpful? Give feedback.
-
Hi, Regarding the newly added overheat support. Attached some picture showing the "issue". |
Beta Was this translation helpful? Give feedback.
-
In my latest test I was not able to set the thermostat to 'external sensor mode' using the integration. When I switch it in HA, it reverts back to normal mode after a few minutes, the setting doesnt "stick" for some reason. Doing more testing to see what is happening. With the meross app it can be switched to external sensor mode without a problem. |
Beta Was this translation helpful? Give feedback.
-
Hi, The only hint at some point of "lock" seems to be at the "header": But I guess thats not related to it?
Probably useless, but just in case :D |
Beta Was this translation helpful? Give feedback.
-
I have been using your HACS Integration for the past months and I am really happy with it.
Not quite sure how active you manage it or still add features.
I really like your "Configuration Feautures" like the DND Mode.
I would love to see that light control for the MTS200 Display as I would like to automate this entity which is not possible in the official Meross App. eg.: Turn down the brightness based on the outside light, day or night
Same goes for the child lock feature with locks the inputs from the device itself. It is just kinda annoying to go into every device and change it manually in the meross app :D
Love the integration and keep up the good work
Beta Was this translation helpful? Give feedback.
All reactions