Anton Viktorov

Results 65 comments of Anton Viktorov

@abluesheep thanks for the report! log is useful, i will take a look. For unknown reason sensor didn't accept new gain setting and reported data using old one. I have...

Please check new version and report the log. Some double checks implemented. From: abluesheep ***@***.***> Sent: Tuesday, February 27, 2024 7:59 AM To: esphome/feature-requests ***@***.***> Cc: Anton Viktorov ***@***.***>; Mention...

Please set logging to verbose and share log file. logger: verbose BR, Anton ________________________________ From: Klaasjan Horlings ***@***.***> Sent: Friday, March 1, 2024 2:25:08 AM To: esphome/feature-requests ***@***.***> Cc: Anton...

@klaasjanhorlings okay. so this is normal operation mode - when there is not enough sensitivity it increases gain and then int.time. However with super low light- adjustments counter was showing...

@gargamelonly try https://github.com/esphome/esphome/pull/6394 please try with usual config (continuous mode) and with "operating_mode: low_power"

Please attach your config file Get Outlook for Android ________________________________ From: gargamelonly ***@***.***> Sent: Saturday, April 27, 2024 11:08:35 AM To: esphome/feature-requests ***@***.***> Cc: Anton Viktorov ***@***.***>; Comment ***@***.***> Subject:...

you shall use external component, since this is not yet merged into main branch. make sure you have this section in yaml: ``` external_components: - source: github://pr#6394 refresh: 10s components:...

is there a need for this still?

> - sim800l.send_sms: > recipient: '+7**********' > message: !lambda 'return (UCS2ToString(message.c_str()).c_str());' > ``` Have you tried just forward a message, without using UCS2ToString? -- Вы не пробовали просто пересылать сообщение,...