Skip to content

Commit 571b5dc

Browse files
committed
add template CarteMioMqtt
1 parent 10c3379 commit 571b5dc

File tree

3 files changed

+251
-0
lines changed

3 files changed

+251
-0
lines changed
Lines changed: 247 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,247 @@
1+
{
2+
"name" : "CarteMioMqtt",
3+
"commands" : [
4+
{
5+
"name": "Relais 1",
6+
"type": "info",
7+
"subtype": "binary",
8+
"isVisible": 1,
9+
"isHistorized": 1,
10+
"logicalId" : "relais/state/1"
11+
},
12+
{
13+
"name": "Relais 2",
14+
"type": "info",
15+
"subtype": "binary",
16+
"isVisible": 1,
17+
"isHistorized": 1,
18+
"logicalId" : "relais/state/2"
19+
},
20+
{
21+
"name": "Relais 3",
22+
"type": "info",
23+
"subtype": "binary",
24+
"isVisible": 1,
25+
"isHistorized": 1,
26+
"logicalId" : "relais/state/3"
27+
},
28+
{
29+
"name": "Relais 4",
30+
"type": "info",
31+
"subtype": "binary",
32+
"isVisible": 1,
33+
"isHistorized": 1,
34+
"logicalId" : "relais/state/4"
35+
},
36+
{
37+
"name": "Compteur 1",
38+
"type": "info",
39+
"subtype": "numeric",
40+
"isVisible": 1,
41+
"isHistorized": 1,
42+
"unite": "Wh",
43+
"logicalId" : "counter/1"
44+
},
45+
{
46+
"name": "Compteur 2",
47+
"type": "info",
48+
"subtype": "numeric",
49+
"isVisible": 1,
50+
"isHistorized": 1,
51+
"unite": "Wh",
52+
"logicalId" : "counter/2"
53+
},
54+
{
55+
"name": "Compteur 3",
56+
"type": "info",
57+
"subtype": "numeric",
58+
"isVisible": 1,
59+
"isHistorized": 1,
60+
"unite": "Wh",
61+
"logicalId" : "counter/3"
62+
},
63+
{
64+
"name": "Compteur 4",
65+
"type": "info",
66+
"subtype": "numeric",
67+
"isVisible": 1,
68+
"isHistorized": 1,
69+
"unite": "Wh",
70+
"logicalId" : "counter/4"
71+
},
72+
{
73+
"name": "Compteur 5",
74+
"type": "info",
75+
"subtype": "numeric",
76+
"isVisible": 1,
77+
"isHistorized": 1,
78+
"unite": "Wh",
79+
"logicalId" : "counter/5"
80+
},
81+
{
82+
"name": "Puissance 1",
83+
"type": "info",
84+
"subtype": "numeric",
85+
"isVisible": 1,
86+
"isHistorized": 1,
87+
"unite": "W",
88+
"logicalId" : "power/1"
89+
},
90+
{
91+
"name": "Puissance 2",
92+
"type": "info",
93+
"subtype": "numeric",
94+
"isVisible": 1,
95+
"isHistorized": 1,
96+
"unite": "W",
97+
"logicalId" : "power/2"
98+
},
99+
{
100+
"name": "Puissance 3",
101+
"type": "info",
102+
"subtype": "numeric",
103+
"isVisible": 1,
104+
"isHistorized": 1,
105+
"unite": "W",
106+
"logicalId" : "power/3"
107+
},
108+
{
109+
"name": "Puissance 4",
110+
"type": "info",
111+
"subtype": "numeric",
112+
"isVisible": 1,
113+
"isHistorized": 1,
114+
"unite": "W",
115+
"logicalId" : "power/4"
116+
},
117+
{
118+
"name": "Puissance 5",
119+
"type": "info",
120+
"subtype": "numeric",
121+
"isVisible": 1,
122+
"isHistorized": 1,
123+
"unite": "W",
124+
"logicalId" : "power/5"
125+
},
126+
{
127+
"name": "Entrée 1",
128+
"type": "info",
129+
"subtype": "numeric",
130+
"isVisible": 1,
131+
"isHistorized": 1,
132+
"logicalId" : "input/1"
133+
},
134+
{
135+
"name": "Entrée 2",
136+
"type": "info",
137+
"subtype": "numeric",
138+
"isVisible": 1,
139+
"isHistorized": 1,
140+
"logicalId" : "input/2"
141+
},
142+
{
143+
"name": "Entrée 3",
144+
"type": "info",
145+
"subtype": "numeric",
146+
"isVisible": 1,
147+
"isHistorized": 1,
148+
"logicalId" : "input/3"
149+
},
150+
{
151+
"name": "Entrée 4",
152+
"type": "info",
153+
"subtype": "numeric",
154+
"isVisible": 1,
155+
"isHistorized": 1,
156+
"logicalId" : "input/4"
157+
},
158+
{
159+
"name": "On Relais 1",
160+
"type": "action",
161+
"subtype": "message",
162+
"isVisible": 1,
163+
"logicalId" : "relais/cmd/1",
164+
"configuration":{
165+
"message":"1",
166+
"retain" : 1
167+
}
168+
},
169+
{
170+
"name": "On Relais 2",
171+
"type": "action",
172+
"subtype": "message",
173+
"isVisible": 1,
174+
"logicalId" : "relais/cmd/2",
175+
"configuration":{
176+
"message":"1",
177+
"retain" : 1
178+
}
179+
},
180+
{
181+
"name": "On Relais 3",
182+
"type": "action",
183+
"subtype": "message",
184+
"isVisible": 1,
185+
"logicalId" : "relais/cmd/3",
186+
"configuration":{
187+
"message":"1",
188+
"retain" : 1
189+
}
190+
},
191+
{
192+
"name": "On Relais 4",
193+
"type": "action",
194+
"subtype": "message",
195+
"isVisible": 1,
196+
"logicalId" : "relais/cmd/4",
197+
"configuration":{
198+
"message":"1",
199+
"retain" : 1
200+
}
201+
},
202+
{
203+
"name": "Off Relais 1",
204+
"type": "action",
205+
"subtype": "message",
206+
"isVisible": 1,
207+
"logicalId" : "relais/cmd/1",
208+
"configuration":{
209+
"message":"0",
210+
"retain" : 1
211+
}
212+
},
213+
{
214+
"name": "Off Relais 2",
215+
"type": "action",
216+
"subtype": "message",
217+
"isVisible": 1,
218+
"logicalId" : "relais/cmd/2",
219+
"configuration":{
220+
"message":"0",
221+
"retain" : 1
222+
}
223+
},
224+
{
225+
"name": "Off Relais 3",
226+
"type": "action",
227+
"subtype": "message",
228+
"isVisible": 1,
229+
"logicalId" : "relais/cmd/3",
230+
"configuration":{
231+
"message":"0",
232+
"retain" : 1
233+
}
234+
},
235+
{
236+
"name": "Off Relais 4",
237+
"type": "action",
238+
"subtype": "message",
239+
"isVisible": 1,
240+
"logicalId" : "relais/cmd/4",
241+
"configuration":{
242+
"message":"0",
243+
"retain" : 1
244+
}
245+
}
246+
]
247+
}
5.47 KB
Loading

docs/fr_FR/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
>
55
>Pour rappel s'il n'y a pas d'information sur la mise-à-jour, c'est que celle-ci concerne uniquement de la mise à jour de documentation, de traduction ou de texte.
66
7+
# 16/05/2025
8+
9+
- Ajout du template She - Carte MIO MQTT
10+
711
# 25/11/2024
812

913
- Plugin compatible debian 11 et plus

0 commit comments

Comments
 (0)