Depuis que j’ai fait connaissance de Jeedom, je me suis intéressé à domotiser et à sécuriser mon matériel.
Il me restait un vieux Raspeberry PI 1 (mais un 2 ou un 3 seront encore plus performants):
Voici le matériel nécessaire:
– 1 Raspberry (récup ou neuf sur Gearbest par ex) + 1 alim + 1 carte SD : environ 50 euros
– 1 clé zwave : 31 euros
– 1 clé Bluetooth ( à moins que vous ayez un PI3 qui a le bluetooth intégré) : 6,69 euros
– 1 NUT Mini ( Gearbest, ils sont beaucoup moins chers) : 8 euros pour activer et désactiver l’alarme automatiquement
– 1 oeil Fibaro + 1 détecteur d’ouverture Fibaro + 1 sirène (j’ai profité pendant les soldes de réduction chez Orange Total : 103 euros)
– 1 webcam ip (dans les 20 euros)
TOTAL : environ 220 euros
Voici la partie logiciel:
– Installer Jeedom : gratuit
– Plugins gratuits Zwave – Bluetooth adv – Horloge – Héliotrope – Information du jour – Pluie à 1h – Rosée et givre – Windchill – Tendance baro – Météo – Widget
– Plugins payants Alarme (6 euros) – Caméra (4 euros) – Dark Sky (4 euros)
Si vous avez une station Netatmo qui est compatible, il existe un plugin (2 euros)
Le plugin widget va permettre d’insérer les 2 météogrammes
Voici le code que j’ai utilisé
<div style= »width:750px;height:510px; » class= »cmd #history# tooltips cmd cmd-widget » data-type= »info » data-subtype= »numeric » data-cmd_id= »#id# » title= »#collectDate# »>
<center>
<span style= »font-weight: bold;font-size : 12px; »>#name#</span><br/>
<iframe src= »https://www.meteoblue.com/meteogram-web?lon=6.71667&lat=48.0167&asl=434&tz=Europe_Paris&lang=fr&look=CELSIUS,KILOMETER_PER_HOUR » width= »750″ height= »510″ frameborder= »0″ style= »border:0″></iframe>
</center>
</div>
et
<div style= »width:850px;height:300px; » class= »cmd #history# tooltips cmd cmd-widget » data-type= »info » data-subtype= »numeric » data-cmd_id= »#id# » title= »#collectDate# »>
<center>
<span style= »font-weight: bold;font-size : 12px; »>#name#</span><br/>
<iframe src= »http://www.yr.no/place/France/Lorraine/Vagney/meteogram.png » width= »850″ height= »300″ frameborder= »0″ style= »border:0″></iframe>
</center>
</div>
Pour moins de 250 euros, voilà de quoi sécuriser entièrement son matériel.