device_Raspberry_MiFe_default.yml 1.46 KB
# Schema file to check the syntax of this config file
schema: schema_device-2.0.yml

# Here is the description of the configuration of an isolated device
DEVICE:

    inventory_label: SEC-RSP-001
    manufacturer: Klotz
    model: MiFe
    description: "Opening and closing the roof is not available externally"
    sn: 004
    power:
        voltage: 220
        intensity: 1
        socket: "CEE 7/7 2P+T"
        
    hostname: ""
    virtual_machine: False
    os: Linux
    os_version: Raspbian
    network_interfaces: 
        - B8:27:EB:8B:99:BE # RJ45
        - b8:27:eb:de:cc:eb # Wifi
    protocol:
        transport: TCP
        langage: Json
        read: True
        write: False
                    
    CAPABILITIES:
    
        - CAPABILITY:
            component: WeatherStation
            
            attributes:
            
                - attribute:
                    key: manufacturer
                    value: AKlotz
                    
                - attribute:
                    key: model
                    value: Raspberry
        
        - CAPABILITY:
            component: BuildingCover

            attributes:
            
                - attribute:
                    key: manufacturer
                    value: CAME
                    
                - attribute:
                    key: model
                    value: X20

                - attribute:
                    key: type_cover
                    value: ["RollingRoof"]