Aller au contenu

971jmd

Membres confirmés
  • Compteur de contenus

    3 525
  • Inscription

  • Dernière visite

  • Jours gagnés

    10

Tout ce qui a été posté par 971jmd

  1. Qu'est-ce que vous appelez. HomeKit. ?
  2. IPad Air J,ai abandonné pour le moment ÈVE, quand je crée des pièces Je n'arrive àjouter mes commande dans les pièces. Entre mytouchhome et Ève le quel fonctionne le mieux ?
  3. Meri très bonne idée. Côté mobile je fonction avec àˆVE, par contre si je souhaite réaliser la même chose sur ma tablette ce n'est pas possible c'est l'un ou l'autre J'ai essayé mytouchHome par contre il ne trouve pas le bridge. quel autre application fonctionne avec ce systeme ? Envoyé de mon iPhone en utilisant Tapatalk
  4. j'ai fait le teste avec le code suivant mai ça ne fonctionne plus : I have tested it with the following code in May that no longer works { "bridge": { "name": "HomebridgeMAC", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154" }, "description": "This is an example configuration file. You can use this as a template for creating your own configuration file.", "platforms": [{ "platform": "FibaroHC2", "name": "FibaroHC2", "host": "192.168.0.5", "username": "xxxx", "password": "xxxx" } ], "accessories": [{ "accessory": "Http", "name": "cuisine", "description": "halogene", "on_url": "http://192.168.0.5/api/callAction?deviceID=268&name=setValue&arg1=100", "off_url": "http://192.168.0.5/api/callAction?deviceID=268&name=setValue&arg1=0", "username": "admin", "password": "admin", "http_method": "GET", "service": "Switch" }] }
  5. I changed HC2 and I install a single module. everything works very well
  6. the propleme is that I still have no connection with my EVE application.
  7. ok i am good "on_url": "http://192.168.0.5/api/callAction?deviceID=274&name=pressButton&arg1=1", "off_url": "http://192.168.0.5/api/callAction?deviceID=274&name=pressButton&arg1=3",
  8. voici comment j'ai procédé pour l’installation HERE ARE comment I proceeded to the installation of Raspberry Pi 2 Model B sudo apt-get update ok sudo apt-get upgrade ok sudo wget https://nodejs.org/dist/v4.0.0/node-v4.0.0-linux-armv7l.tar.gz ok tar -xvf node-v4.0.0-linux-armv7l.tar.gz ok Kà¸r: cd node-v4.0.0-linux-armv7l ok Kopier filer til USR/LOCAL sudo cp -R * /usr/local/ ok node –v ok sudo apt-get install libavahi-compat-libdnssd-dev ok sudo npm install -g homebridge ok sudo npm install -g homebridge-fibaro-hc2 ok cd /root/.homebridge ok sudo nano config.json ok
  9. a quoi correspond : What is a : { "bridge": { "name": "HomebridgeMAC", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154"
  10. comment faire plus simple juste pour faire un teste avec mon iphone ? how simpler just to make a test with my iphone ? turn off or turn on ID 274
  11. l { "bridge": { "name": "Homebridgejmd", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154" }, "description": "This is an example configuration file. You can use this as a template for creating your own $ "platforms": [ ], "accessories": [{ "accessory": "Http", "name": "Lampe salon", "on_url": "http://admin:xxxxx@192.168.0.5/api/callAction?deviceID=274&name=turnOn", "off_url": "http://admin:xxxxx@192.168.0.5/api/callAction?deviceID=274&name=turnOff", "http_method": "GET" }, { "accessory": "Http", "name": "Lampe salon2", "on_url": "http://admin:xxxxx@192.168.0.5/api/callAction?deviceID=367&name=turnOn", "off_url": "http://admin:xxxxx@192.168.0.5/api/callAction?deviceID=367&name=turnOff", "http_method": "GET" }] } sudo homebridge résultat : sudo homebridge *** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libd ns_sd&e=node> *** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not su pported (or only supported partially) in the Apple Bonjour compatibility layer o f Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libd ns_sd&e=node&f=DNSServiceRegister> Loaded plugin: homebridge-fibaro-hc2 Registering platform 'homebridge-fibaro-hc2.FibaroHC2' --- Loaded config.json with 0 accessories and 1 platforms. --- Loading 1 platforms... [FibaroHC2] Initializing FibaroHC2 platform... [FibaroHC2] Fetching Fibaro Home Center rooms... Loading 0 accessories... [FibaroHC2] Fetching Fibaro Home Center devices... [FibaroHC2] Found: com.fibaro.temperatureSensor [FibaroHC2] Found: com.fibaro.seismometer [FibaroHC2] Found: com.fibaro.lightSensor [FibaroHC2] Found: com.fibaro.temperatureSensor [FibaroHC2] Found: com.fibaro.FGMS001 [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.binarySwitch [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.binarySwitch [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.multilevelSwitch [FibaroHC2] Found: com.fibaro.FGWP101 [FibaroHC2] Found: com.fibaro.binarySwitch [FibaroHC2] Found: com.fibaro.FGWP101 [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.FGWP101 [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.binarySwitch [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.FGWP101 [FibaroHC2] Found: com.fibaro.FGRM222 [FibaroHC2] Found: com.fibaro.multilevelSwitch [FibaroHC2] Found: com.fibaro.FGWP101 [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.ipCamera [FibaroHC2] Found: com.fibaro.FGWP101 [FibaroHC2] Found: com.fibaro.FGRM222 [FibaroHC2] Found: com.fibaro.FGRGBW441M [FibaroHC2] Found: com.fibaro.FGWP101 [FibaroHC2] Found: com.fibaro.FGWP101 [FibaroHC2] Found: com.fibaro.binarySwitch [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.FGWP101 [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.binarySwitch [FibaroHC2] Found: com.fibaro.binarySwitch [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.binarySwitch [FibaroHC2] Found: com.fibaro.ipCamera [FibaroHC2] Found: com.fibaro.doorSensor [FibaroHC2] Found: HC_user [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.zwavePrimaryController [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.binarySwitch [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.binarySwitch [FibaroHC2] Found: weather [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: HC_user [FibaroHC2] Found: com.fibaro.multilevelSwitch [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.multilevelSwitch [FibaroHC2] Found: com.fibaro.multilevelSwitch [FibaroHC2] Found: com.fibaro.multilevelSwitch [FibaroHC2] Found: com.fibaro.multilevelSwitch [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.remoteController [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.motionSensor [FibaroHC2] Found: com.fibaro.motionSensor [FibaroHC2] Found: com.fibaro.motionSensor [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: iOS_device [FibaroHC2] Found: iOS_device [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.multilevelSwitch [FibaroHC2] Found: com.fibaro.multilevelSwitch [FibaroHC2] Found: com.fibaro.multilevelSwitch [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: virtual_device [FibaroHC2] Found: com.fibaro.FGWP101 [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.motionSensor [FibaroHC2] Found: com.fibaro.zwaveDevice [FibaroHC2] Found: com.fibaro.lightSensor [FibaroHC2] Found: com.fibaro.humiditySensor [FibaroHC2] Found: com.fibaro.multilevelSensor [FibaroHC2] Initializing platform accessory 'VARIABLE'... [FibaroHC2] Initializing platform accessory 'IOS Info v1.00'... [FibaroHC2] Initializing platform accessory 'Passer Cable ou Apple'... [FibaroHC2] Initializing platform accessory 'Aube'... [FibaroHC2] Initializing platform accessory 'Presence Ipade'... [FibaroHC2] Initializing platform accessory 'Presence_ HS'... [FibaroHC2] Initializing platform accessory 'Mode ECO'... [FibaroHC2] Initializing platform accessory 'Mode Nuit OFF'... [FibaroHC2] Initializing platform accessory 'Mode Nuit ON'... [FibaroHC2] Initializing platform accessory 'Désactive scéne '... [FibaroHC2] Initializing platform accessory 'PCGEA'... [FibaroHC2] Initializing platform accessory 'clime'... [FibaroHC2] Initializing platform accessory 'TV sony'... [FibaroHC2] Initializing platform accessory 'Appel TV'... [FibaroHC2] Initializing platform accessory 'Logitech'... [FibaroHC2] Initializing platform accessory 'On Off General'... [FibaroHC2] Initializing platform accessory 'Numericable'... [FibaroHC2] Initializing platform accessory 'Radio'... [FibaroHC2] Initializing platform accessory 'Réglage LP cuisine'... [FibaroHC2] Initializing platform accessory 'Alarm Clim OFF'... [FibaroHC2] Initializing platform accessory 'Dodo'... [FibaroHC2] Initializing platform accessory 'Alarm Clim On'... [FibaroHC2] Initializing platform accessory 'Climatiseur'... [FibaroHC2] Initializing platform accessory 'var 10 on off'... [FibaroHC2] Initializing platform accessory 'GEA Alarm on 323'... [FibaroHC2] Initializing platform accessory 'GEA Off 324'... [FibaroHC2] Initializing platform accessory 'sarah'... [FibaroHC2] Initializing platform accessory 'Alarm Clim On'... /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/Accessory.js: 175 throw new Error("Cannot add a bridged Accessory with the same UUID as anot her bridged Accessory: " + existing.UUID); ^ Error: Cannot add a bridged Accessory with the same UUID as another bridged Acce ssory: dd392522-c377-4d94-89d7-548531d21e90 at Bridge.Accessory.addBridgedAccessory (/usr/local/lib/node_modules/homebri dge/node_modules/hap-nodejs/lib/Accessory.js:175:13) at Server.<anonymous> (/usr/local/lib/node_modules/homebridge/lib/server.js: 224:24) at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/lib/util/o nce.js:15:19 at Request._callback (/usr/local/lib/node_modules/homebridge-fibaro-hc2/inde x.js:208:9) at Request.self.callback (/usr/local/lib/node_modules/homebridge-fibaro-hc2/ node_modules/request/request.js:199:22) at emitTwo (events.js:87:13) at Request.emit (events.js:172:7) at Request.<anonymous> (/usr/local/lib/node_modules/homebridge-fibaro-hc2/no de_modules/request/request.js:1036:10) at emitOne (events.js:82:20) at Request.emit (events.js:169:7)
  12. je suis sous raspberry PI 2 SD de 32 voila plus d'une semaine que je suis la chose et je n'y arrive toujours pas y-t-il une âme charitable pour m'aider svp
  13. @Ygi J'ai eu le même problème, 1- j'ai vider le cache du navigateur 2- rembarrée la box 3- après redémarrage change le langue 4- tu rentre ton Login et passe Envoyé de mon iPhone en utilisant Tapatalk
  14. Une autre question a quoi correspond l'adresse MAC ? Mon fichier est il ok ? merci d'avance { "bridge": { "name": "HomebridgeMAC", "username": "xx:xx:xx:xx:xx:xx", "port": 51826, "pin": "031-45-154" }, "description": "This is an example configuration file. You can use this as a template for creating your own configuration file.", "platforms": [{ "platform": "FibaroHC2", "name": "FibaroHC2", "host": "192.168.xx.x", "username": "xxxx", "password": "xxxx" } ], "accessories": [{ "accessory": "Http", "name": "Lampe salon", "on_url": "http://admin:xxxx@192.168.x.x/api/callAction?deviceID=274&name=turnOn", "off_url": "http://admin:xxxx@192.168.x.x/api/callAction?deviceID=274&name=turnOff", "http_method": "GET" }, { "accessory": "Http", "name": "Lampe salon2", "on_url": "http://admin:xxxxx@192.168.x.x/api/callAction?deviceID=367&name=turnOn", "off_url": "http://admin:xxxxx@192.168.x.x/api/callAction?deviceID=367&name=turnOff", "http_method": "GET" }] }
  15. bonjour j'ai suivi le tuto à la lettre https://detintelligentehjem.dk/blog/FibaroHC2HB/ mai juste à la fin j'ai un soucie Quand le lance homebridg : pi@raspberrypi:~ $ sudo su root@raspberrypi:/home/pi# homebridge *** WARNING *** The program 'node' uses the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node> *** WARNING *** The program 'node' called 'DNSServiceRegister()' which is not supported (or only supported partially) in the Apple Bonjour compatibility layer of Avahi. *** WARNING *** Please fix your application to use the native API of Avahi! *** WARNING *** For more information see <http://0pointer.de/avahi-compat?s=libdns_sd&e=node&f=DNSServiceRegister> Loaded plugin: homebridge-fibaro-hc2 Registering platform 'homebridge-fibaro-hc2.FibaroHC2' --- Loaded config.json with 2 accessories and 1 platforms. --- Loading 1 platforms... [FibaroHC2] Initializing FibaroHC2 platform... [FibaroHC2] Fetching Fibaro Home Center rooms... Loading 2 accessories... /usr/local/lib/node_modules/homebridge/lib/api.js:47 throw new Error("The requested accessory '" + name + "' was not registered by any plugin."); ^ Error: The requested accessory 'Http' was not registered by any plugin. at API.accessory (/usr/local/lib/node_modules/homebridge/lib/api.js:47:13) at Server._loadAccessories (/usr/local/lib/node_modules/homebridge/lib/server.js:164:42) at Server.run (/usr/local/lib/node_modules/homebridge/lib/server.js:36:38) at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:23:16) at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22) at Module._compile (module.js:434:26) at Object.Module._extensions..js (module.js:452:10) at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Function.Module.runMain (module.js:475:10) root@raspberrypi:/home/pi# Quand le lance sudo forever list: sudo: forever: command not found
  16. je suis désespérer j'ai 7x l'installe sur plusieur tuto et toujours pareille..... HELP gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/4.0.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/node_modules/curve25519/.node-gyp" gyp WARN install got an error, rolling back install gyp WARN install got an error, rolling back install gyp ERR! configure error gyp ERR! stack Error: ENOSPC: no space left on device, mkdir '/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/node_modules/curve25519/.node-gyp' gyp ERR! stack at Error (native) gyp ERR! System Linux 3.18.11-v7+ gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/node_modules/curve25519 gyp ERR! node -v v4.0.0 gyp ERR! node-gyp -v v3.0.1 gyp ERR! not ok npm ERR! Linux 3.18.11-v7+ npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "homebridge" npm ERR! node v4.0.0 npm ERR! npm v2.14.2 npm ERR! code ELIFECYCLE npm ERR! bignum@0.11.0 install: `node-gyp configure build` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the bignum@0.11.0 install script 'node-gyp configure build'. npm ERR! This is most likely a problem with the bignum package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp configure build npm ERR! You can get their info via: npm ERR! npm owner ls bignum npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR!
  17. 971jmd

    Support Gea

    bonjour a tous j'ai un petit souci bluteau gênant. j'ai réaliser une petitie modification dans mon GEA, pas grand chose et au moment de l'enregistrement j'ai eu Erreur 503... et depuis ma scène GEA à disparu.
  18. @domodial Pour ton problème de géolocalisation Essaye : http://www.domotique-fibaro.fr/index.php/topic/2513-google-calendar-vers-hc2hcl/ Combiné avec: https://ifttt.com/
  19. il y a une règle d'or quand on réalise une mise a jour Après le redémarrage de la HC2, vider le cache de votre explorateur.
  20. Bonjour @mprinfo J’ai suivi le tuto et tout s’est passé ou presque. La génération du code MD5 a été très très longue et Win32imager est resté sans réponse. alors si tu le peux rajoute cette précision dans le tutu Merci pour ce tutoriel
  21. j'ai fait la copie de la clef usb RECOVERY sous windows et j'ai fait de l'huile pffffff le code MD5 a pris beaucoup de temps pour ce généré la box a redémarrer nickel
  22. expérience risquée j'ai eu tout les pene pour relancer le recovery, pour remettre la box a zéro. FIBARO a encore du boulot pour simplifier tout ça pfffffff
  23. MERCI @ laser Effectivement j'ai fait le test et ça fonctionne visiblement bien sur la nouvelle box. sauf les icônes une belle expérience. il me reste à faire Une Copie De La Clef Usb Recovery Sous Windows
  24. @laser Oui j'ai bien vue, mai je me demandais si il avait une méthode pour les activée Visiblement non Alors comment transférer ma configuration de mon ancien box àla nouvelle. J'ai essayer de copier le dossier bakup mai ca ne fonctionne pas Envoyé de mon iPhone en utilisant Tapatalk
  25. je cherche a comprendre les trois mode de recovery. Récupération / Déplacement / Téléchargement Récupération c'est OK pas de souci Déplacement et Téléchargement je ne vois pas comment les utilisé.
×
×
  • Créer...