Comme annoncé, ce forum est passé en lecture seule au 1er janvier 2020. Désormais nous vous invitons à vous rendre sur notre nouvelle page communauté :
Image

A très bientôt !

La recherche a retourné 12 résultats

par coorfang
28 mars 2019, 10:38
Forum : Discussions Générales
Sujet : [Sujet officiel] l'assistant vocal Snips 100% privé (Plugin développé pour jeedom)
Réponses : 1878
Vues : 236953

Re: [Sujet officiel] l'assistant vocal Snips 100% privé (Plugin développé pour jeedom)

Bonjour a touts: Je viens de pousser une nouvelle version 0.1.2. C'est disponible dans le market Jeedom maintenant. Update 0.1.2 - 28/03/2019 Bug Fixes 1/ Only create cmd object for Jeedom intent.(HTTP 500 Error) 2/ Isolated task cron creation and deletion, added into deamon_stop function when no ta...
par coorfang
03 sept. 2018, 10:45
Forum : Discussions Générales
Sujet : [Sujet officiel] l'assistant vocal Snips 100% privé (Plugin développé pour jeedom)
Réponses : 1878
Vues : 236953

Re: [Sujet officiel] l'assistant vocal Snips

Bizarrement, dans la doc on peut faire des intents sans condition mais ça ne fonctionne pas chez moi non plus. J'ai du modifier le source de snips pour le faire fonctionner Pour info : nano /var/www/html/jeedom/plugins/snips/core/class/snips.class.php ajouter || count($binding['nsr_slots'])==0 ../....
par coorfang
08 juin 2018, 11:34
Forum : Développements sur Jeedom
Sujet : [HOW TO] Création de plugin
Réponses : 71
Vues : 32249

Re: [HOW TO] Création de plugin

Il faut montrer le code . Ou est la fonction et comment tu l'appelles? Mais Il faut retourner l'eqlogic (L'équipement) $eq = .... //retourne l'eqlogic $cmd = $eq->getCmd(null, 'refresh'); // recherche la commande avec logicalId "refresh" de l'eqLogic if (is_object($cmd)) { //Si la commande existe $...
par coorfang
01 juin 2018, 14:14
Forum : Développements sur Jeedom
Sujet : [HOW TO] Création de plugin
Réponses : 71
Vues : 32249

Re: [HOW TO] Création de plugin

$refresh = $this->getCmd(null, 'refresh'); if (!is_object($refresh)) { $refresh = new vdmCmd(); $refresh->setName(__('Rafraichir', __FILE__)); } $refresh->setEqLogic_id($this->getId()); $refresh->setLogicalId('refresh'); $refresh->setType('action'); $refresh->setSubType('other'); $refresh->save(); ...
par coorfang
30 mai 2018, 11:58
Forum : Développements sur Jeedom
Sujet : [HOW TO] Création de plugin
Réponses : 71
Vues : 32249

Re: [HOW TO] Création de plugin

Pas compris? Un bouton? Merci pour response. Oui, c'est un button physique qui est connecté en GPIO de RPi et piloté par un script Python. Par example, quand Je pusse, le script indiquera qu'il y a un signal de déclenchement. Je voudrais implement un plugin qui pout observer ce signal et appel un '...
par coorfang
29 mai 2018, 10:50
Forum : Développements sur Jeedom
Sujet : [HOW TO] Création de plugin
Réponses : 71
Vues : 32249

Re: [HOW TO] Création de plugin

Bonjour, ZygOm4t1k, Merci encore pour les 'mis a jour'. CORN est la fonction exactement Je voudrais implement pour mon plugin! Mais, common puis je faire si j'ai un button et je souhaite le command dans mon plugin sera exécuté automatiquement quand je pousse sur le bouton? Le button est piloté par u...
par coorfang
28 mai 2018, 12:38
Forum : Développements sur Jeedom
Sujet : [HOW TO] Création de plugin
Réponses : 71
Vues : 32249

Re: [HOW TO] Création de plugin

Bonjour, Merci pour votre tuto! J'ai bien suivi votre instruction juste avant coper tout ça dans le dossier 'plugin'. Mais, après, le site web march pas du tout. Il semble que l'engine essayer ouvrir mon plugin mais il ne peut pas. Il faut reboot le raspberry pi forcément. J'ai aussi essayé changer...
par coorfang
28 mai 2018, 12:03
Forum : Développements sur Jeedom
Sujet : [HOW TO] Création de plugin
Réponses : 71
Vues : 32249

Re: [HOW TO] Création de plugin

Bonjour, Merci pour votre tuto! J'ai bien suivi votre instruction juste avant coper tout ça dans le dossier 'plugin'. Mais, après, le site web march pas du tout. Il semble que l'engine essayer ouvrir mon plugin mais il ne peut pas. Il faut reboot le raspberry pi forcément. J'ai aussi essayé changer ...
par coorfang
25 mai 2018, 10:19
Forum : Software & Plugins
Sujet : How can I preview a plugin template
Réponses : 2
Vues : 2617

Re: How can I preview a plugin template

If i correctly understood your need, Just take a look on the jeedom github, you can DL the .zip of the plugin template :) Envoyé depuis mon Mobicarte (Si Si jvous jure !!!) I simply cloned that repository to local and then copy all the contents to 'template' folder under the /var/www/html/plugin. O...
par coorfang
24 mai 2018, 15:58
Forum : Software & Plugins
Sujet : How can I preview a plugin template
Réponses : 2
Vues : 2617

How can I preview a plugin template

I tried to move the 'template' folder to 'plugin' folder.

But it seems always, after the template is under plugin, website does not response anything .

How to solve this problem? I just want to preview the code and understand which part gonna be appear at which section on the website...
par coorfang
24 mai 2018, 14:35
Forum : Software & Plugins
Sujet : How can I run a python script when event has been triggered
Réponses : 2
Vues : 2714

Re: How can I run a python script when event has been triggered

The idea way is, this script can be written in python and then the commends and devices inside can be understand by JeeDom's. Finally the JeeDom will execute those commands.
par coorfang
24 mai 2018, 14:28
Forum : Software & Plugins
Sujet : How can I run a python script when event has been triggered
Réponses : 2
Vues : 2714

How can I run a python script when event has been triggered

Hello everyone, I am new to JeeDom, but now I want to develop a Plugin for Snips voice assistant. The Idea is, when the snips assistant received voice instructions, it will split it into a structurized json data with intents and necessary parameters. But Snips using python, it support running a scri...

Aller sur la recherche avancée