Viktor Vorobjov

Results 21 comments of Viktor Vorobjov

Hello. I have same result. After await client.disconnect() I have callback on_disconnect. But the client still try to connect again. Just. Restart MQTT broker. gmqtt.mqtt.protocol: [RECV EMPTY] Connection will be...

Very Good. Now is better.

Hi @mach0gr. I have questions. Now Eldes works. And Eldes send always message over SIA IP. Is the system not armed?

I am trying to connect directly to AC over RS485. esp32+uartRS485, I have Hisense AC with AEH-W4E1. = Works. https://github.com/bannhead/pyaehw4a1/issues/1 - my test. ``` # Command: cmd message len: 240...

Possible. But only alarm event.

“It appears that the issue arises when an asynchronous function is invoked in a synchronous manner. This behavior is particularly noticeable when there’s a significant delay(some time.sleep) in the code...

Also ``` Traceback (most recent call last): File "asyncio/core.py", line 1, in run_forever File "asyncio/core.py", line 1, in run_until_complete File "asyncio/core.py", line 1, in wait_io_event OSError: [Errno 5] EIO ```...

I am try without thread same result. from gc and mcropython shows memory enought. ![CleanShot 2024-05-07 at 17 05 19@2x](https://github.com/micropython/micropython/assets/34532/992e1288-d342-45e0-a959-eca5c47e4ec8)

When a call is executed within a thread, an error occurs - like that. However, when the call is executed outside of a thread, not that errors. But the WiFi...