From e580dc4748549372090dea1a2fd3160d0649cdec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Szafer?= Date: Tue, 20 Dec 2022 09:53:48 +0100 Subject: [PATCH] modify console yaml according to addon --- boneio_config_for_console.yaml | 39 +++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/boneio_config_for_console.yaml b/boneio_config_for_console.yaml index 3602f52..2140f32 100644 --- a/boneio_config_for_console.yaml +++ b/boneio_config_for_console.yaml @@ -1,31 +1,36 @@ substitutions: + # set to false if you don't want mac suffix in your device name + name_add_mac_suffix: "false" + # if you want to change the name of device via OTA you have to set IP first in boneio/devices/wt32_eth01.yaml node_name: boneio dir_name: './' packages: - # devices + # select your input board: + # input: !include boards/relay24_inputs_PCF.yaml + # input: !include boards/relay32_inputs_PCF.yaml + # input: !include boards/relay32_inputs_MCP.yaml + # input: !include boards/dimmer_led8x4_inputs.yaml + # input: !include boards/cover16_inputs_MCP.yaml + # input: !include boards/cover16_inputs_PCF.yaml + + # select your output board: + output: !include boards/relay24_outputs_MCP.yaml + # output: !include boards/relay32_outputs_PCF.yaml + # output: !include boards/relay32_outputs_MCP.yaml + # output: !include boards/dimmer_led8x4_outputs.yaml + # light: !include boards/monochromatic_lights.yaml + # cover: !include boards/cover.yaml + # output: !include boards/cover16_outputs_PCF.yaml + # output: !include boards/cover16_outputs_MCP.yaml + + # select your devices: core: !include devices/wt32_eth01.yaml internals: !include devices/boneio_board.yaml temp: !include devices/lm75b.yaml display: !include devices/display.yaml # uart: !include devices/uart.yaml # one_wire: !include devices/one_wire.yaml - # relay24 - output: !include boneio/boards/relay24_outputs_MCP.yaml - input: !include boneio/boards/relay24_inputs_PCF.yaml - # relay32 - # output: !include boards/relay32_outputs_PCF.yaml #or MCP - # input: !include boards/relay32_inputs_PCF.yaml #or MCP -# dimmer led - # output: !include boards/dimmer_led8x4_outputs.yaml - # input: !include boards/dimmer_led8x4_inputs.yaml - # light: !include boards/monochromatic_lights.yaml -# cover - output: !include boards/cover16_outputs_PCF.yaml - # output: !include boneio/boards/cover16_outputs_MCP.yaml - input: !include boards/cover16_inputs_PCF.yaml - cover: !include boards/cover.yaml -# input: !include boneio/boards/cover16_inputs_MCP.yaml logger: baud_rate: 0