MerossIot
MerossIot copied to clipboard
MSH300HK/MS100F are not supported
Hello,
I've recently bought the MSH300HK hub with 2 MS100F temp/humidity sensors. Unfortunately, they are not supported by MerossIot (and thus not included in my home assistant installation)
you'll find attached a sniff of the communication with the devices. data.zip
This is likely a duplicate of #309
Best regards
Hi @jerome-labidurie ,
thanks for taking time to submit this PR. I've checked on my MSH300 and I can find the Appliance.Hub.SubdeviceList
ability. So I believe this can work. I've just merged the PR and launched the CICD pipeline to release version 0.4.7.2b3. Once ready, I'll ask you to update your HA component (manually) to use this library version instead of the last stable one and double-check this works also on HA.
I'll keep you posted.
Done, v0.4.7.2b3 is ready to test. Just modify this file in HA:
/config/custom_components/meross_cloud/manifest.json
Change the following line:
"requirements": ["meross_iot==0.4.7.1"],
to this line:
"requirements": ["meross_iot==0.4.7.2b3"]
and reboot your HA. Let me know if your sensors show up!
Hi,
I just tested it and I got my 2 ms100f showing up in HA. I have temperature and humidity (but no battery level :/)
For reference, tested with
- HA 2024.4.4
- integration 1.3.1
- meross_iot 0.4.7.2b3 (obviously)
I will have a look at the battery situation, but not before next week.
Thank you very much Best regards
I have tested it directly and it works. Thanks for all.
For the battery, I have looked at this:
sensors = manager.find_devices(device_type="ms100f") dev = sensors[0] print(dev._dir_())
And no attribute for the battery appears...
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.