Code Monkey home page Code Monkey logo

Comments (19)

GeneralErrors avatar GeneralErrors commented on August 17, 2024

I'm having the same, or similar, issue …

It appears this Opening/Closing status only occurs when using the controls through Home Assistant. Using the controls through the Meross App or Widgets affects the status correctly. However, once the controls in Home Assistant are used the status seems to stay broken only reporting Closing or Opening and staying as such until Home Assistant is restarted.

from meross-homeassistant.

matt-from-uk avatar matt-from-uk commented on August 17, 2024

Hi @albertogeniola

I can confirm this is an issue as reported by @GeneralErrors , not just a feature request or enhancement.

If the garage door is also being controlled by the Meross app, or by a garage opening button, the status stops responding staying at 'opening' or 'closing' and the control arrows up and down do not change to reflect the logical next command. Basically it seems to lock up. The app still works fine though as expected and other integrations work through this like the Smartthings integration so I don't think it is an issue at the Meross end.

Happy to provide more info as required - please let me know what you need and where/how I find it for you from hassio.

Great work on the integration, i bought you a beer yesterday to show my appreciation.

Matt

Meross MSG100
Home Assistant 0.102.3
Hass.io supervisor: 192
HassOS 2.12

Edit: Spelling

from meross-homeassistant.

rubin110 avatar rubin110 commented on August 17, 2024

Seeing the same issue. Once I've tiggered a close of the garage door I can't interact with it again until I restart Home Assistant.

from meross-homeassistant.

albertogeniola avatar albertogeniola commented on August 17, 2024

Hi guys. I've tried to reproduce the problem on a brand newly installed version of MerossIot component, bit it seems to work just fine. I'll try to keep it on for a while to see if the problem shows up after a bit.
In the meantime, I'll need to gather more information about your devices. Which firmware version of the MSG100 are you using?

from meross-homeassistant.

GeneralErrors avatar GeneralErrors commented on August 17, 2024

Just updated Home Assistant to the latest version (0.103.3) and still having the same issue.

Firmware version for me is 3.1.7 on hardware version 3.0.0 and this issue affects all 3 openers I have.

Easy steps to reproduce for me is ...

  1. Start Home Asssitant
  2. Open MSG100 from Home Assistant Lovelace UI
  • MSG100 will open as expected
  1. Check states within Home Assistant
  • State for cover.msgopener is now stuck in opening

One of the MSG100s controls a gate so it auto closes - the state never updates after the initial "opening" issue unless I restart Home Assistant and only use the Meross app. MSG100 cover states are reported correctly in Home Assistant when using the Meross app.

Thanks for your hard work ... let me know if you need more info.

from meross-homeassistant.

bvdkerkhof avatar bvdkerkhof commented on August 17, 2024

Just checked:

HA is running on 0.103.2
Firmware: 3.1.7
Hardware version 3.0.0

Also just like GeneralErrors commented, the addon works just fine except for the state in HA.

  1. Open Garagedoor with HA through LoveLace-UI
  2. Garagedoor opens just fine
  3. Garagedoor opened fully --> State in HA is still Opening
  4. Close Garagedoor with HA throught LoveLace-UI
  5. Garagedoor closes as expected
  6. When closed state in HA keeps on Closing

When you restart HA the state is back on Closed.

Thanks a lot and if you need more info or want me (or us) to test something just let me know!

from meross-homeassistant.

albertogeniola avatar albertogeniola commented on August 17, 2024

Hi guys,
I've performed some fixes in the latest version of the component. Do you mind update it and let me know if the problem persists?

Moreover, it might be helpful to collect the logs when reproducing the error.
In any case, may I ask how much time does the garage door take to close/open? I think this problem might also be related with timings/timeouts.

from meross-homeassistant.

GeneralErrors avatar GeneralErrors commented on August 17, 2024

@albertogeniola ... Still having the same issue unfortunately. Just updated and tried both a gate and a garage door. The state freezes in an opening/closing state once activated from Home Assistant as it did before.

Thanks for your work on this - wish I could help more.

from meross-homeassistant.

albertogeniola avatar albertogeniola commented on August 17, 2024

Hi guys,
so, if the new version did not solve the problem, it probably means that the garage/gate opener you are using differs from mine. For this reason, I need you to collect some data for me in order to check whether that's the case or not. To do so, I need you to do the following:

From a PC (does not need to be Hassio or Homeassistant)

  1. install Python 3.5/3.6/3.7 (any version above 3.5 will do just fine)
  2. download the meross-iot library
    pip3 install meross_iot
    
  3. run the meross_info_gather
    meross_info_gather
    

The utility will ask for your Meross username and password to connect to your account. Once logged in, you should start playing with the Garage Door, simulating the exact sequence that causes the error you describe. When done, press ENTER on the keyboard and send me privately the data.zip which contains the logged data.

Such data will help me.understand why the state does not change.

from meross-homeassistant.

albertogeniola avatar albertogeniola commented on August 17, 2024

Any updates on this?

from meross-homeassistant.

bvdkerkhof avatar bvdkerkhof commented on August 17, 2024

not sure what happened but I'm not able to use the integration in HA anymore. I can only use it from the app (Meross app) is this useful?

--EDIT--
Updated the custom component as I was running an older version I guess. Now it shows "Gesloten" (Dutch) for Closed instead of Closing.

Also seems it only has 2 options, Open or Closed? While opening or closing there is no status change. If you want me to make an export I can do it just let me know

from meross-homeassistant.

albertogeniola avatar albertogeniola commented on August 17, 2024

Hi @bvdkerkhof ,
actually the MSG100 only supports 2 real states: closed and opened. There is no sensor on the MSG100 reporting the "closing" or "opening" states. Such transient states are "derived" by the app when a command is issued. I think that I should be doing the same with the custom component. In the next few days I'll try to find some time to give it a look and chek if I can emulate the "opening" state also into the component as it happens on the APP.

from meross-homeassistant.

bvdkerkhof avatar bvdkerkhof commented on August 17, 2024

Hi @albertogeniola that would be a cool addition. If you want me to make a dump / debug log let me know.

from meross-homeassistant.

albertogeniola avatar albertogeniola commented on August 17, 2024

Hi @bvdkerkhof ,
The latest version should provide that functionality you asked for. Can you test it and let me know if that works?

from meross-homeassistant.

coolguymatt avatar coolguymatt commented on August 17, 2024

I am having the same issue running 20200209.1. Let me know what information you need from me to troubleshoot.

from meross-homeassistant.

albertogeniola avatar albertogeniola commented on August 17, 2024

Hi guys, please update to the latest version and let me know how it goes.

from meross-homeassistant.

GeneralErrors avatar GeneralErrors commented on August 17, 2024

This is working for me now ... thanks for the efforts.

from meross-homeassistant.

scannifn avatar scannifn commented on August 17, 2024

Hello @albertogeniola I've just done some tests and it doesn't seems to works proprerly.
In my test I've tried to use only Meross App and and check the state in HA. During this test HA reports correctly CLOSED or OPEN).
If I use HA commands to control doors garage I get the wrong state.... CLOSING or OPENING. It will never show CLOSED or OPENED.

image

The last two evets are done from HA. As you can see I never see the right state.

I you need more info you can ask.
Thanks in advance.

Nicola

from meross-homeassistant.

Protect130 avatar Protect130 commented on August 17, 2024

I am also having the same problem. I installed my opener in Dec 2020, and within a few weeks, it started having the same problem. Using the app, it shows the unit as being open, whether it’s open or closed. There aren’t any arrows to reflect it is going up or down, nevertheless it still works properly with any programmed command.

from meross-homeassistant.

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.