Forum Replies Created
-
AuthorPosts
-
MikhailModeratorDo you mean creating nested folders in the View Explorer tree?
MikhailModeratorThank you 🙂
MikhailModeratorIn the Views table you should set the view type for the record with ID=7.
Tables and schemes are detected by their file extension, while dashboards use common extension XML.
MikhailModeratorI also cannot open the screenshots. Please check.
Links in the 2nd message work.-
This reply was modified 2 years, 4 months ago by
Mikhail.
MikhailModeratorHi,
According to the settings, events should be generated when channel status has changed. Does the channel status change when you change channel value from -1 to 1, for example?
Next time, please make screenshots in English.
MikhailModeratorAutomatic Control Module works in this way. It can send command when condition is met. According to the command, channel value can be simply increased.
MikhailModeratorYou need an additional variable to store a flag that the condition change has already processed. After adding 1, set the flag ON. When the condition becomes false, set the flag to OFF. The formula is not very simple, because it executes in a loop as written above.
Alternatively, you could increase a channel inside the formula of the condition if it’s applicable.
September 14, 2023 at 10:51 am in reply to: How to use a c# script to process input XML/MQTT message #13372
MikhailModeratorSeptember 14, 2023 at 10:50 am in reply to: How to use a c# script to process input XML/MQTT message #13371
MikhailModeratorAlso you need to specify subitems.
September 14, 2023 at 10:49 am in reply to: How to use a c# script to process input XML/MQTT message #13370
MikhailModeratorHi,
If you need to use JS to extract values from JSON, set JavaScript enabled = Yes (in device properties). Create a js file, put it in the Communicator configuration. Specify the file name in the JavaScript file name property.
MikhailModeratorPlease create a new topic to discuss configuration of the Dashboard plugin. Provide links to screenshots of your settings.
MikhailModeratorYou should download the plugin from the website, install and try it. Example of plugin configuration is included in the distributive ZIP. In case of additional questions, ask on this forum.
September 13, 2023 at 8:46 am in reply to: How to use a c# script to process input XML/MQTT message #13355
MikhailModeratoris there any documentation that I can have a look to understand scripts and the way it works
Currently, only the forum. The docs should be created, of course.
September 13, 2023 at 8:45 am in reply to: How to use a c# script to process input XML/MQTT message #13354
MikhailModeratorYou need to create a communication line in Communicator. Then choose MQTT Client as communication channel type. Then create a device under the line, open its properties and specify subscriptions.
September 13, 2023 at 8:43 am in reply to: How to use a c# script to process input XML/MQTT message #13353 -
This reply was modified 2 years, 4 months ago by
-
AuthorPosts