2019-03-03 12:37:36 +00:00
sync_clock :
2021-05-15 08:49:10 +00:00
name : Sync clock
2020-01-05 12:09:17 +00:00
description : Sync the velbus modules clock to the Home Assistant clock, this is the same as the 'sync clock' from VelbusLink
2021-09-13 06:22:46 +00:00
fields :
interface :
name : Interface
description : The velbus interface to send the command to, this will be the same value as used during configuration
required : true
example : "192.168.1.5:27015"
2022-03-30 07:48:06 +00:00
default : ""
2021-09-13 06:22:46 +00:00
selector :
text :
scan :
name : Scan
description : Scan the velbus modules, this will be need if you see unknown module warnings in the logs, or when you added new modules
fields :
interface :
name : Interface
description : The velbus interface to send the command to, this will be the same value as used during configuration
required : true
example : "192.168.1.5:27015"
2022-03-30 07:48:06 +00:00
default : ""
2021-09-13 06:22:46 +00:00
selector :
text :
2020-03-13 07:09:30 +00:00
2022-10-26 14:44:24 +00:00
clear_cache :
name : Clear cache
description : Clears the velbuscache and then starts a new scan
fields :
interface :
name : Interface
description : The velbus interface to send the command to, this will be the same value as used during configuration
required : true
example : "192.168.1.5:27015"
default : ""
selector :
text :
address :
name : Address
description : >
The module address in decimal format, if this is provided we only clear this module, if nothing is provided we clear the whole cache directory (all modules)
The decimal addresses are displayed in front of the modules listed at the integration page.
required : false
selector :
number :
min : 1
max : 254
2020-03-13 07:09:30 +00:00
set_memo_text :
2021-05-15 08:49:10 +00:00
name : Set memo text
2020-03-13 07:09:30 +00:00
description : >
Set the memo text to the display of modules like VMBGPO, VMBGPOD
Be sure the page(s) of the module is configured to display the memo text.
fields :
2021-09-13 06:22:46 +00:00
interface :
name : Interface
description : The velbus interface to send the command to, this will be the same value as used during configuration
required : true
example : "192.168.1.5:27015"
2022-03-30 07:48:06 +00:00
default : ""
2021-09-13 06:22:46 +00:00
selector :
text :
2020-03-13 07:09:30 +00:00
address :
2021-05-15 08:49:10 +00:00
name : Address
2020-03-13 07:09:30 +00:00
description : >
The module address in decimal format.
The decimal addresses are displayed in front of the modules listed at the integration page.
2021-05-15 08:49:10 +00:00
required : true
selector :
number :
2021-09-13 06:22:46 +00:00
min : 1
max : 254
2020-03-13 07:09:30 +00:00
memo_text :
2021-05-15 08:49:10 +00:00
name : Memo text
2020-03-13 07:09:30 +00:00
description : >
The actual text to be displayed.
Text is limited to 64 characters.
2020-04-05 08:33:45 +00:00
example : "Do not forget trash"
2022-03-30 07:48:06 +00:00
default : ""
2021-05-15 08:49:10 +00:00
selector :
text :