javbot
javbot
> eWeLink actually had to restart services on the server. They also are dropping the old way called v1 for a new way. Please see their response below: > >...
configuration.yaml: ``` # Loads default set of integrations. Do not remove. default_config: # Load frontend themes from the themes folder frontend: themes: !include_dir_merge_named themes # Text to speech tts: -...
DIAGNOSTICS: ``` { "home_assistant": { "installation_type": "Home Assistant Container", "version": "2023.9.2", "dev": false, "hassio": false, "virtualenv": false, "python_version": "3.11.5", "docker": true, "arch": "x86_64", "timezone": "Asia/Nicosia", "os_name": "Linux", "os_version": "6.2.0-33-generic", "run_as_root":...
> Looks like cloud not response with new device state. Can't do anything about it So does the code revert the switch back to previous state if there is no...
> I had the same problem. I was able to fix It locally by adding the following line in the ewelink/**init**.py:class XRegistry:async def send method, under the 'elif can_cloud:' condition:...
> This is not a fix. You are changing device state manually. You believe that device executed the command. But device may not receive this command. Or even be offline....
> Not a code. It's a Hass mechanics. You should get response from device with new state to know if command executed OK Another question: Is SonoffLAN not able to...
> How logs looks like? I saw two lines of logs in first message. Is there nothing else? From the switch only those two lines. There is also one line...
> You can manually pull device state. Check docs. Try it out works for this device Do you mean with `homeassistant.update_entity` service in HA Developer Tools?
@AlexxIT I get this error: ``` 2023-10-23 15:24:02.805 ERROR (MainThread) [homeassistant.helpers.entity] Update for light.sonoff_ fails Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 732, in async_update_ha_state await self.async_device_update() File "/usr/src/homeassistant/homeassistant/helpers/entity.py",...