Your comments

Добрый день.

Реализация на сервере расчёта времени заката и восхода в расписаниях запланирована. По срокам пока нет точной ясности. Сообщим по готовности

Потому что для lite была задача реализовать это. В pro инструменты побогаче, разработчики обычно сами пишут на скриптах всё, что им нужно.

Добрый день.

Нативных методов нет. Нужно вычислять скриптом или заранее подготовить расписания и сценарии.

Hello.

You can use the same account for all your customers, unless Yahoo restricts future simultaneous connections from different hosts to the same account.

Добрый день.

Иридиум сервер работает с KBerry как с Serial портом. Подробности в нашей документации.

Шлюзования, как в UMC, для Иридиум сервера под Raspberry нет.

Hello.

If there is no original project, you need to reset the UMC to factory settings. After that, the directory with the project is deleted in UMC and it can be used again in another project.

Yes, this method will also work.

If you use a third-party SMTP server - make sure that you do not violate the rules of e-mailing (otherwise, a third-party SMTP server can classify as spam).

Yes.

For example:

if ((name == "Reg_02") && (value == 100))
{
try_to_send();
}

The function try_to_send() must contain instructions for sending to multiple recipients. If possible (you are the administrator of the SMTP server), the monitor attempts to send itself to the SMTP server: connection, authentication, sending, etc. So it will be easier to understand if something does not work.

Hello.

Call the function with sending for each email (it is possible in a loop if the list of recipients is large and changes frequently). If you do not have your own SMTP server (use a third-party), then check with the mail administrator the rules of mailing (how many letters per hour, the interval of sending, etc.).

Hello.

Look in the attached project. This example works for sure.

Sound_Modbus.irpz