Smart Temperature and Humidity Sensor (MS100) is not found (and other devices)
See original GitHub issueHey @bwp91 ,
I have the following devices in use from Meross:
- Smart Wi-Fi Ambient Light (Model MSL 430) (HomeKit version).
- Smart Wi-Fi Hub (model MSH300) (HomeKit version)
- Smart Thermostat Valve (Model: MTS150) (HomeKit version)
- Smart Wi-Fi LED Bulb (Model: MSL120) (HomeKit version)
- Smart Temperature and Humidity Sensor (Model: MS100) (Non HomeKit version)
Except for the last product, the Smart Temperature and Humidity Sensor (Model: MS100), it shows me all the other devices in HomeKit and the Meross app. So even before I haven’t installed Homebridge yet.
Among other things, because of the Smart Temperature and Humidity Sensor (model: MS100), which are not HomeKit-enabled, I have now installed Homebridge and your plugin to it, so I can get them into HomeKit. Unfortunately, so far I can’t get your plugin to show me the Smart Temperature and Humidity Sensor (Model: MS100) in Homebridge. It does not find them.
Your plugin only finds 2 products so far. The Ambient Light and the Wi-Fi LED Bulb. The other products, are not found either. I have my Meross cloud credentials stored in your plugin.
I have activated the debug mode in your plugin to display more information. In the log I find the following information:
[10/10/2021, 12:35:22 AM] [Meross] [Smart Hub] is not supported, do create a github issue https://bit.ly/hb-meross-issues with info:
{"uuid":"2102082982188426280948e1e94c5f9e","onlineStatus":1,"devName":"Smart Hub","devIconId":"device040_un","bindTime":1630336036,"deviceType":"msh300hk","subType":"un","channels":[{}],"region":"eu","fmwareVersion":"4.1.27","hdwareVersion":"4.0.0","userDevIcon":"","iconType":1,"skillNumber":"","cluster":1,"domain":"mqtt-eu.meross.com","reservedDomain":"mqtt-eu.meross.com","firmware":"4.1.27","hbDeviceId":"2102082982188426280948e1e94c5f9e","model":"MSH300HK"}
Here they talk about MSH300HK Hub, which makes me wonder. In come from the EU, Germany. I did not know that there may be different models depending on the country and continent. Or I am wrong.
Is there a solution to this, how I could specifically include the Smart Temperature and Humidity Sensor (Model: MS100) in your plugin? Also maybe the other devices that have HomeKit but I would still like to have them in HomeKit.
Regards ice
Issue Analytics
- State:
- Created 2 years ago
- Comments:17 (9 by maintainers)
Top GitHub Comments
Thanks for this.
If you update to the newer beta, 7.0.0-beta.13, you should find these MTS150 start working.
Now for the HomeKit native devices you want to hide… there is an option in the “optional settings” part of the config to ignore homekit native devices. If you check this option and restart the plugin, you should find most of your native models are removed. If there are any remaining, please let me know the model and the hardware version as shown in the homebridge UI in the “My Devices” section of the plugin settings.
Hi @iceweasel1
Thanks for your issue. Can you update to the beta version of the plugin?
https://github.com/bwp91/homebridge-meross/wiki/Beta-Version
This should get the MSH300HK to start working with the plugin, along with the MS100 devices.
You will probably then find more ‘unsupported device’ notices in the logs, these will refer to the MTS150 devices. Could you copy and paste one of the messages it shows?
Once all your device types have been added to Homebridge then it will be a lot easier to work on what needs removing with regards to HomeKit native support.
Thanks