У нас вы можете посмотреть бесплатно Home assistant remote siemens LOGO8 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Home assistant remote siemens LOGO8 with Yaml code /homeassistant/configuration.yaml modbus: !include HALOGO8.yaml Create file HALOGO8.yaml add this code name: "LOGO8" type: tcp host: 192.168.xxx.xxx #your IP address port: 502 delay: 5 timeout: 2 switches: name: "Q1" address: 8192 write_type: coil command_on: 1 command_off: 0 verify: input_type: coil state_on: 1 state_off: 0 scan_interval: 1 name: "Q2" address: 8193 write_type: coil command_on: 1 command_off: 0 verify: input_type: coil state_on: 1 state_off: 0 scan_interval: 1 name: "Q3" address: 8194 write_type: coil command_on: 1 command_off: 0 verify: input_type: coil state_on: 1 state_off: 0 scan_interval: 1 name: "Q4" address: 8195 write_type: coil command_on: 1 command_off: 0 verify: input_type: coil state_on: 1 state_off: 0 scan_interval: 1 name: "M1" address: 8256 write_type: coil command_on: 1 command_off: 0 verify: input_type: coil state_on: 1 state_off: 0 scan_interval: 1 name: "M2" address: 8257 write_type: coil command_on: 1 command_off: 0 verify: input_type: coil state_on: 1 state_off: 0 scan_interval: 1 sensors: name: "AI1" address: 0 input_type: input scan_interval: 1 name: "AI2" address: 1 input_type: input scan_interval: 1 name: "AI3" address: 2 input_type: input scan_interval: 1 name: "AI4" address: 3 input_type: input scan_interval: 1 name: "AI5" address: 4 input_type: input scan_interval: 1 name: "AI6" address: 5 input_type: input scan_interval: 1 name: "AI7" address: 6 input_type: input scan_interval: 1 name: "AI8" address: 7 input_type: input scan_interval: 1 binary_sensors: name: "I1" address: 0 input_type: discrete_input scan_interval: 1 name: "I2" address: 1 input_type: discrete_input scan_interval: 1 name: "I3" address: 2 input_type: discrete_input scan_interval: 1 name: "I4" address: 3 input_type: discrete_input scan_interval: 1 name: "I5" address: 4 input_type: discrete_input scan_interval: 1 name: "I6" address: 5 input_type: discrete_input scan_interval: 1