MerossIot icon indicating copy to clipboard operation
MerossIot copied to clipboard

MSH300HK/MS100F are not supported

Open jerome-labidurie opened this issue 10 months ago • 4 comments

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

jerome-labidurie avatar May 01 '24 14:05 jerome-labidurie

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.

albertogeniola avatar May 02 '24 16:05 albertogeniola

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!

albertogeniola avatar May 02 '24 18:05 albertogeniola

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

jerome-labidurie avatar May 02 '24 23:05 jerome-labidurie

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...

ga11ego avatar May 07 '24 15:05 ga11ego

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.

stale[bot] avatar Jul 09 '24 22:07 stale[bot]