You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making new integrations deployment use the latest auto debounce interval which is more effective than the old hardcoded 30 seconds. Users who changed this value will not move automatically to the new dynamic setting.
"simple_naming": "Simple naming (no installation id in entity ids)",
30
30
"ssl": "Use SSL",
31
-
"update_frequency": "Update frequency (seconds)",
31
+
"update_frequency_mode": "Update frequency mode",
32
+
"update_frequency": "Manual update frequency (seconds)",
32
33
"username": "Username"
33
34
},
34
35
"data_description": {
@@ -41,7 +42,8 @@
41
42
"root_topic_prefix": "Root topic prefix if used via MQTT gateway.",
42
43
"simple_naming": "Use simple naming for entities, can work only when you have single Cerbo on the network.",
43
44
"ssl": "Indicates whether to use SSL to connect to the Victron Device. Normally it is disabled.",
44
-
"update_frequency": "Update frequency in seconds. Default is 30 seconds. Set to 0 to update always.",
45
+
"update_frequency_mode": "'Auto' lets the library choose an update interval per metric (fast-changing values like power update more often). 'Manual' uses the fixed interval below for all metrics.",
46
+
"update_frequency": "Only used in 'Manual' mode. Update frequency in seconds. Set to 0 to update always.",
45
47
"username": "Username for the MQTT server, default is empty. Not needed by Victron devices. This is only needed if you use route your mqtt messages through non Victron server and it does require username."
"simple_naming": "Simple naming (no installation id in entity ids)",
2911
2913
"ssl": "Use SSL",
2912
-
"update_frequency": "Update frequency (seconds)",
2914
+
"update_frequency_mode": "Update frequency mode",
2915
+
"update_frequency": "Manual update frequency (seconds)",
2913
2916
"username": "Username"
2914
2917
},
2915
2918
"data_description": {
@@ -2922,7 +2925,8 @@
2922
2925
"root_topic_prefix": "Root topic prefix if used via MQTT gateway.",
2923
2926
"simple_naming": "Use simple naming for entities, can work only when you have single Cerbo on the network.",
2924
2927
"ssl": "Indicates whether to use SSL to connect to the Victron Device. Normally it is disabled.",
2925
-
"update_frequency": "Update frequency in seconds. Default is 30 seconds. Set to 0 to update always.",
2928
+
"update_frequency_mode": "'Auto' lets the library choose an update interval per metric (fast-changing values like power update more often). 'Manual' uses the fixed interval below for all metrics.",
2929
+
"update_frequency": "Only used in 'Manual' mode. Update frequency in seconds. Set to 0 to update always.",
2926
2930
"username": "Username for the MQTT server, default is empty. Not needed by Victron devices. This is only needed if you use route your mqtt messages through non Victron server and it does require username."
0 commit comments