l3zha

Results 20 comments of l3zha

> Found a temporary solution: > > 1. created a new file next to the yaml project /homeassistant/esphome/sim800l_pdu.h > I placed in it only the code of the UCS2ToString decoding...

> > ``` > > - sim800l.send_sms: > > recipient: '+7**********' > > message: !lambda 'return (UCS2ToString(message.c_str()).c_str());' > > ``` > > ## Have you tried just forward a message,...

> looks like component always sends sms in text mode. I found an article in russian, second half explains how to send in PDU/UCS2 format. http://codius.ru/articles/GSM_%D0%BC%D0%BE%D0%B4%D1%83%D0%BB%D1%8C_SIM800L_%D1%87%D0%B0%D1%81%D1%82%D1%8C_3 I checked my sim800l...

> А состояние entity при этом какое в каждом случае? playing в обоих случаях

Same error on my HA (2023.08.1). `ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/aiohttp/web_protocol.py", line 332, in data_received messages, upgraded, tail = self._request_parser.feed_data(data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...

> Здравствуйте, ООО "Омская энергосбытовая компания" тоже использует другую версию личного кабинета? https://my.omesc.ru/lk/cabinet/loginform Мне тут ответили, что существенно отличается https://github.com/alryaz/hass-lkcomu-interrao/issues/32 У Омской есть возможность передавать показания без регистрации по ссылке...

Please take the time to update! Thanks :3

> Is there any migration guide or documentation regarding what changed? https://github.com/RavenSystem/esp-homekit-devices/wiki/migration-guide-for-haa-v12-merlin

{ "name": "CameraUI", "port": 8081, "atHomeSwitch": false, "logLevel": "info", "mqtt": { "active": false, "tls": false, "port": 1883 }, "http": { "active": false, "port": 7272, "localhttp": false }, "smtp": { "active":...