Forum Replies Created
-
AuthorPosts
-
MikhailModeratorMay be a table view is not so good to show daily data. It was designed mostly for hourly data.
Elastic Report can show daily data as HTML. You could try Elastic Report Plugin.
MikhailModeratorHello,
1. As a channel value
2. As a C# constant in the Scripts table.January 9, 2025 at 11:09 am in reply to: How to send a string in an input channel through MQTT #15960
MikhailModeratorIf you are a software develop, you can get the source code of the driver from GitHub and add the required feature.
We can do that by a contract, however it may be expensive.
MikhailModeratorThe screenshot is not available.
MikhailModeratorcould you please list the necessary component that i have to install or cheak them?
MikhailModeratorHi,
Do you still get the same error in Communicator?
MikhailModeratorHello,
Please clarify your question. Screenshots may help.January 8, 2025 at 8:13 am in reply to: How to send a string in an input channel through MQTT #15934
MikhailModeratorHello,
Currently, the MQTT client driver supports only numbers. You can convert incoming strings int numbers with JavaScript, and transmit numbers to Server as channel values.
MikhailModeratorNote. Don’t publish your bot token. It’s not safe.
MikhailModeratorHi,
Send request: https://api.telegram.org/botXXX/getUpdates?offset=0&timeout=5&allowed_updates=message Error executing request: The request was canceled due to the configured HttpClient.Timeout of 10 seconds elapsing.
timeout=5 means that the Telegram server should send a response in 5 seconds. But it didn’t. May be they have some issues on their side, or there are internet provider issues.
For testing, you could send the same request in a web browser.
-
This reply was modified 1 year, 4 months ago by
Mikhail.
MikhailModeratorSeparators depend on the culture that is set in the Administrator application.
MikhailModeratorCould you provide screenshots that explain the question?
MikhailModeratorProbably channel data is not ready when InitScripts is called.
What kind of channels do you need to initialize?
MikhailModeratorFor a channel of the input type it depends on Communicator.
The Communicator app sends data to Server after each session and every period (60 seconds by default).
MikhailModeratorIf you use some variables in your scripts, you can initialize them in the InitScripts method, for example. It is called once when Server starts.
-
This reply was modified 1 year, 4 months ago by
-
AuthorPosts