Giter Site home page Giter Site logo

MS100 Support about homebridge-meross HOT 45 CLOSED

bwp91 avatar bwp91 commented on May 29, 2024
MS100 Support

from homebridge-meross.

Comments (45)

arggasasao avatar arggasasao commented on May 29, 2024

Yes! please!
Very nice work with the plugin.
Make the Smart Temperature sensor compatible with homebridge!
thks

from homebridge-meross.

donavanbecker avatar donavanbecker commented on May 29, 2024

See #151

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

If this is still of interest to anyone, I can look into supporting these with the plugin

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

I'm still interested in the temperature sensors working, but I understand it's not a high priority for you.

Many thanks

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

I'm still interested in the temperature sensors working, but I understand it's not a high priority for you.

Many thanks

When you start the plugin you should an “unsupported” message with some info about the devices. Are you able to obtain this?

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

Sure:

[8/2/2021, 7:38:38 AM] [Meross] ✓ Setup complete.
[8/2/2021, 7:39:09 AM] [Meross] [Smart Hub] is currently not supported, do create a github issue https://git.io/JtfVC with info:

{
  uuid: '2009159050560690830848e1e933f3ce',
  onlineStatus: 1,
  devName: 'Smart Hub',
  devIconId: 'device040_un',
  bindTime: 1607682858,
  deviceType: 'msh300',
  subType: 'un',
  channels: [Array],
  region: 'eu',
  fmwareVersion: '4.1.35',
  hdwareVersion: '4.0.0',
  userDevIcon: '',
  iconType: 1,
  skillNumber: '',
  cluster: 1,
  domain: 'mqtt-eu.meross.com',
  reservedDomain: 'mqtt-eu.meross.com',
  firmware: '4.1.35',
  hbDeviceId: '2009159050560690830848e1e933f3ce',
  model: 'MSH300'
}

[8/2/2021, 7:39:09 AM] [Meross]

  {
    subDeviceId: '120027D1BF89',
    trueId: '27D1BF89',
    subDeviceType: 'ms100',
    subDeviceSubType: 'un',
    subDeviceVendor: 'meross',
    subDeviceName: 'MS100',
    subDeviceIconId: 'device001',
    bindTime: 1608207977
  },
  {
    subDeviceId: '120027D1C067',
    trueId: '27D1C067',
    subDeviceType: 'ms100',
    subDeviceSubType: 'un',
    subDeviceVendor: 'meross',
    subDeviceName: 'Alice bedroom',
    subDeviceIconId: 'device001',
    bindTime: 1607697045
  },
  {
    subDeviceId: '120027D1C241',
    trueId: '27D1C241',
    subDeviceType: 'ms100',
    subDeviceSubType: 'un',
    subDeviceVendor: 'meross',
    subDeviceName: 'Spare bedroom',
    subDeviceIconId: 'device001',
    bindTime: 1608126354
  },
  {
    subDeviceId: '120027D1E1EF',
    trueId: '27D1E1EF',
    subDeviceType: 'ms100',
    subDeviceSubType: 'un',
    subDeviceVendor: 'meross',
    subDeviceName: 'Main bedroom',
    subDeviceIconId: 'device001',
    bindTime: 1608208254
  }
]

I hope it helps.

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

It will help! Thanks

Could you also now update the plugin to the beta version, and get me the logs from when you restart the plugin after installing?

You should see an entry like incoming poll for the MSH300. (I'm hoping it contains sensor data for each of the subdevices!)

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

Output from Beta 6:

[8/2/2021, 8:44:24 AM] [Meross] [Smart Hub] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 8:44:24 AM] [Meross] ✓ Setup complete.
[8/2/2021, 8:44:24 AM] [Meross] [Smart Hub] incoming poll:

{"header":{"messageId":"9100020eb11474be0bcbf10e66e166dc","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627890264,"timestampMs":670,"sign":"68c8cb8d4d5b298f636bd09e0d23d182"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627890264,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":1,"onoff":0,"lastActiveTime":1627889895,"ms100":{"latestTime":1627889895}},{"id":"120027D1E1EF","status":2}]}}}}}

[8/2/2021, 8:44:24 AM] [Meross] [Smart Hub] has been reported [online].
[8/2/2021, 8:44:28 AM] [Meross] [Smart Hub] incoming mqtt: {"header":{"timestampMs":761,"timestamp":1627890268,"sign":"333204b58e15d976e3d4453b55f68b4d","payloadVersion":1,"namespace":"Appliance.Hub.Sensor.TempHum","method":"PUSH","messageId":"fceee868b88dadef97e4cccf5baf281f","from":"/appliance/2009159050560690830848e1e933f3ce/publish"},"payload":{"tempHum":[]}}.
[8/2/2021, 8:44:28 AM] [Meross] [Smart Hub] incoming mqtt: {"header":{"timestampMs":784,"timestamp":1627890268,"sign":"094813e91868ec718d0d77769c42c1aa","payloadVersion":1,"namespace":"Appliance.Hub.Sensor.TempHum","method":"PUSH","messageId":"485019d2d22aaebfc881fd470c0bad41","from":"/appliance/2009159050560690830848e1e933f3ce/publish"},"payload":{"tempHum":[]}}.
[8/2/2021, 8:44:28 AM] [Meross] [Smart Hub] incoming mqtt: {"header":{"timestampMs":392,"timestamp":1627890269,"sign":"768987707767832c510240d26ac1c50e","payloadVersion":1,"namespace":"Appliance.Hub.Sensor.TempHum","method":"PUSH","messageId":"53e71a0963cb7b0996eaac59bf39c568","from":"/appliance/2009159050560690830848e1e933f3ce/publish"},"payload":{"tempHum":[]}}.

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

BTW only one sensor is working ATM as the others have flat batteries.

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

Could you keep an eye on the logs for one of these incoming mqtt messages, at the end inside the tempHum: "" part i’m wondering if at some point it will include a reference to a particular sensor with updates values for temperature and humidity.

I’m not altogether sure how the updates work for these devices, so the above is a guess.

I’ll also try a couple of other things and let you know when another beta is there!

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

This is what I'm getting:

[8/2/2021, 9:19:38 AM] [Meross] ✓ Setup complete.
[8/2/2021, 9:19:38 AM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"3917623d37d75aa1ef7e9bd82325a3b1","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627892378,"timestampMs":510,"sign":"fe92f2f20a8c157cc258dc3a55d583d3"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627892378,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":1,"onoff":0,"lastActiveTime":1627892236,"ms100":{"latestTime":1627892236,"latestTemperature":244,"latestHumidity":470,"voltage":2794}},{"id":"120027D1E1EF","status":2}]}}}}}.
[8/2/2021, 9:19:38 AM] [Meross] [Smart Hub] has been reported [online].

[8/2/2021, 9:20:08 AM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"530e628cd334a8dc7b6a7893057215cf","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627892408,"timestampMs":383,"sign":"b26518e02b9415c23bf38532b42d6005"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627892408,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":1,"onoff":0,"lastActiveTime":1627892236,"ms100":{"latestTime":1627892236,"latestTemperature":244,"latestHumidity":470,"voltage":2794}},{"id":"120027D1E1EF","status":2}]}}}}}.

[8/2/2021, 9:20:38 AM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"8aa7f051db63a1a87f3e41c22aa0a894","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627892438,"timestampMs":379,"sign":"665d20becec09e05e5d9621a9f8b0f72"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627892438,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":1,"onoff":0,"lastActiveTime":1627892418,"ms100":{"latestTime":1627892418,"latestTemperature":244,"latestHumidity":470,"voltage":2794}},{"id":"120027D1E1EF","status":2}]}}}}}.

[8/2/2021, 9:21:08 AM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"bcf6b00b8442f3ca912de738af7b6c67","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627892468,"timestampMs":361,"sign":"723fdeb77d29d99dc99c8073977e55ef"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627892468,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":1,"onoff":0,"lastActiveTime":1627892418,"ms100":{"latestTime":1627892418,"latestTemperature":244,"latestHumidity":470,"voltage":2794}},{"id":"120027D1E1EF","status":2}]}}}}}.

[8/2/2021, 9:21:38 AM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"f5b379d068a28c94bab5d39f91cc8b8f","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627892498,"timestampMs":340,"sign":"0af94fffd0780e1088fbdadaa92c3c19"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627892498,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":1,"onoff":0,"lastActiveTime":1627892418,"ms100":{"latestTime":1627892418,"latestTemperature":244,"latestHumidity":470,"voltage":2794}},{"id":"120027D1E1EF","status":2}]}}}}}.

And the one sensor that is working is currently reporting 24.4 degress C and 47.0% humidity in the iOS app.

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

Just see this:

[8/2/2021, 9:24:30 AM] [Meross] [Smart Hub] incoming mqtt: {"header":{"timestampMs":454,"timestamp":1627892670,"sign":"741bac84d62c42120a0bbe0f92556715","payloadVersion":1,"namespace":"Appliance.Hub.Sensor.TempHum","method":"PUSH","messageId":"334fc2f7795668039c23bf21a6f71e5e","from":"/appliance/2009159050560690830848e1e933f3ce/publish"},"payload":{"tempHum":[]}}.
[8/2/2021, 9:24:30 AM] [Meross] [Smart Hub] incoming mqtt: {"header":{"timestampMs":477,"timestamp":1627892670,"sign":"1f48d70e513e1eada772db7e25d30b20","payloadVersion":1,"namespace":"Appliance.Hub.Sensor.TempHum","method":"PUSH","messageId":"c0c0ba390ed1835c06eafff496644126","from":"/appliance/2009159050560690830848e1e933f3ce/publish"},"payload":{"tempHum":[]}}.
[8/2/2021, 9:24:31 AM] [Meross] [Smart Hub] incoming mqtt: {"header":{"timestampMs":404,"timestamp":1627892671,"sign":"c843505bb31ad87dec9461c5fba7b074","payloadVersion":1,"namespace":"Appliance.Hub.Sensor.TempHum","method":"PUSH","messageId":"e26310eecf8fc4005c8029399d7857da","from":"/appliance/2009159050560690830848e1e933f3ce/publish"},"payload":{"tempHum":[]}}.

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

Could you update to 6.2.1-beta.8, and just keep an eye on the logs for any issues when the plugin restarts.

At this point I hope that each of the sensors appears in homebridge (most likely saying unsupported).

Once I'm happy this part works then I can move onto showing the sensor data.

Thanks

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

So it does error:

[8/2/2021, 10:18:15 AM] [Meross] ✓ Setup complete.
[8/2/2021, 10:18:17 AM] [Meross] [MS100] has been added to Homebridge.
[8/2/2021, 10:18:17 AM] [Meross] [MS100] initialising with options {"logging":"debug"}.
[8/2/2021, 10:18:17 AM] [Meross] [Alice bedroom] has been added to Homebridge.
[8/2/2021, 10:18:17 AM] [Meross] [Alice bedroom] initialising with options {"logging":"debug"}.
[8/2/2021, 10:18:17 AM] [Meross] [Spare bedroom] has been added to Homebridge.
[8/2/2021, 10:18:17 AM] [Meross] [Spare bedroom] initialising with options {"logging":"debug"}.
[8/2/2021, 10:18:17 AM] [Meross] [Main bedroom] has been added to Homebridge.
[8/2/2021, 10:18:17 AM] [Meross] [Main bedroom] initialising with options {"logging":"debug"}.
[8/2/2021, 10:18:17 AM] [Meross] [Main bedroom] initialising with options {"logging":"debug"}.
[8/2/2021, 10:18:17 AM] [Meross] [Main bedroom] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:96:77.
[8/2/2021, 10:18:22 AM] [Meross] [Main bedroom] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:96:77.
[8/2/2021, 10:18:27 AM] [Meross] [Main bedroom] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:96:77.
[8/2/2021, 10:18:32 AM] [Meross] [Main bedroom] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:96:77.
[8/2/2021, 10:18:37 AM] [Meross] [Main bedroom] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:96:77.
[8/2/2021, 10:18:42 AM] [Meross] [Main bedroom] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:96:77.

I'll add a battery to the sensor to see if this fixes it.

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

This isn't to do with the battery... it's a code issue.

Can you try 6.2.1-beta.9? This will be a bit hit and miss since I don't own these models myself to test on!

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

Better:

[8/2/2021, 10:35:07 AM] [Meross] [Smart Hub] initialising with options {"logging":"debug"}.
[8/2/2021, 10:35:07 AM] [Meross] [MS100] has been removed from Homebridge.
[8/2/2021, 10:35:07 AM] [Meross] [Alice bedroom] has been removed from Homebridge.
[8/2/2021, 10:35:07 AM] [Meross] [Spare bedroom] has been removed from Homebridge.
[8/2/2021, 10:35:07 AM] [Meross] [Main bedroom] has been removed from Homebridge.
[8/2/2021, 10:35:07 AM] [Meross] [Smart Hub] could not be removed from Homebridge as Cannot find the bridged Accessory to remove. at Bridge.Accessory.removeBridgedAccessory (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:609:13).
[8/2/2021, 10:35:07 AM] [Meross] ✓ Setup complete.
[8/2/2021, 10:35:07 AM] [Meross] [Smart Hub] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:102:77.
[8/2/2021, 10:35:07 AM] [Meross] [MS100] has been added to Homebridge.
[8/2/2021, 10:35:07 AM] [Meross] [MS100] initialising with options {"logging":"debug"}.
[8/2/2021, 10:35:07 AM] [Meross] [Alice bedroom] has been added to Homebridge.
[8/2/2021, 10:35:07 AM] [Meross] [Alice bedroom] initialising with options {"logging":"debug"}.
[8/2/2021, 10:35:07 AM] [Meross] [Spare bedroom] has been added to Homebridge.
[8/2/2021, 10:35:07 AM] [Meross] [Spare bedroom] initialising with options {"logging":"debug"}.
[8/2/2021, 10:35:08 AM] [Meross] [Main bedroom] has been added to Homebridge.
[8/2/2021, 10:35:08 AM] [Meross] [Main bedroom] initialising with options {"logging":"debug"}.
[8/2/2021, 10:35:08 AM] [Meross] [Smart Hub] initialised with id [2009159050560690830848e1e933f3ce].
[8/2/2021, 10:35:12 AM] [Meross] [Smart Hub] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:102:77.
[8/2/2021, 10:35:17 AM] [Meross] [Smart Hub] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:102:77.
[8/2/2021, 10:35:22 AM] [Meross] [Smart Hub] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:102:77.
[8/2/2021, 10:35:27 AM] [Meross] [Smart Hub] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:102:77.
[8/2/2021, 10:35:32 AM] [Meross] [Smart Hub] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:102:77.
[8/2/2021, 10:35:37 AM] [Meross] [Smart Hub] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:102:77.
[8/2/2021, 10:35:42 AM] [Meross] [Smart Hub] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:102:77.
[8/2/2021, 10:35:47 AM] [Meross] [Smart Hub] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:102:77.
[8/2/2021, 10:35:52 AM] [Meross] [Smart Hub] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:102:77.
[8/2/2021, 10:35:57 AM] [Meross] [Smart Hub] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:102:77.
[8/2/2021, 10:36:02 AM] [Meross] [Smart Hub] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:102:77.
[8/2/2021, 10:36:07 AM] [Meross] [Smart Hub] failed to request status as Cannot read property 'data' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:102:77.

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

getting there.

can you try 6.2.1-beta.10?

should fix these errors, stop the removing and re-adding each time (might need a couple of restarts), and also add temperature, humidity and battery services to the home app (still not showing data yet)

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

Looking better:

[8/2/2021, 10:51:19 AM] [Meross] [Smart Hub] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 10:51:19 AM] [Meross] [MS100] has been removed from Homebridge.
[8/2/2021, 10:51:19 AM] [Meross] [Alice bedroom] has been removed from Homebridge.
[8/2/2021, 10:51:19 AM] [Meross] [Spare bedroom] has been removed from Homebridge.
[8/2/2021, 10:51:19 AM] [Meross] [Main bedroom] has been removed from Homebridge.
[8/2/2021, 10:51:19 AM] [Meross] ✓ Setup complete.
[8/2/2021, 10:51:19 AM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"427f8883c842fc3ceb26433353b214bd","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627897878,"timestampMs":747,"sign":"859df017f3686b4e0277aed6e3d71ef6"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627897878,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627897694,"ms100":{"latestTime":1627897694,"latestTemperature":242,"latestHumidity":480,"voltage":3018}}]}}}}}.
[8/2/2021, 10:51:19 AM] [Meross] [Smart Hub] has been reported [online].
[8/2/2021, 10:51:19 AM] [Meross] [Smart Hub] failed to request status as Cannot read property 'filter' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:178:16.
[8/2/2021, 10:51:20 AM] [Meross] [MS100] has been added to Homebridge.
[8/2/2021, 10:51:20 AM] [Meross] [MS100] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 10:51:20 AM] [Meross] [Alice bedroom] has been added to Homebridge.
[8/2/2021, 10:51:20 AM] [Meross] [Alice bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 10:51:20 AM] [Meross] [Spare bedroom] has been added to Homebridge.
[8/2/2021, 10:51:20 AM] [Meross] [Spare bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 10:51:20 AM] [Meross] [Main bedroom] has been added to Homebridge.
[8/2/2021, 10:51:20 AM] [Meross] [Main bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 10:51:20 AM] [Meross] [Smart Hub] initialised with id [2009159050560690830848e1e933f3ce].
[8/2/2021, 10:51:49 AM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"8aa81b6422fef539b384237c127b4949","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627897908,"timestampMs":593,"sign":"4969dd551064cf7ddc6ff3176d975366"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627897908,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627897889,"ms100":{"latestTime":1627897889,"latestTemperature":242,"latestHumidity":480,"voltage":3018}}]}}}}}.

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

Can you try 6.2.1-beta.11? To see if the temperature and humidity values display in homebridge/home app?

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

Closer:

[8/2/2021, 12:20:16 PM] [Meross] [Smart Hub] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 12:20:16 PM] [Meross] ✓ Setup complete.
[8/2/2021, 12:20:16 PM] [Elgato Key Lights] Restoring existing accessory from cache: Elgato Key Light Air F25E as Elgato Key Light Air F25E
[8/2/2021, 12:20:16 PM] [Meross] [MS100] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 12:20:16 PM] [Meross] [Alice bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 12:20:16 PM] [Meross] [Spare bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 12:20:16 PM] [Meross] [Main bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 12:20:16 PM] [Meross] [Smart Hub] initialised with id [2009159050560690830848e1e933f3ce].
[8/2/2021, 12:20:16 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"1a211bd4b48155c295d3b58b48834833","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627903216,"timestampMs":237,"sign":"72d234f1830e3f7a17b8c441cc59e9eb"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627903216,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627903171,"ms100":{"latestTime":1627903171,"latestTemperature":242,"latestHumidity":480,"voltage":3018}}]}}}}}.
[8/2/2021, 12:20:16 PM] [Meross] [Smart Hub] failed to request status as Cannot read property 'get' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:116:47.
[8/2/2021, 12:20:34 PM] [Meross] [Smart Hub] incoming mqtt: {"header":{"timestampMs":477,"timestamp":1627903235,"sign":"0283685ca9b189e543fc6cc9c10b2088","payloadVersion":1,"namespace":"Appliance.Hub.Sensor.TempHum","method":"PUSH","messageId":"397383238aecb4f8486659ee3c96dd63","from":"/appliance/2009159050560690830848e1e933f3ce/publish"},"payload":{"tempHum":[]}}.
[8/2/2021, 12:20:46 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"c9c19a60d06a5aae7b9cfe9dfccb200b","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627903246,"timestampMs":62,"sign":"a3d8ebf7ec97678c95fd7ac534521f04"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627903246,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627903171,"ms100":{"latestTime":1627903171,"latestTemperature":242,"latestHumidity":480,"voltage":3018}}]}}}}}.
[8/2/2021, 12:20:46 PM] [Meross] [Smart Hub] failed to request status as Cannot read property 'get' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:116:47.
[8/2/2021, 12:21:16 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"52d6169f4236ea0c7791980cff7318b7","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627903276,"timestampMs":56,"sign":"81c3d572d43d2f1dd0f9d72525c4a335"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627903276,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627903171,"ms100":{"latestTime":1627903171,"latestTemperature":242,"latestHumidity":480,"voltage":3018}}]}}}}}.
[8/2/2021, 12:21:16 PM] [Meross] [Smart Hub] failed to request status as Cannot read property 'get' of undefined at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:116:47.

But no values in homebridg. Still showing 0 degree and 0% humidity.

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

okay, can you try 6.2.1-beta.12
gradually fixing the problems i can see in your logs!

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

Still not working:

[8/2/2021, 12:42:20 PM] [Meross] ✓ Setup complete.
[8/2/2021, 12:42:20 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"9415328d2b8d99e60f2ca8eedc8445b4","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627904540,"timestampMs":336,"sign":"b32b0795aa211a0d7c3105ec9257c42b"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627904540,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627904396,"ms100":{"latestTime":1627904396,"latestTemperature":252,"latestHumidity":470,"voltage":3018}}]}}}}}.
[8/2/2021, 12:42:20 PM] [Meross] [Smart Hub] has been reported [online].
[8/2/2021, 12:42:20 PM] [Meross] [Smart Hub] failed to request status as this.devicesInHB.filter is not a function at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:194:16.
[8/2/2021, 12:42:22 PM] [Meross] [MS100] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 12:42:22 PM] [Meross] [Alice bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 12:42:22 PM] [Meross] [Spare bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 12:42:22 PM] [Meross] [Main bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 12:42:22 PM] [Meross] [Smart Hub] initialised with id [2009159050560690830848e1e933f3ce].
[8/2/2021, 12:42:50 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"0fdc8a82ae556754f252e6a6f7459dc3","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627904570,"timestampMs":151,"sign":"028bf5848434d42f98f614ef2f8f9949"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627904570,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627904396,"ms100":{"latestTime":1627904396,"latestTemperature":252,"latestHumidity":470,"voltage":3018}}]}}}}}.
[8/2/2021, 12:43:20 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"b1161245d6af6602c492d2c29fd5b0ed","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627904600,"timestampMs":144,"sign":"3ee43bd9be97c834ec6af031a71cd872"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627904600,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627904591,"ms100":{"latestTime":1627904591,"latestTemperature":252,"latestHumidity":470,"voltage":3018}}]}}}}}.
[8/2/2021, 12:43:50 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"646afc92cdb783f57e540929f9af477f","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627904630,"timestampMs":125,"sign":"560e03ba789b0664ee27890858a60a43"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627904630,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627904591,"ms100":{"latestTime":1627904591,"latestTemperature":252,"latestHumidity":470,"voltage":3018}}]}}}}}.
[8/2/2021, 12:44:20 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"d1dc64644f7f95ee34ee7bec04786b41","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627904660,"timestampMs":107,"sign":"3a1bdf082ec92412d9d199d705579df9"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627904660,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627904591,"ms100":{"latestTime":1627904591,"latestTemperature":252,"latestHumidity":470,"voltage":3018}}]}}}}}.
[8/2/2021, 12:44:44 PM] [Meross] [Smart Hub] incoming mqtt: {"header":{"timestampMs":206,"timestamp":1627904684,"sign":"c87153c85f16a8d417b6e5f916acfc3e","payloadVersion":1,"namespace":"Appliance.Hub.Sensor.TempHum","method":"PUSH","messageId":"c9e5a71a5e6f6a6f299c921d6a3d8785","from":"/appliance/2009159050560690830848e1e933f3ce/publish"},"payload":{"tempHum":[]}}.
[8/2/2021, 12:44:50 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"d5715f230583d24d525e4c70869ae7a4","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627904690,"timestampMs":87,"sign":"76a82921958f4d005d0c253ef5d19467"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627904690,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627904591,"ms100":{"latestTime":1627904591,"latestTemperature":252,"latestHumidity":470,"voltage":3018}}]}}}}}.

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

6.2.1-beta.13?

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

No errors:

[8/2/2021, 1:21:41 PM] [Meross] [Smart Hub] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 1:21:41 PM] [Meross] ✓ Setup complete.
[8/2/2021, 1:21:43 PM] [Meross] [MS100] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 1:21:43 PM] [Meross] [Alice bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 1:21:43 PM] [Meross] [Spare bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 1:21:43 PM] [Meross] [Main bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 1:21:43 PM] [Meross] [Smart Hub] initialised with id [2009159050560690830848e1e933f3ce].
[8/2/2021, 1:21:46 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"ea0cd54dbaecb3a332b39bdddc52dddc","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627906905,"timestampMs":137,"sign":"4adc0c287be370c122b06fb750e225fb"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627906905,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627906850,"ms100":{"latestTime":1627906850,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}]}}}}}.
[8/2/2021, 1:21:46 PM] [Meross] [Smart Hub] has been reported [online].
[8/2/2021, 1:22:11 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"5a49a2f2fb854da94bcc23fd87e78f0b","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627906930,"timestampMs":232,"sign":"7701b82110f8ffa2d0718f7d09b3146e"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627906930,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627906850,"ms100":{"latestTime":1627906850,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}]}}}}}.
[8/2/2021, 1:22:41 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"bb2bb8806d59780b94e738d5ab64c4b0","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627906960,"timestampMs":106,"sign":"6d72dec066e49fe95721573eec5521b7"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627906960,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627906850,"ms100":{"latestTime":1627906850,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}]}}}}}.
[8/2/2021, 1:23:13 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"5c9c89f713865d30d466fa43345d5646","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627906992,"timestampMs":209,"sign":"25560c519c03edcf840ba3044698a676"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627906992,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627906850,"ms100":{"latestTime":1627906850,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}]}}}}}.
[8/2/2021, 1:23:41 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"a2be5946b699f6e4429d1fba69bd9e4a","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627907020,"timestampMs":68,"sign":"b5f794cf2a232491b13ce91142079b97"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627907020,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627906850,"ms100":{"latestTime":1627906850,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}]}}}}}.
[8/2/2021, 1:24:11 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"1538636407869488e6c39fadb15c6804","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627907050,"timestampMs":48,"sign":"dbf9e681ed6b0a51304df08dcfa14dab"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627907050,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627907044,"ms100":{"latestTime":1627907044,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}]}}}}}.
[8/2/2021, 1:24:41 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"2b58c76ee318ce3ca6574b78b2118ae9","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627907080,"timestampMs":29,"sign":"10b1573a5777f230ff03f7bc079c8aa9"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627907080,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627907044,"ms100":{"latestTime":1627907044,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}]}}}}}.
[8/2/2021, 1:24:47 PM] [Meross] [Smart Hub] incoming mqtt: {"header":{"timestampMs":313,"timestamp":1627907086,"sign":"18d87ea7cac0e56affac8441698022cf","payloadVersion":1,"namespace":"Appliance.Hub.Sensor.TempHum","method":"PUSH","messageId":"29ba48df1862b9847576846eb585167f","from":"/appliance/2009159050560690830848e1e933f3ce/publish"},"payload":{"tempHum":[]}}.

But still no values for temp, humidity or battery.

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

Could you try 6.2.1-beta.14?
I've added more logging to hopefully pinpoint where things aren't working properly!
Thanks for your patience with this!

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

HEre you go:

[8/2/2021, 1:43:09 PM] [Meross] [Smart Hub] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 1:43:09 PM] [Meross] ✓ Setup complete.
[8/2/2021, 1:43:10 PM] [Meross] [MS100] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 1:43:10 PM] [Meross] [Alice bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 1:43:10 PM] [Meross] [Spare bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 1:43:10 PM] [Meross] [Main bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 1:43:10 PM] [Meross] [Smart Hub] initialised with id [2009159050560690830848e1e933f3ce].
[8/2/2021, 1:43:14 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"331741e6538669d202ff24d16e851ced","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627908193,"timestampMs":288,"sign":"769415d2605ca3b7714fc3d148789952"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627908193,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627908018,"ms100":{"latestTime":1627908018,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}]}}}}}.
[8/2/2021, 1:43:14 PM] [Meross] NO ERROR - received subdevice array. working.
[8/2/2021, 1:43:14 PM] [Meross] NO ERROR - {"id":"120027D1C067","status":2}.
[8/2/2021, 1:43:14 PM] [Meross] NO ERROR - returning as accessory receiver fn not found
[8/2/2021, 1:43:14 PM] [Meross] NO ERROR - {"id":"120027D1C241","status":2}.
[8/2/2021, 1:43:14 PM] [Meross] NO ERROR - returning as accessory receiver fn not found
[8/2/2021, 1:43:14 PM] [Meross] NO ERROR - {"id":"120027D1BF89","status":2}.
[8/2/2021, 1:43:14 PM] [Meross] NO ERROR - returning as accessory receiver fn not found
[8/2/2021, 1:43:14 PM] [Meross] NO ERROR - {"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627908018,"ms100":{"latestTime":1627908018,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}.
[8/2/2021, 1:43:14 PM] [Meross] NO ERROR - returning as accessory receiver fn not found
[8/2/2021, 1:43:14 PM] [Meross] [Smart Hub] has been reported [online].
[8/2/2021, 1:43:39 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"6f951717e32ee8f97a08219765489df2","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627908218,"timestampMs":384,"sign":"96818ee54217a41797307c969988b114"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627908218,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627908213,"ms100":{"latestTime":1627908213,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}]}}}}}.
[8/2/2021, 1:43:39 PM] [Meross] NO ERROR - received subdevice array. working.
[8/2/2021, 1:43:39 PM] [Meross] NO ERROR - {"id":"120027D1C067","status":2}.
[8/2/2021, 1:43:39 PM] [Meross] NO ERROR - returning as accessory receiver fn not found
[8/2/2021, 1:43:39 PM] [Meross] NO ERROR - {"id":"120027D1C241","status":2}.
[8/2/2021, 1:43:39 PM] [Meross] NO ERROR - returning as accessory receiver fn not found
[8/2/2021, 1:43:39 PM] [Meross] NO ERROR - {"id":"120027D1BF89","status":2}.
[8/2/2021, 1:43:39 PM] [Meross] NO ERROR - returning as accessory receiver fn not found
[8/2/2021, 1:43:39 PM] [Meross] NO ERROR - {"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627908213,"ms100":{"latestTime":1627908213,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}.
[8/2/2021, 1:43:39 PM] [Meross] NO ERROR - returning as accessory receiver fn not found
[8/2/2021, 1:44:09 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"70d9ed1eeddd3bf65518bd2669f3c8b0","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627908248,"timestampMs":257,"sign":"8859b6f7b44b82f13077c6ddfa853966"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627908248,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627908213,"ms100":{"latestTime":1627908213,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}]}}}}}.
[8/2/2021, 1:44:09 PM] [Meross] NO ERROR - received subdevice array. working.
[8/2/2021, 1:44:09 PM] [Meross] NO ERROR - {"id":"120027D1C067","status":2}.
[8/2/2021, 1:44:09 PM] [Meross] NO ERROR - returning as accessory receiver fn not found
[8/2/2021, 1:44:09 PM] [Meross] NO ERROR - {"id":"120027D1C241","status":2}.
[8/2/2021, 1:44:09 PM] [Meross] NO ERROR - returning as accessory receiver fn not found
[8/2/2021, 1:44:09 PM] [Meross] NO ERROR - {"id":"120027D1BF89","status":2}.
[8/2/2021, 1:44:09 PM] [Meross] NO ERROR - returning as accessory receiver fn not found
[8/2/2021, 1:44:09 PM] [Meross] NO ERROR - {"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627908213,"ms100":{"latestTime":1627908213,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}.
[8/2/2021, 1:44:09 PM] [Meross] NO ERROR - returning as accessory receiver fn not found

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

Okay, hopefully, 6.2.1-beta.15 should start working properly!

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

Here you go:

[8/2/2021, 2:00:49 PM] [Meross] ✓ Setup complete.
[8/2/2021, 2:00:50 PM] [Meross] [MS100] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 2:00:50 PM] [Meross] [Alice bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 2:00:50 PM] [Meross] [Spare bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 2:00:50 PM] [Meross] [Main bedroom] initialising with options {"connection":"cloud","logging":"debug"}.
[8/2/2021, 2:00:50 PM] [Meross] [Smart Hub] initialised with id [2009159050560690830848e1e933f3ce].
[8/2/2021, 2:00:54 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"6f6fadf667d8ee562bd64ef6a5bd9c69","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627909253,"timestampMs":166,"sign":"48d95a7b21c74db0c0611d8d21802db5"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627909253,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627909187,"ms100":{"latestTime":1627909187,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}]}}}}}.
[8/2/2021, 2:00:54 PM] [Meross] NO ERROR - received subdevice array. working.
[8/2/2021, 2:00:54 PM] [Meross] NO ERROR - {"id":"120027D1C067","status":2}.
[8/2/2021, 2:00:54 PM] [Meross] NO ERROR - returning as ms100 property not found in subdevice
[8/2/2021, 2:00:54 PM] [Meross] NO ERROR - {"id":"120027D1C241","status":2}.
[8/2/2021, 2:00:54 PM] [Meross] NO ERROR - returning as ms100 property not found in subdevice
[8/2/2021, 2:00:54 PM] [Meross] NO ERROR - {"id":"120027D1BF89","status":2}.
[8/2/2021, 2:00:54 PM] [Meross] NO ERROR - returning as ms100 property not found in subdevice
[8/2/2021, 2:00:54 PM] [Meross] NO ERROR - {"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627909187,"ms100":{"latestTime":1627909187,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}.
[8/2/2021, 2:00:54 PM] [Meross] NO ERROR - applying update for 120027D1E1EF.
[8/2/2021, 2:00:54 PM] [Meross] [Smart Hub] failed to request status as subAcc.applyUpdate is not a function at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:149:22.
[8/2/2021, 2:01:19 PM] [Meross] [Smart Hub] incoming poll: {"header":{"messageId":"dad3d31a119b92695f68975cd38d34d8","namespace":"Appliance.System.All","method":"GETACK","payloadVersion":1,"from":"/appliance/2009159050560690830848e1e933f3ce/publish","timestamp":1627909279,"timestampMs":256,"sign":"e18c1d9ae258ade403ed722187148329"},"payload":{"all":{"system":{"hardware":{"type":"msh300","subType":"un","version":"4.0.0","chipType":"mt7686","uuid":"2009159050560690830848e1e933f3ce","macAddress":"48:e1:e9:33:f3:ce"},"firmware":{"version":"4.1.35","compileTime":"2021/04/30 11:02:02 GMT +08:00","wifiMac":"00:11:32:a4:b5:d9","innerIp":"172.16.1.16","server":"mqtt-eu.meross.com","port":443,"userId":889218},"time":{"timestamp":1627909279,"timezone":"Europe/London","timeRule":[[1603587600,0,0],[1616893200,3600,1],[1635642000,0,0],[1648342800,3600,1],[1667091600,0,0],[1679792400,3600,1],[1698541200,0,0],[1711846800,3600,1],[1729990800,0,0],[1743296400,3600,1],[1761440400,0,0],[1774746000,3600,1],[1792890000,0,0],[1806195600,3600,1],[1824944400,0,0],[1837645200,3600,1],[1856394000,0,0],[1869094800,3600,1],[1887843600,0,0],[1901149200,3600,1]]},"online":{"status":1}},"digest":{"hub":{"hubId":3912496078,"mode":0,"subdevice":[{"id":"120027D1C067","status":2},{"id":"120027D1C241","status":2},{"id":"120027D1BF89","status":2},{"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627909187,"ms100":{"latestTime":1627909187,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}]}}}}}.
[8/2/2021, 2:01:19 PM] [Meross] NO ERROR - received subdevice array. working.
[8/2/2021, 2:01:19 PM] [Meross] NO ERROR - {"id":"120027D1C067","status":2}.
[8/2/2021, 2:01:19 PM] [Meross] NO ERROR - returning as ms100 property not found in subdevice
[8/2/2021, 2:01:19 PM] [Meross] NO ERROR - {"id":"120027D1C241","status":2}.
[8/2/2021, 2:01:19 PM] [Meross] NO ERROR - returning as ms100 property not found in subdevice
[8/2/2021, 2:01:19 PM] [Meross] NO ERROR - {"id":"120027D1BF89","status":2}.
[8/2/2021, 2:01:19 PM] [Meross] NO ERROR - returning as ms100 property not found in subdevice
[8/2/2021, 2:01:19 PM] [Meross] NO ERROR - {"id":"120027D1E1EF","status":1,"onoff":0,"lastActiveTime":1627909187,"ms100":{"latestTime":1627909187,"latestTemperature":252,"latestHumidity":450,"voltage":3018}}.
[8/2/2021, 2:01:19 PM] [Meross] NO ERROR - applying update for 120027D1E1EF.
[8/2/2021, 2:01:19 PM] [Meross] [Smart Hub] failed to request status as subAcc.applyUpdate is not a function at /homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:149:22.

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

nearly there! please try 6.2.1-beta.16

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

Looks great.

Screenshot 2021-08-02 at 14 12 35

IMG_0544

Only two have batteries (Meross say a battery will last a year but I have found them to last about 1 month at most)

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

Many thanks for all your hard work.

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

Excellent!

The battery % is approx, you can see in the logs it’s provided as a voltage, not a %. The plugin will try and calculate a steady battery drop to 0%, so may not always be equal to any % it might show in the meross app.

I’ll also implement a low battery notice for the “unreachable” ones.

But it’s always nice to be able to get new devices supported by the plugin!

Does the meross app offer some offset you can change the readings by?

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

The iOS app does not show anything for battery levels.

It does have low and high alerts for temperature and humidity along with calibration, offset, for both.

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

Could you try 6.2.1-beta.17 just to make sure everything is still working. it should be.
it should add low battery alerts for the offline sensors.

At the moment the plugin needs a cloud connection to request a subdevice list for the hub.
Another time if you have some free time I would like to see if there is a way to request this locally so no cloud is needed.

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

All good though I do have one warning message:

{"timestampMs":818,"timestamp":1627915245,"sign":"b55490a41a8ebbed76112cfb1a542996","payloadVersion":1,"namespace":"Appliance.Hub.Sensor.TempHum","method":"PUSH","messageId":"b38ee08acc5ce9b834971bddb591541f","from":"/appliance/2009159050560690830848e1e933f3ce/publish"},"payload":{"tempHum":[]}}.
[8/2/2021, 3:40:45 PM] [Meross] [Smart Hub] if the above message contains temperature/humidity data, do let me know on github!

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

the text is yellow to attract attention. Nothing is going wrong. I'm hoping that say the temperature/humidity changes, then this incoming data will include the new temperature/humidity, then I can turn off the polling and have real-time notification updates instead.

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

@sparkplug37 could you do me another favour, update to 6.2.1-beta.18...

i'm testing to see whether it's possible to get a list of subdevices from the device itself rather than from the cloud.

once beta is installed, restart the plugin and hopefully you should see some red text in the logs (not an error, just trying to distinguish it from all the other stuff going on)

could you get that log entry?

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

Sorry for the delay.

Got one set of red text then Homebridge restarted.

[8/2/2021, 6:25:38 PM] [Meross] [Smart Hub] initialising with options {"connection":"cloud","logging":"standard"}.
[8/2/2021, 6:25:38 PM] [Meross] ✓ Setup complete.
[8/2/2021, 6:25:40 PM] [Meross] [MS100] initialising with options {"connection":"cloud","logging":"standard","lowBattThreshold":20}.
[8/2/2021, 6:25:40 PM] [Meross] [Alice bedroom] initialising with options {"connection":"cloud","logging":"standard","lowBattThreshold":20}.
[8/2/2021, 6:25:40 PM] [Meross] [Spare bedroom] initialising with options {"connection":"cloud","logging":"standard","lowBattThreshold":20}.
[8/2/2021, 6:25:40 PM] [Meross] [Main bedroom] initialising with options {"connection":"cloud","logging":"standard","lowBattThreshold":20}.
[8/2/2021, 6:25:40 PM] [Meross] [Smart Hub] initialised with id [2009159050560690830848e1e933f3ce].
[8/2/2021, 6:25:43 PM] TypeError: this.requestSubDevices is not a function
at Timeout._onTimeout (/homebridge/node_modules/homebridge-meross/lib/device/hub-main.js:57:12)
at listOnTimeout (internal/timers.js:557:17)
at processTimers (internal/timers.js:500:7)
[8/2/2021, 6:25:43 PM] Got SIGTERM, shutting down Homebridge...
[8/2/2021, 6:25:43 PM] [Meross] [Smart Hub] mqtt connection closed.
[8/2/2021, 6:25:48 PM] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
[8/2/2021, 6:25:53 PM] [HB Supervisor] Restarting Homebridge...
[8/2/2021, 6:25:53 PM] [HB Supervisor] Starting Homebridge with extra flags: -I -P /homebridge/node_modules
[8/2/2021, 6:25:53 PM] [HB Supervisor] Started Homebridge v1.3.4 with PID: 20817

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

Oops that was an actual error, not the red text I was hoping for!!
Please try 6.2.1-beta.19

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

Got a warning type of message at the start:

[Smart Hub] failed to request subdevices as Timeout at new module.exports.TimeoutError (/homebridge/node_modules/homebridge-meross/node_modules/promise-timeout/index.js:44:16).

But it's been running for 5 minutes and has shown no red text as yet.

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

Means the command isn’t working. One more try, please try beta.20

I’m guessing the request format now so if this doesn’t work then I won’t press on!

from homebridge-meross.

sparkplug37 avatar sparkplug37 commented on May 29, 2024

Sorry, that did not seem to work either. I've had it running overnight and nothing obvious in the logs.

from homebridge-meross.

bwp91 avatar bwp91 commented on May 29, 2024

It only tries once when the plugin loads after restart. If there was no red text then means it didn’t work.

There must be some extra parameters i need in the request that I don’t know.

Oh well, cloud control only it is!

from homebridge-meross.

github-actions avatar github-actions commented on May 29, 2024

This issue has been marked as complete as I believe the original query has been fixed/answered or will not be actioned. The issue will be closed in three days. If you feel the issue requires further attention then please let me know. Thanks!

from homebridge-meross.

no-response avatar no-response commented on May 29, 2024

This issue has been automatically closed as it was marked as complete and has had no further responses within three days. If you are still experiencing problems related to the original issue then please reply to this message and the issue will be reopened if necessary. Thank you.

from homebridge-meross.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.