Blame view

config/devices/device_Astromecca_TM350_generic.yml 1.71 KB
c124548f   Alain Klotz   Ajout de la confi...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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: Undefined
    manufacturer: AstroMecCA
    model: TM350
    description: "Tracking Mount 350"
    sn: Undefined
    power:
        voltage: 220
        intensity: 5
        socket: "CEE 7/7 2P+T"
        
    connector:
        input: ground
        output: "2 plates"
        
    comm:
        supports: ["serial", "TCP"]
        languages: ["ASCOM", "LX200"]
        support: "TCP"
        language: "ASCOM"
7ce93a0a   Alain Klotz   Ajout des mots cl...
26
        tcp_port: 1111
c124548f   Alain Klotz   Ajout de la confi...
27
28
29
30
31
32
33
34
35
36
37

    CAPABILITIES:
    
        - CAPABILITY:
            component: MountPointing
            
            attributes:
            
                - attribute:
                    key: manufacturer
                    value: AstroMecCA
3d4ab326   Alexis Koralewski   adding new attrib...
38
                    is_editable: False
c124548f   Alain Klotz   Ajout de la confi...
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
                    
                - attribute:
                    key: model
                    value: TM350

                - attribute:
                    key: orientation_type
                    value: HADEC

                - attribute:
                    key: velocity_profile
                    value: ["TRAPEZIUM"]

                - attribute:
                    key: connect_real_mount
                    value: False
3d4ab326   Alexis Koralewski   adding new attrib...
55
56
57
58
59
60
61
62
63
64
65

                - attribute:
                    key: target
                    placeholder: "RADEC 0H10M -15D"
                    is_editable: True
                    value: "RADEC 0H10M -15D"

                - attribute:
                    key: conformation
                    value: ["WIDE","NARROW"]
                    is_editable: True