carlosatta / hassio-addons

10 stars 4 forks source link

MSG100 not working #14

Closed coolguymatt closed 3 years ago

coolguymatt commented 5 years ago

Does the MSG100 work with hassio_meross? It is the smart garage door opener. It appears in my MQTT broker, but when I try to operate it, nothing happens.

Here are the logs from hassio-meross: Initizializing the device 18120167058930261h0134298f13c495. [Device][Garage Door] Device 18120167058930261h0134298f13c495: connected [Switch][Garage Door] Preparation. [MQTT] Connect to the broker. [Device][Garage Door] The channel 0 have not abilities to be a sensor [Switch][Garage Door] Message send to homeassistant/switch/18120167058930261h0134298f13c495_0/state. [Switch][Garage Door] Message send to homeassistant/switch/18120167058930261h0134298f13c495_0/config. [Switch][Garage Door] State send. [Switch][Garage Door] Config send. [Switch][Garage Door] Listening on base topic homeassistant/switch/18120167058930261h0134298f13c495_0/. [Switch][Garage Door] Message arrived to homeassistant/switch/18120167058930261h0134298f13c495_0/state. [Switch][Garage Door] Message arrived to homeassistant/switch/18120167058930261h0134298f13c495_0/config. [Switch][Garage Door] Message arrived to homeassistant/switch/18120167058930261h0134298f13c495_0/command. [Switch][Garage Door] Message send to homeassistant/switch/18120167058930261h0134298f13c495_0/state. [Switch][Garage Door] State send. [Switch][Garage Door] Message arrived to homeassistant/switch/18120167058930261h0134298f13c495_0/state. [Switch][Garage Door] Message arrived to homeassistant/switch/18120167058930261h0134298f13c495_0/command. [Switch][Garage Door] Message send to homeassistant/switch/18120167058930261h0134298f13c495_0/state. [Switch][Garage Door] State send. [Switch][Garage Door] Message arrived to homeassistant/switch/18120167058930261h0134298f13c495_0/state.

carlosatta commented 5 years ago

Hi,

I don't have this device so is not possibile for me to test it directly. Reading the logs I undestand that device is discovered but probably it use a different set of commands.

Do you know how to dev in node/js?

coolguymatt commented 5 years ago

No, but I can look up how.

coolguymatt commented 5 years ago

...I might have tried to figure out what I need to do and realized I have no idea. Any website you can link to that would describe what I need to do?

coolguymatt commented 5 years ago

I noticed this in the logs today

Not mapped ability Appliance.GarageDoor.State for the device 18120167058930261h0134298f13c495. { state: [ { channel: 0, open: 1, lmTime: 1553598512 } ] } Not mapped ability Appliance.GarageDoor.State for the device 18120167058930261h0134298f13c495. { state: [ { channel: 0, open: 0, lmTime: 1553598814 } ] }