Home Automation / Domotique

Aller au contenu | Aller au menu | Aller à la recherche

dimanche, octobre 7 2018

AltDenon plugin : Denon AV plugin for Vera

What does it do Controls DENON AVR using the Denon telnet protocol tested on : AVR4311 and X3400H models

Functionality Provides a plugin for VERA to enable control of PowerON / Standby , Mute On Off , and more generally sending a sequence of telnet commands you can select the source input by using sendCmd("SITV") command for instance. SI commands are defined in Denon telnet protocol documentation. ALTUI offers an easy interface to select them from the ALTUI UI.

To program actions in scenes, you use the UPNP commands in the advanced scene editor of UI7 or ALTUI.

Cost Freeware but Donations are appreciated : https://www.paypal.com/donate/?token=sHd22BzsIP7WQDQwkkUgvfx_wNbhvxc-zzkOKh-afkzEc5xHAXPOa7sTsbpy-2tfDCoGvm&country.x=FR&locale.x=FR

Information : https://github.com/amg0/Denon Denon.PNG

mercredi, mai 9 2018

NetMon - plugin VERA pour detecter les problemes sur votre reseau

Network Monitor plugin for VERA

More info on https://github.com/amg0/NetMonitor

What does it do

This plugin is enabling you to check the availability of some device on your IP network. it uses ping or http to verify the availability of a device and report it as a Motion Sensor device in VERA -Tripped: means the device is not present or fails -Untripped: means the device is properly responding to the probe

capture7.JPG

How it compares to others

The big differences with similar plugin ( like the ping sensor ) are that :

it is rewritten in a little more modern way ( with a .lua file ) and the main plugin device (NETMON) allows for central configuration. You do not have to create all devices manually. will create automatically child device which are STANDARD Motion sensor devices ( same device type & actions & notifications ) for all your declared devices.

Variables

The time between each polling rate is configurable by the PollRate variable and devices are polled in a round robin way. so you are garanteed that the VERA is not over used, but of course the status is only close to real time and it depends on the number of device you monitor.

  • ChildrenSameRoom : automatically set by VERA because the device is marked embedded.
  • Debug : 0 or 1 according to debug mode ( 1 == debug )
  • DevicesOfflineCount : offline devices' count
  • DevicesStatus : a JSON table of device record, each device record contains tripped status, name, ipaddr
  • PollRate : the rate in seconds at which detection probes are run. the plugin goes to each device one by one , so 5 devices with a rate of 10 seconds will take 5x10 = 50 seconds (not counting the wait time for the response) to circle accross the complete list of devices
  • Targets : a JSON internal structure to describe the device targets to monitor. edit it with the Settings screens
  • Types : internal , types of probes
  • UI7Check : internal, UI7 detected
  • Version ! the version of the plugin

NOTE, the NETMON device is a "Embedded" device: meaning that all its children devices will sit and stay in the same room as the main NETMON device. this make it convenient to group all monitor devices in a 'Network' room page for instance.

Actions

  • SetDebug(newDebugMode) : set debug mode on or off
  • GetDevicesStatus() : returns a UPNP action result format with the DeviceStatus value as a content
  • Future evolutions and architectural flexibility
  • Also the plugin is architected to be able to add new kind of probes in the future. for now it is either a direct ping to a IP4 address or a http get on a page you can specify ( by default http://ipaddr or if you specific a page it can check http://ipaddr/page ) but I welcome suggestion or contribution for other kind of discovery probes ( could be UDP, UPNP, serial or whatever )

Installation

The plugin supports UI5, UI7 and ALTUI , also openluup The plugin is not yet in the App Store but you can find the sources on https://github.com/amg0/NetMonitor if you use the AltAppStore from ALTUI, you can install from here

To install manually, download the files from github , upload them and manually create the device

mercredi, avril 25 2018

Integration VERA pour le FLIPR

Le FLIPR est un objet connecté dédié a la gestion de votre piscine personnelle. Je vous invite a vous renseigner sur leur site https://www.goflipr.com/ pour les diverses options disponibles

Il s’agit d’un objet placé dans votre bassin ( il flotte ) qui va récupérer certaines variables importantes comme la température de l’air, de l’eau, le PH et le potentiel de désinfection de l’eau ( chlore ou autre en fonction du type de votre piscine ), les donnees sont ensuite visibles dans une application smartphone ou tablette FLIPR envoie ses données régulièrement sur un serveur grâce a une communication a base du réseau SIGFOX ( comprise dans le prix d’achat de l’objet connecté. )

Afin de pouvoir l’intégrer simplement dans le système de domotique VERA, j’ai développé ce plugin FLIPR qui permet

  • Une intégration du FLIPR comme un objet VERA avec ses propres variables et actions UPNP
  • Une vision des valeurs dans la user interface VERA, ou ALTUI ( préférable )
  • La capacité d’utiliser cet objet dans les automatismes VERA : scènes et événements afin de créer des réactions automatiques ( allumer une lampe en rouge dans la maison si le PH est trop bas ! ) ou des notifications ( recevoir des emails/SMS lorsque certaines conditions se produisent )

L'installation complete est documentéé ici: https://github.com/amg0/FLIPR/raw/master/Doc/FLIPR%20plugin.pdf

article TLD: http://www.touteladomotique.com/index.php?option=com_content&view=article&id=2109:le-plugin-vera-de-flipr&catid=5:domotique&Itemid=89

mardi, avril 3 2018

ALTHue - le plugin 'Alternate Edition' pour Philips Hue sur VERA

ALTHue - le plugin 'Alternate Edition' pour Philips Hue sur VERA

Afin de palier a certaines déficiences de fonctionnalités du plugin Hue de GetVera , j'ai finalement réécris ce plugin de zéro.

La première version permet l'appareillage avec le Hub Philips Hue, et créer les lampes ( RGB compris ), les lampes Ikea Tadfridi compatibles Hue et les détecteurs de mouvements Hue comme des périphériques VERA qui apparaissent et se comportent comme des périphériques VERA standards. de ce fait ils sont utilisables dans les scènes, les programmations de notifications et possèdent les mêmes variables et actions UPNP habituelles sur ce type de périphériques

Le plugin qui est supporté par UI5 UI7 et ALTUI permet aussi de voir et d'exécuter les scènes déclarées sur le Hub Philips

Les instructions d'installation sont disponibles ici : https://github.com/amg0/ALTHue/blob/master/Doc/ALTHue%20Philips%20Hue%20plugin.pdf

Actions UPNP supportées par le plugin principal

  • SetDebug( bool ) : to set the debug mode or not
  • Refresh( ) : to force a data refresh from Hue
  • PairWithHue( ) : to trigger a Pairing request , no action if already paired
  • UnpairWithHue( ) : to unpair from hue, no action if not paired
  • RunHueScene( hue_scene_id ) : to run a particular Hue Scene ( by its Hue ID )

Le code source est visible ici : https://github.com/amg0/ALTHue/

Le plugin est disponible sur l'app store de GetVera avec l'ID : 9066

Pour l'installation, vous pouvez choisir l'une des méthodes suivantes:

  • depuis le store GetVera/MCV http://apps.mios.com/plugin.php?id=9066
  • depuis le store alternatif ALTUI Alt App Store accessible par ALTUI
  • en installation directe en ouvrant son browser sur http://<ip>:3480/data_request?id=action&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=CreatePlugin&PluginNum=9066&Version=36336 ( ignorer les messages d'erreur et attendre le redémarrage de Luup )

mercredi, décembre 6 2017

ALTUI : l'intégration avec le service IFTTT pour transformer la VERA en déclencheur d'applet IFTTT

Décrit pas a pas, comment configurer l'intégration de ALTUI avec le service IFTTT pour transformer la VERA en déclencheur d'applet IFTTT

Article: www.touteladomotique.com

English: PDF

lundi, juin 26 2017

WES: un plugin VERA pour le serveur de mesure de consommation WES

Voici un nouveau plugin pour VERA , présenté sous la forme d'un tutoriel d'installation. le serveur WES permet la mesure de consommation d'electricite, eau, gaz, fuel...

http://www.touteladomotique.com/index.php?option=com_content&view=article&id=1951:tutoriel-comment-installer-le-driver-vera-pour-le-serveur-wes-v2&catid=5:domotique&Itemid=89#.Wi7Cs1XiaUk

lundi, octobre 17 2016

KSenia: nouveau plugin VERA pour alarme KSenia Lares 16

cela se passe ici

http://forum.micasaverde.com/index.php/topic,39674.0.html

mercredi, avril 20 2016

ALTUI : les machines a état, une nouvelle facon d'aborder la domotique a la maison

Description du concept machines a état, offert par ALTUI, une nouvelle facon avantageuse par rapport aux scenes classiques, pour aborder la domotique a la maison

http://www.touteladomotique.com/index.php?option=com_content&view=article&id=1713:altui-evolutions-recentes-et-les-machines-a-etat&catid=5:domotique&Itemid=89#.Wi6_K1XiaUk

Tutoriel en anglais : http://forum.micasaverde.com/index.php?topic=37746.0

lundi, novembre 9 2015

ALTUI: les evolutions récentes depuis Avril 2017

Demonstration des evolutions récentes dans ALTUI

http://www.touteladomotique.com/index.php?option=com_content&view=article&id=1579#.Wi6891XiaUk

jeudi, avril 23 2015

ALTUI : Ecrire des extensions javascript pour ALTUI

Comment ecrire des extensions en javascript pour prendre en charge des nouveaux types de peripheriques ou des panneaux de controle de peripheriques

http://www.touteladomotique.com/index.php?option=com_content&view=article&id=1445:altuin-user-interface-alternative-pour-vera-extensions&catid=5:domotique&Itemid=89#.Wi68H1XiaUk

mercredi, avril 22 2015

ALTUI : faire des panneaux synoptiques pour sa maison avec le plugin ALTUI pour Vera

Comment faire des panneaux synoptiques aux petits oignons pour sa maison.

http://www.touteladomotique.com/index.php?option=com_content&view=article&id=1444:altui-user-interface-alternative-pour-vera-custom-pages&catid=5:domotique&Itemid=89#.Wi67YFXiaUk

mardi, avril 21 2015

ALTUI pour Vera, une alternative à l'interface utilisateur de base de la VERA

ALTUI , le plugin pour VERA qui offre une interface utilisateur amélioree et des fonctions supplémentaires

http://www.domotique-info.fr/2015/04/altui-pour-vera-une-alternative-ui5-ou-ui7/

vendredi, novembre 28 2014

Canal Plus: nouveau plugin VERA pour le decodeur Canal plus HD Wifi/Cube

Cela se passe ici

http://forum.micasaverde.com/index.php?topic=28633.0

lundi, novembre 24 2014

IPX800 : Nouveau plugin VERA pour interfacer avec la carte IPX800 v3

cela se passe ici

http://www.touteladomotique.com/forum/viewtopic.php?f=48&t=15664&hilit=IPX+VERA#p124388

lundi, novembre 18 2013

IPhoneLocator : Comment se servir de la géolocalisation pour la domotique avec VERA

IPhone Locator est un plugin pour VERA qui permet de se servir de la géolocalisation de un ou plusieurs iPhones dans les scenarii de sa domotique familiale

http://www.domotique-info.fr/2013/11/iphone-locator-plugin-pour-vera/

Video: https://www.youtube.com/watch?v=eHCp4xYMCw0