From: Giorgio Ravera Date: Wed, 6 Sep 2023 10:04:18 +0000 (+0200) Subject: Added several devices X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=aff64a9e66a90fbe38634214a6c9d23603a5c239;p=zigbee2mqtt.git Added several devices --- diff --git a/configuration.yaml b/configuration.yaml index 5295abc..857c1f5 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -2,8 +2,8 @@ serial: # Required: location of the adapter (e.g. CC2531). # To autodetect the port, set 'port: null'. - #port: /dev/ttyACM0 - port: 'tcp://pve.giorgioravera.it:20108' + port: /dev/ttyACM0 + #port: 'tcp://pve.giorgioravera.it:20108' # Optional: disable LED of the adapter if supported (default: false) disable_led: true # Optional: adapter type, not needed unless you are experiencing problems (default: shown below, options: zstack, deconz, ezsp) @@ -155,6 +155,7 @@ advanced: # by firmware (for example to migrate heat, or by using an unsupported firmware). # For the CC2652R(B) this is 5 dBm, CC2652P/CC1352P-2 20 dBm. #transmit_power: 5 + transmit_power: 3 # Optional: state caching, MQTT message payload will contain all attributes, not only changed ones. # Has to be true when integrating via Home Assistant (default: true) #cache_state: true diff --git a/devices.yaml b/devices.yaml index ac1623d..a0a2854 100644 --- a/devices.yaml +++ b/devices.yaml @@ -1,10 +1,36 @@ '0x00158d0003e79145': friendly_name: Porta Casa -'0x00158d000425db09': - friendly_name: Temperatura Balcone -'0x00158d0004024fb9': - friendly_name: Temperatura Veranda '0x00158d0002caf32f': friendly_name: spare_door +'0x00158d0004024fb9': + friendly_name: Temperatura Veranda +'0x00158d000425db09': + friendly_name: Temperatura Balcone '0x00158d0004081917': friendly_name: wireless_button +'0x00158d0008d09473': + friendly_name: Sensore Acqua 1 +'0x00158d0008d0b965': + friendly_name: Sensore Acqua 2 +'0x00158d0008dfffe8': + friendly_name: Sensore Acqua 3 +'0xf082c0fffe0113fa': + friendly_name: Luce Dispensa + homeassistant: + switch: + type: light + object_id: light + light: + name: Luce Dispensa + value_template: null + state_value_template: '{{ value_json.state }}' +'0xf082c0fffe0a7031': + friendly_name: Luce Veranda + homeassistant: + switch: + type: light + object_id: light + light: + name: Luce Veranda + value_template: null + state_value_template: '{{ value_json.state }}'