06-11-2020, 08:52 AM
Salut,
Tu peux deja verifier ca:
- quand tu actionnes une sortie est ce que la led sur la borne de sortie s'allume?
- Dans la config calaos (io.xml) les sorties ont bien wago_841="true" ?
Tu peux aussi tester l'automate avec l'outil wago_test qui est dispo sur les images calaos-os:
Par exemple chez moi:
Tu peux deja verifier ca:
- quand tu actionnes une sortie est ce que la led sur la borne de sortie s'allume?
- Dans la config calaos (io.xml) les sorties ont bien wago_841="true" ?
Tu peux aussi tester l'automate avec l'outil wago_test qui est dispo sur les images calaos-os:
Code:
root@intel-corei7-64:~# wago_test
Calaos Wago Utility.
Copyright (c) 2006-2018, Calaos. All Rights Reserved.
config_wago Usage:
wago_test host <ip address> action <action> [Action options]
Where action:
set_outtype: <address> <type> (type=NONE, TELERUPTEUR, DIRECT, VOLET, VOLET_IMPULSE, TELERUPTEUR_DALI, TELERUPTEUR_DALI_GROUP, TELERUPTEUR_KNX_OUTPUT, DIRECT_KNX_OUTPUT)
get_outtype: <address>
set_outaddr: <address> <out1> <out2> <SameAs>
get_outaddr: <address>
get_version
get_info
get_info_module: <module>
get_volet_positions: <var_save>
set_server_ip: <ip>
set_output: <out> <boolean>
set_knx_output: <out> <boolean>
heartbeat (send heartbeat to the PLC)
set_dali: <dali_line> <group?> <address> <value> <fade_time>
get_dali: <dali_line> <address>
dali_search_devices: <dali_line>
dali_get_device_info: <dali_line> <address>
dali_get_device_group: <dali_line> <group>
dali_device_add_group: <dali_line> <address> <group>
dali_device_del_group: <dali_line> <address> <group>
dali_central: <dali_line> <boolean> (switch on/off all DALI lamps)
dali_blink: <dali_line> <address> <group?> <blink_time>
dali_blink_stop: <dali_line>
dali_set_device_config: <dali_line> <address> <fade_rate> <fade_time> <max_level> <min_level> <system_failure_level> <power_on_level>
dali_addressing_new: <dali_line> <reset?>
dali_addressing_add: <dali_line>
dali_addressing_status: <dali_line>
dali_addressing_change: <dali_line> <old_address> <new_address>
dali_addressing_del: <dali_line> <address_to_delete>
save_config: <file>
load_config: <file>
Par exemple chez moi:
Code:
root@intel-corei7-64:~# wago_test host 192.168.0.123 action get_info
Calaos Wago Utility.
Copyright (c) 2006-2018, Calaos. All Rights Reserved.
Sending "WAGO_GET_INFO"...
WAGO Infos :
Total nb modules: 9
nb input modules: 2
nb output modules: 4
nb input digital: 32
nb output digital: 56
nb input analog: 3
nb output analog: 2
root@intel-corei7-64:~# wago_test host 192.168.0.123 action get_info_module 0
Calaos Wago Utility.
Copyright (c) 2006-2018, Calaos. All Rights Reserved.
Sending "WAGO_GET_INFO_MODULE 0"...
WAGO module 0 :
module type: 209
physical position: 1
input size: 16
output size: 0
root@intel-corei7-64:~# wago_test host 192.168.0.123 action set_output 10 true
Calaos Wago Utility.
Copyright (c) 2006-2018, Calaos. All Rights Reserved.
Sending "WAGO_SET_OUTPUT 10 1"...
Raoul,
Calaos Core Dev.
Calaos git sur NUC NUC5PPYH | Wago 750-849 | DALI RGB | Sondes NTC sur 750-464 | Sondes 1Wire DS18B20 avec adaptateur USB DS9490R | Nodes MySensors avec gateway USB | Ecran tactile ELO avec adaptateur USB/RS232 | Squeezebox Duet et Radio | Logitech Harmony Ultimate | Ampli Pioneer VSX921
Calaos Core Dev.
Calaos git sur NUC NUC5PPYH | Wago 750-849 | DALI RGB | Sondes NTC sur 750-464 | Sondes 1Wire DS18B20 avec adaptateur USB DS9490R | Nodes MySensors avec gateway USB | Ecran tactile ELO avec adaptateur USB/RS232 | Squeezebox Duet et Radio | Logitech Harmony Ultimate | Ampli Pioneer VSX921