Code Monkey home page Code Monkey logo

Comments (20)

swampylee avatar swampylee commented on August 17, 2024

Same here

from meross-homeassistant.

albertogeniola avatar albertogeniola commented on August 17, 2024

Hi guys, I apologise for the inconvenience: the last release introduced a regression. I am currently working on a fix that will be hopefully be ready by this evening.

from meross-homeassistant.

albertogeniola avatar albertogeniola commented on August 17, 2024

Ho @gianky69 ,

I've released a new version: 20200209.1.
Can you test it and let me know if that works ?

from meross-homeassistant.

gianky69 avatar gianky69 commented on August 17, 2024

Updated to 20200209.1 but all entities grayed out. And getting this notice...

immagine

Back to 20200109.5 all working

HA version 105.2, supervisor 200, system HassOS 3.9, 3 Meross MSS425e + 2 MSS310

from meross-homeassistant.

swampylee avatar swampylee commented on August 17, 2024

Updated to 20200209.1 but all entities grayed out. And getting this notice...

immagine

Back to 20200109.5 all working

HA version 105.2, supervisor 200, system HassOS 3.9, 3 Meross MSS425e + 2 MSS310

Not sure if this will help but I was using a manual configuration and in the end I commented it out and added the integration through the UI. I then got all my devices back (with the caveat that some had new entity names that I had to change in lovelace). That was with 206.2 (not .1) and now everything seems ok again, even with the latest 209.1

from meross-homeassistant.

gianky69 avatar gianky69 commented on August 17, 2024

I've used integration to add Meross devices to HA since some versions ago...

from meross-homeassistant.

Aiace88 avatar Aiace88 commented on August 17, 2024

ciao alberto, a me con l'ultima versione ora funziona perfettamente. grazie mille!

from meross-homeassistant.

Aiace88 avatar Aiace88 commented on August 17, 2024

ho riscontrato una problematica nel caso della multipresa. se attivo una delle entità delle prese, il bottone generale non si aggiorna e rimane spenta. viceversa se accendo solamente la generale e non le singole uscite, rimangono tutte come spente
2020-02-12 00_55_08-Home Assistant

from meross-homeassistant.

albertogeniola avatar albertogeniola commented on August 17, 2024

Hi Aiace,
Please open a new issue for that.

from meross-homeassistant.

gianky69 avatar gianky69 commented on August 17, 2024

Today I have done a complete uninstall/reinstall of Meross Cloud IoT... now it seems working... mah!?

from meross-homeassistant.

Schmedu avatar Schmedu commented on August 17, 2024

I had to reinstall the component multiple times during the last days to overcome the unavailable status. I know it’s not pretty but does some know how to write a script to automatically reinstall the component & restart hassio?

from meross-homeassistant.

albertogeniola avatar albertogeniola commented on August 17, 2024

Hi all,
I've just released a new version of this component which should address the issues that have arose with the latest changes. Would you please update it and confirm it's now working as expected?

from meross-homeassistant.

gianky69 avatar gianky69 commented on August 17, 2024

Hi all,
I've just released a new version of this component which should address the issues that have arose with the latest changes. Would you please update it and confirm it's now working as expected?

Installed. Now working, but let some days pass...

from meross-homeassistant.

Gobolin80 avatar Gobolin80 commented on August 17, 2024

Hi all,
I've just released a new version of this component which should address the issues that have arose with the latest changes. Would you please update it and confirm it's now working as expected?

Hi Alberto,
thanks for your work.
After update I recive this error when I change preset mode:

A timeout exception occurred while executing function <function ValveEntityWrapper.set_preset_mode at 0xb1402e40>  Hold on, Home Assistant is now restarting.
OK  
Connessione persa. Riconnessione...

from meross-homeassistant.

albertogeniola avatar albertogeniola commented on August 17, 2024

Hi @Gobolin80 , it's a known bug (#47 ). Will be fixed in the next release.

from meross-homeassistant.

swampylee avatar swampylee commented on August 17, 2024

All looks good to me. Thanks for all your work on this.

from meross-homeassistant.

albertogeniola avatar albertogeniola commented on August 17, 2024

Closing. In case the problem persists, please reopen the issue or start a new one.

from meross-homeassistant.

Schmedu avatar Schmedu commented on August 17, 2024

Thanks for your help. Unfortunately, the switches don't react after one day and I still need to reinstall the component then 😅 Although they don't show any longer "unavailable", they just don't react. I think I'll buy me some tasmota switches and get rid of Meross

from meross-homeassistant.

albertogeniola avatar albertogeniola commented on August 17, 2024

Thanks for your help. Unfortunately, the switches don't react after one day and I still need to reinstall the component then Although they don't show any longer "unavailable", they just don't react. I think I'll buy me some tasmota switches and get rid of Meross

Do the switches react if you use the App?
Can you provide Homeassustant logs?

How about other people? Are you experiencing the issue or is everything okay?

from meross-homeassistant.

gianky69 avatar gianky69 commented on August 17, 2024

Same trouble for me (it also hanged with latest 20200209.1 but worked with 20200109.5), Meross switches stop responding in HA but work with Meross App on iPhone. My log is attached.
The error related to Meross is:
2020-02-18 07:48:12 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/core.py", line 1251, in _execute_service await handler.func(service_call) File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 198, in handle_service self._platforms.values(), func, call, required_features File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 356, in entity_service_call future.result() # pop exception if have File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 384, in _handle_service_platform_call result = await result File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 609, in async_turn_off await self.hass.async_add_job(ft.partial(self.turn_off, **kwargs)) File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/config/custom_components/meross_cloud/switch.py", line 80, in turn_off self._device.turn_off_channel(self._channel_id) File "/usr/local/lib/python3.7/site-packages/meross_iot/cloud/devices/power_plugs.py", line 162, in turn_off_channel return self._channel_control_impl(c, 0, callback=callback) File "/usr/local/lib/python3.7/site-packages/meross_iot/cloud/devices/power_plugs.py", line 35, in _channel_control_impl return self._togglex(channel, status, callback=callback) File "/usr/local/lib/python3.7/site-packages/meross_iot/cloud/devices/power_plugs.py", line 29, in _togglex return self.execute_command("SET", TOGGLEX, payload, callback=callback) File "/usr/local/lib/python3.7/site-packages/meross_iot/cloud/device.py", line 126, in execute_command return self.__cloud_client.execute_cmd(self.uuid, command, namespace, payload, callback=callback, timeout=timeout) File "/usr/local/lib/python3.7/site-packages/meross_iot/cloud/client.py", line 302, in execute_cmd raise CommandTimeoutException("A timeout occurred while waiting for the ACK: %d" % timeout) meross_iot.cloud.exceptions.CommandTimeoutException.CommandTimeoutException: A timeout occurred while waiting for the ACK: 10

home-assistant.zip

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.