﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Catégorie Packages - Constellation</title>
	<atom:link href="https://developer.myconstellation.io/package-library/feed/" rel="self" type="application/rss+xml" />
	<link>https://developer.myconstellation.io/package-library/</link>
	<description>Votre plateforme d&#039;interconnexion</description>
	<lastBuildDate>Mon, 24 Feb 2020 08:34:58 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.11</generator>

<image>
	<url>https://developer.myconstellation.io/wp-content/uploads/2016/02/256x256-e1457476015859.png</url>
	<title>Catégorie Packages - Constellation</title>
	<link>https://developer.myconstellation.io/package-library/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Vorwerk : connectez votre robot aspirateur Kobold ou Neato dans Constellation</title>
		<link>https://developer.myconstellation.io/package-library/vorwerk/</link>
					<comments>https://developer.myconstellation.io/package-library/vorwerk/#respond</comments>
		
		<dc:creator><![CDATA[Constellation Documentation Agent]]></dc:creator>
		<pubDate>Sun, 23 Feb 2020 14:41:07 +0000</pubDate>
				<category><![CDATA[Packages]]></category>
		<category><![CDATA[Neato]]></category>
		<category><![CDATA[Vacuum]]></category>
		<category><![CDATA[Robot]]></category>
		<category><![CDATA[Package]]></category>
		<category><![CDATA[Vorwerk]]></category>
		<guid isPermaLink="false">https://developer.myconstellation.io/miscellaneous/vorwerk/</guid>

					<description><![CDATA[<p>Le package Vorwerk vous permet connecter votre robot aspirateur Kobold VR200 ou VR300 dans Constellation.<br />
L'API utilisée par Vorwerk est la même que celle des Neato Botvac, vous pouvez donc également connecter vos robots Botvac.</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/vorwerk/">Vorwerk : connectez votre robot aspirateur Kobold ou Neato dans Constellation</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Le package Vorwerk vous permet connecter votre robot aspirateur Kobold VR200 ou VR300 dans Constellation.</p>
<p>L&rsquo;API utilisée par Vorwerk est la même que celle des Neato Botvac, vous pouvez donc également connecter vos robots Botvac.</p>
<h3 id="installation">Installation</h3>
<p>Depuis le &quot;Online Package Repository&quot; de votre Console Constellation, installez et déployez le package sur la sentinelle de votre choix (compatible Windows et Linux).</p>
<p>Sur la page de Settings, vous devez obligatoirement définir vos identifiants de connexion au Cloud Vorwerk ou Neato.</p>
<p>Vous pouvez également déployer ce package manuellement dans la configuration de votre Constellation :</p>
<p></p><pre class="crayon-plain-tag">&lt;package name=&quot;Vorwerk&quot;&gt;
  &lt;settings&gt;
    &lt;setting key=&quot;Username&quot; value=&quot;xxxx@yyyyy.com&quot; /&gt;
    &lt;setting key=&quot;Password&quot; value=&quot;xxxxxxx&quot; /&gt;
    &lt;setting key=&quot;Vendor&quot; value=&quot;Vorwerk&quot; /&gt;
  &lt;/settings&gt;
&lt;/package&gt;</pre><p></p>
<h3 id="settings">Settings</h3>
<table>
<thead>
<tr>
<th>Nom</th>
<th>Type</th>
<th>Requis ?</th>
<th>Description du Setting</th>
</tr>
</thead>
<tbody>
<tr>
<td>Username</td>
<td>String</td>
<td>OUI</td>
<td>Nom d&rsquo;utilisateur Vorwerk/Neato</td>
</tr>
<tr>
<td>Password</td>
<td>String</td>
<td>OUI</td>
<td>Mot de passe Vorwerk/Neato</td>
</tr>
<tr>
<td>Vendor</td>
<td>String</td>
<td>NON</td>
<td>Marque du robot : &quot;Vorwerk&quot; ou &quot;Neato&quot; (par défaut Vorwerk)</td>
</tr>
<tr>
<td>RobotPollingInterval</td>
<td>Int</td>
<td>NON</td>
<td>Interval en seconde d&rsquo;interrogation du robot (par défaut 10 sec)</td>
</tr>
<tr>
<td>DashboardPollingInterval</td>
<td>Int</td>
<td>NON</td>
<td>Interval en seconde d&rsquo;interrogation du &quot;dashboard&quot; (par défaut 900 sec soit 15 min)</td>
</tr>
</tbody>
</table>
<h3 id="stateobjects">StateObjects</h3>
<p>Vous retrouverez un StateObject &quot;Dashboard&quot; qui contient les informations sur le compte utilisé ainsi que la liste des robots attachés et un StateObject par robot (le nom du StateObject est le nom du robot) qui contient les informations sur l&rsquo;état du robot.</p>
<table>
<thead>
<tr>
<th>Nom</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Dashboard</td>
<td>Vorwerk.Models.Dashboard</td>
<td>Information sur le compte et robots attachés</td>
</tr>
<tr>
<td>&lt;&lt; nom du robot &gt;&gt;</td>
<td>Vorwerk.Models.RobotState</td>
<td>Information sur l&rsquo;état du robot</td>
</tr>
</tbody>
</table>
<h3 id="messagecallbacks">MessageCallbacks</h3>
<p>Le package expose 2 MessageCallbacks :</p>
<table>
<thead>
<tr>
<th>Signature</th>
<th>Réponse (saga)</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>StartCleaning(string robotName, bool ecoMode = true)</td>
<td>RobotState</td>
<td>Démarre un néttoyage</td>
</tr>
<tr>
<td>StartSpotCleaning(string robotName, bool ecoMode = true, int height = 200, int width = 200, bool repeat = false)</td>
<td>RobotState</td>
<td>Démarre un néttoyage d&rsquo;une zone</td>
</tr>
<tr>
<td>StopCleaning(string robotName)</td>
<td>RobotState</td>
<td>Arrete le néttoyage</td>
</tr>
<tr>
<td>PauseCleaning(string robotName)</td>
<td>RobotState</td>
<td>Pause le néttoyage</td>
</tr>
<tr>
<td>ResumeCleaning(string robotName)</td>
<td>RobotState</td>
<td>Résume le néttoyage</td>
</tr>
<tr>
<td>SendToBase(string robotName)</td>
<td>RobotState</td>
<td>Démarre un néttoyage</td>
</tr>
</tbody>
</table>
<h3 id="quelques-exemples">Quelques exemples</h3>
<ul>
<li>Lancer le néttoyage en journée lorsque l&rsquo;alarme est armée</li>
<li>Contrôler le robot depuis vos Dashboards HTML ou WPF</li>
</ul>
<h3 id="ressources">Ressources</h3>
<p>Quelques ressources pour le developpement du package :</p>
<ul>
<li>A node module for Vorwerk Kobold VR200 and VR300 : <a href="https://github.com/nicoh88/node-kobold">https://github.com/nicoh88/node-kobold</a></li>
<li>PHP library for Neato Botvac : <a href="https://github.com/tomrosenback/botvac">https://github.com/tomrosenback/botvac</a></li>
<li>Neato Javascript SDK : <a href="https://github.com/NeatoRobotics/neato-sdk-js">https://github.com/NeatoRobotics/neato-sdk-js</a></li>
<li>Python module for interacting with Neato Botvac Connected vacuum robots : <a href="https://github.com/stianaske/pybotvac">https://github.com/stianaske/pybotvac</a></li>
</ul>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/vorwerk/">Vorwerk : connectez votre robot aspirateur Kobold ou Neato dans Constellation</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://developer.myconstellation.io/package-library/vorwerk/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>TPLinkSmartHome : Prises et autres périphériques connectés</title>
		<link>https://developer.myconstellation.io/package-library/tplinksmarthome/</link>
					<comments>https://developer.myconstellation.io/package-library/tplinksmarthome/#respond</comments>
		
		<dc:creator><![CDATA[Constellation Documentation Agent]]></dc:creator>
		<pubDate>Wed, 29 May 2019 13:21:06 +0000</pubDate>
				<category><![CDATA[Packages]]></category>
		<category><![CDATA[Package]]></category>
		<category><![CDATA[TPLink]]></category>
		<category><![CDATA[Plug]]></category>
		<category><![CDATA[TPLinkSmartHome]]></category>
		<guid isPermaLink="false">https://developer.myconstellation.io/miscellaneous/tplinksmarthome/</guid>

					<description><![CDATA[<p>Le package TPLinkSmartHome vous permet de contrôler et monitorer les périphériques TPLink Smart Home (kasa smarthome).<br />
ATTENTION, pour le moment seules les prises HS100 et HS110 sont prises en charge par ce package.</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/tplinksmarthome/">TPLinkSmartHome : Prises et autres périphériques connectés</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Le package TPLinkSmartHome vous permet de contrôler et monitorer les périphériques TPLink Smart Home (kasa smarthome).<br />
<strong>ATTENTION, pour le moment seules les prises HS100 et HS110 sont prises en charge par ce package.</strong></p>
<h3 id="installation">Installation</h3>
<p>Depuis le “Online Package Repository” de votre Console Constellation, installez et déployez le package sur la sentinelle de votre choix (compatible Windows et Linux).</p>
<p>Sur la page de Settings, vous devez obligatoirement définir un ou plusieurs périphériques.</p>
<p>Par exemple :</p>
<p></p><pre class="crayon-plain-tag">[{
        &quot;HostName&quot;: &quot;192.168.0.123&quot;,
        &quot;Type&quot;: &quot;PlugWithEnergyMeter&quot;
        }, {
        &quot;HostName&quot;: &quot;192.168.0.234&quot;,
        &quot;Type&quot;: &quot;Plug&quot;
    }]</pre><p></p>
<p>Vous pouvez également déployer ce package manuellement dans la configuration de votre Constellation :</p>
<p></p><pre class="crayon-plain-tag">&lt;package name=&quot;TPLinkSmartHome&quot;&gt;
    &lt;settings&gt;
        &lt;setting key=&quot;poolingInterval&quot; value=&quot;2000&quot; /&gt;
        &lt;setting key=&quot;devices&quot;&gt;
            &lt;content&gt;[{
            &quot;HostName&quot;: &quot;192.168.0.123&quot;,
            &quot;Type&quot;: &quot;PlugWithEnergyMeter&quot;
        }, {
            &quot;HostName&quot;: &quot;192.168.0.234&quot;,
            &quot;Type&quot;: &quot;PlugWithEnergyMeter&quot;
        }]&lt;/content&gt;
        &lt;/setting&gt;
    &lt;/settings&gt;
&lt;/package&gt;</pre><p></p>
<h3 id="settings">Settings</h3>
<table>
<thead>
<tr>
<th>Nom</th>
<th>Type</th>
<th>Requis ?</th>
<th>Description du Setting</th>
</tr>
</thead>
<tbody>
<tr>
<td>devices</td>
<td>JsonObject</td>
<td>OUI</td>
<td>liste de périphériques</td>
</tr>
<tr>
<td>poolingInterval</td>
<td>int</td>
<td>NON</td>
<td>interval en millisecondes entre deux récupération de l&rsquo;état des périphériques (défaut : 2000ms)</td>
</tr>
</tbody>
</table>
<h3 id="stateobjects">StateObjects</h3>
<p>Vous retrouverez 1 StateObject publié par périphérique par le package :</p>
<table>
<thead>
<tr>
<th>Nom</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>TPLink-##Hostname##</td>
<td>JsonObject</td>
<td>les informations d&rsquo;un périphérique</td>
</tr>
</tbody>
</table>
<h3 id="messagecallbacks">MessageCallbacks</h3>
<p>Le package expose 3 MessageCallbacks :</p>
<table>
<thead>
<tr>
<th>Signature</th>
<th>Réponse (saga)</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>GetDailyStat(string hostname, int? year = null, int? month = null)</td>
<td>JsonObject</td>
<td>Les statistiques d&rsquo;utilisation quotidiennes pour une année et un mois donné (Pour les prises HS110 uniquement)</td>
</tr>
<tr>
<td>GetMonthStat(string hostname, int? year = null)</td>
<td>JsonObject</td>
<td>Les statistiques d&rsquo;utilisation mensuelles pour une année donnée (Pour les prises HS110 uniquement)</td>
</tr>
<tr>
<td>SetOutputState(string hostname, bool state)</td>
<td>void</td>
<td>Change l&rsquo;état (ON/OFF) d&rsquo;une prise (Pour les prises HS100 et HS110 uniquement)</td>
</tr>
<tr>
<td>SetLedOff(string hostname, bool isOff)</td>
<td>Object</td>
<td>Change l&rsquo;état (ON/OFF) de la LED d&rsquo;une prise (Pour les prises HS100 et HS110 uniquement)</td>
</tr>
</tbody>
</table>
<h3 id="quelques-exemples">Quelques exemples</h3>
<ul>
<li>Surveiller la consommation d&rsquo;une prise connectée</li>
<li>Contrôler à distance une prise connectée, éteindre la nuit certaines prises etc.</li>
</ul>
<h3 id="license">License</h3>
<p>Apache License</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/tplinksmarthome/">TPLinkSmartHome : Prises et autres périphériques connectés</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://developer.myconstellation.io/package-library/tplinksmarthome/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>OrangeTV : pilotez votre décodeur TV Orange</title>
		<link>https://developer.myconstellation.io/package-library/orangetv/</link>
					<comments>https://developer.myconstellation.io/package-library/orangetv/#respond</comments>
		
		<dc:creator><![CDATA[Constellation Documentation Agent]]></dc:creator>
		<pubDate>Thu, 23 May 2019 13:37:30 +0000</pubDate>
				<category><![CDATA[Packages]]></category>
		<category><![CDATA[Orange]]></category>
		<category><![CDATA[décodeur]]></category>
		<category><![CDATA[Livebox]]></category>
		<category><![CDATA[Package]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[OrangeTV]]></category>
		<guid isPermaLink="false">https://developer.myconstellation.io/miscellaneous/orangetv/</guid>

					<description><![CDATA[<p>Documentation en cours de rédaction! Connect your Orange Set-top box (Orange LiveBox TV) to Constellation StateObjects State : the current state of the Set-top box (with the current standby state, current context, current played media, etc.) MessageCallbacks SwitchTo(string epgId) :</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/orangetv/">OrangeTV : pilotez votre décodeur TV Orange</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Documentation en cours de rédaction!</p>
<p>Connect your Orange Set-top box (Orange LiveBox TV) to Constellation</p>
<h3 id="stateobjects">StateObjects</h3>
<ul>
<li>State : the current state of the Set-top box (with the current standby state, current context, current played media, etc.)</li>
</ul>
<h3 id="messagecallbacks">MessageCallbacks</h3>
<ul>
<li>SwitchTo(string epgId) : Switches to EPG identifier</li>
<li>SwitchToChannel(Channel channel) : Switches to channel</li>
<li>SendKey(Key key, PressKeyMode mode = PressKeyMode.SinglePress) : Sends the remote controller key</li>
<li>RefreshState() : Refreshes the current state</li>
</ul>
<h3 id="installation">Installation</h3>
<p>Declare the package in a Sentinel with the following configuration :</p>
<p></p><pre class="crayon-plain-tag">&lt;package name=&quot;OrangeTV&quot;&gt;
  &lt;settings&gt;
    &lt;setting key=&quot;Hostname&quot; value=&quot;192.168.x.x&quot; /&gt;
  &lt;/settings&gt;
&lt;/package&gt;</pre><p></p>
<h3 id="license">License</h3>
<p>Apache License</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/orangetv/">OrangeTV : pilotez votre décodeur TV Orange</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://developer.myconstellation.io/package-library/orangetv/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Gammu : passerelle GSM pour envoyer et recevoir des SMS par Python-Gammu</title>
		<link>https://developer.myconstellation.io/package-library/gammu/</link>
					<comments>https://developer.myconstellation.io/package-library/gammu/#comments</comments>
		
		<dc:creator><![CDATA[Constellation Documentation Agent]]></dc:creator>
		<pubDate>Sun, 21 May 2017 22:29:17 +0000</pubDate>
				<category><![CDATA[Packages]]></category>
		<category><![CDATA[SMS]]></category>
		<category><![CDATA[Telephone]]></category>
		<category><![CDATA[GSM]]></category>
		<category><![CDATA[appel]]></category>
		<category><![CDATA[Text message]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[Gammu]]></category>
		<category><![CDATA[Python]]></category>
		<guid isPermaLink="false">https://developer.myconstellation.io/?p=4981</guid>

					<description><![CDATA[<p>Documentation en cours de rédaction …</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/gammu/">Gammu : passerelle GSM pour envoyer et recevoir des SMS par Python-Gammu</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Documentation en cours de rédaction …</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/gammu/">Gammu : passerelle GSM pour envoyer et recevoir des SMS par Python-Gammu</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://developer.myconstellation.io/package-library/gammu/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>GraylogConnector : l&#8217;historique de vos StateObjects dans ElasticSearch avec Graylog</title>
		<link>https://developer.myconstellation.io/package-library/graylogconnector/</link>
					<comments>https://developer.myconstellation.io/package-library/graylogconnector/#respond</comments>
		
		<dc:creator><![CDATA[Constellation Documentation Agent]]></dc:creator>
		<pubDate>Sun, 21 May 2017 08:45:04 +0000</pubDate>
				<category><![CDATA[Packages]]></category>
		<category><![CDATA[Graylog]]></category>
		<category><![CDATA[Kibana]]></category>
		<category><![CDATA[ElasticSearch]]></category>
		<category><![CDATA[GELF]]></category>
		<category><![CDATA[Analytic]]></category>
		<guid isPermaLink="false">https://developer.myconstellation.io/?p=4910</guid>

					<description><![CDATA[<p>Documentation en cours de rédaction &#8230;</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/graylogconnector/">GraylogConnector : l&rsquo;historique de vos StateObjects dans ElasticSearch avec Graylog</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Documentation en cours de rédaction &#8230;</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/graylogconnector/">GraylogConnector : l&rsquo;historique de vos StateObjects dans ElasticSearch avec Graylog</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://developer.myconstellation.io/package-library/graylogconnector/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>DD-WRT : Connectez votre routeur DD-WRT à Constellation</title>
		<link>https://developer.myconstellation.io/package-library/ddwrt/</link>
					<comments>https://developer.myconstellation.io/package-library/ddwrt/#comments</comments>
		
		<dc:creator><![CDATA[Constellation Documentation Agent]]></dc:creator>
		<pubDate>Sun, 21 May 2017 08:43:33 +0000</pubDate>
				<category><![CDATA[Packages]]></category>
		<category><![CDATA[Package]]></category>
		<category><![CDATA[DD-WRT]]></category>
		<category><![CDATA[Routeur]]></category>
		<guid isPermaLink="false">https://developer.myconstellation.io/?p=4906</guid>

					<description><![CDATA[<p>Documentation en cours de rédaction &#8230;</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/ddwrt/">DD-WRT : Connectez votre routeur DD-WRT à Constellation</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Documentation en cours de rédaction &#8230;</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/ddwrt/">DD-WRT : Connectez votre routeur DD-WRT à Constellation</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://developer.myconstellation.io/package-library/ddwrt/feed/</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
			</item>
		<item>
		<title>Exchange : synchronisez vos calendriers Exchange dans Constellation</title>
		<link>https://developer.myconstellation.io/package-library/exchange/</link>
					<comments>https://developer.myconstellation.io/package-library/exchange/#comments</comments>
		
		<dc:creator><![CDATA[Constellation Documentation Agent]]></dc:creator>
		<pubDate>Sun, 21 May 2017 08:42:49 +0000</pubDate>
				<category><![CDATA[Packages]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Calendrier]]></category>
		<category><![CDATA[Office 365]]></category>
		<guid isPermaLink="false">https://developer.myconstellation.io/?p=4908</guid>

					<description><![CDATA[<p>Documentation en cours de rédaction &#8230;</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/exchange/">Exchange : synchronisez vos calendriers Exchange dans Constellation</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Documentation en cours de rédaction &#8230;</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/exchange/">Exchange : synchronisez vos calendriers Exchange dans Constellation</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://developer.myconstellation.io/package-library/exchange/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Jeedom dans Constellation</title>
		<link>https://developer.myconstellation.io/package-library/jeedom/</link>
					<comments>https://developer.myconstellation.io/package-library/jeedom/#comments</comments>
		
		<dc:creator><![CDATA[Constellation Documentation Agent]]></dc:creator>
		<pubDate>Sun, 21 May 2017 08:42:10 +0000</pubDate>
				<category><![CDATA[Packages]]></category>
		<category><![CDATA[Z-Wave]]></category>
		<category><![CDATA[Domotique]]></category>
		<category><![CDATA[Jeedom]]></category>
		<guid isPermaLink="false">https://developer.myconstellation.io/?p=4912</guid>

					<description><![CDATA[<p>Le package Jeedom vous permet de contrôler vos équipements et vos scénarios Jeedom. Cette documentation a été réalisé avec la version 1.0 du package Jeedom ainsi que la version 1.0 du plugin Constellation pour Jeedom. Le code source est disponible</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/jeedom/">Jeedom dans Constellation</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Le package Jeedom vous permet de contrôler vos équipements et vos scénarios Jeedom.</p>
<p>Cette documentation a été réalisé avec la version 1.0 du package Jeedom ainsi que la version 1.0 du plugin Constellation pour Jeedom.</p>
<p>Le code source est disponible sur <a title="https://github.com/myconstellation/constellation-packages/tree/master/Jeedom" href="https://github.com/myconstellation/constellation-packages/tree/master/Jeedom">https://github.com/myconstellation/constellation-packages/tree/master/Jeedom</a></p>
<h3>Installation du package Jeedom</h3>
<p>Depuis le “Online Package Repository” de votre Console Constellation, déployez le package Jeedom :</p>
<p align="center"><a href="http://i.imgur.com/dftrTld.png"><img class="colorbox-4912"  loading="lazy" style="background-image: none; padding-top: 0px; padding-left: 0px; padding-right: 0px; border-width: 0px;" title="clip_image002[4]" src="http://i.imgur.com/dftrTld.png" alt="clip_image002[4]" width="354" height="226" border="0" /></a></p>
<p>Une fois le package télécharger votre repository local, sélectionnez la sentinelle sur laquelle déployer le package.</p>
<p>Pour finir, sur la page de Settings vous devez obligatoirement spécifier l’adresse URL ainsi que la clé API de votre installation Jeedom sans le « http:// » :</p>
<p align="center"><a href="http://i.imgur.com/D5VLHMX.png"><img class="colorbox-4912"  loading="lazy" style="background-image: none; padding-top: 0px; padding-left: 0px; padding-right: 0px; border-width: 0px;" title="clip_image004[4]" src="http://i.imgur.com/D5VLHMX.png" alt="clip_image004[4]" width="354" height="176" border="0" /></a></p>
<p>Vous pouvez également déployer ce package manuellement dans la configuration de votre Constellation :</p>
<p></p><pre class="crayon-plain-tag">&lt;package name="Jeedom"&gt;
  &lt;settings&gt;
    &lt;setting key="ServerUrl" value="192.168.1.20" /&gt;
    &lt;setting key="ApiKey" value="123456abcdef" /&gt;
  &lt;/settings&gt;
&lt;/package&gt;</pre><p></p>
<h3>Détails du package</h3>
<h4>Les Settings</h4>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="bottom" width="10"><u>Nom</u></td>
<td valign="bottom" width="10"><u>Type</u></td>
<td valign="bottom" width="10"><u>Détail</u></td>
<td valign="bottom" width="478"><u>Description</u></td>
</tr>
<tr>
<td valign="bottom" width="10">ServerUrl</td>
<td valign="bottom" width="10">String</td>
<td valign="bottom" width="10">Obligatoire</td>
<td valign="bottom" width="478">Adresse IP de Jeedom</td>
</tr>
<tr>
<td valign="bottom" width="10">ApiKey</td>
<td valign="bottom" width="10">String</td>
<td valign="bottom" width="10">Obligatoire</td>
<td valign="bottom" width="478">Clé API de Jeedom</td>
</tr>
</tbody>
</table>
<h4>Les StateObjects</h4>
<p>Ce package ne comporte aucuns StateObjects.</p>
<h4>Les MessageCallbacks</h4>
<p>Le package expose 2 types de MessageCallbacks :</p>
<ul>
<li>SceneControl :</li>
</ul>
<p>Ces Message Callbacks ne produisent aucunes réponses (saga).</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="bottom" width="132"><u>Nom</u></td>
<td valign="bottom" width="200"><u>Champ scene_id</u></td>
<td valign="bottom" width="259"><u>Description</u></td>
</tr>
<tr>
<td width="132">Start</td>
<td width="200"><i>Id du scénario</i></td>
<td width="259">Démarre le scénario</td>
</tr>
<tr>
<td width="132">Stop</td>
<td width="200"><i>Id du scénario</i></td>
<td width="259">Arrête le scénario</td>
</tr>
<tr>
<td width="132">Activer</td>
<td width="200"><i>Id du scénario</i></td>
<td width="259">Active le scénario</td>
</tr>
<tr>
<td width="132">Desactiver</td>
<td width="200"><i>Id du scénario</i></td>
<td width="259">Désactive le scénario</td>
</tr>
</tbody>
</table>
<ul>
<li>SendCommand :</li>
</ul>
<p>Ces Message Callbacks ne produisent aucunes réponses (saga).</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="bottom" width="132"><u>Nom</u></td>
<td valign="bottom" width="121"><u>Champ id</u></td>
<td valign="bottom" width="167"><u>Champ value</u></td>
<td valign="bottom" width="167"><u>Champ value2</u></td>
<td valign="bottom" width="259"><u>Description</u></td>
</tr>
<tr>
<td width="132">Switch</td>
<td width="121"><i>Id de l&rsquo;équipement</i></td>
<td width="167">Aucun</td>
<td width="167">Aucun</td>
<td width="259">Pour un équipement de type switch</td>
</tr>
<tr>
<td width="132">Slider</td>
<td width="121"><i>Id de l&rsquo;équipement</i></td>
<td width="167">Valeur souhaitée</td>
<td width="167">Aucun</td>
<td width="259">Pour un équipement de type slider</td>
</tr>
<tr>
<td width="132">Message</td>
<td width="121"><i>Id de l&rsquo;équipement</i></td>
<td width="167">Titre du message</td>
<td width="167">Corps du message</td>
<td width="259">Pour un équipement de type message</td>
</tr>
<tr>
<td width="132">Color</td>
<td width="121"><i>Id de l&rsquo;équipement</i></td>
<td width="167">Couleur souhaitée</td>
<td width="167">Aucun</td>
<td width="259">Pour un équipement de type color</td>
</tr>
</tbody>
</table>
<h3>Le plugin pour Jeedom (version 1.0)</h3>
<h4>Installation</h4>
<p>Afin d’éviter de questionner Jeedom toutes les x secondes et pour obtenir les informations le plus rapidement possible, un plugin pour Jeedom a été développé.</p>
<p>Celui-ci vous permet d&rsquo;envoyer toutes les informations d&rsquo;un équipement quand une ou plusieurs informations de cet équipement se mettent à jour.</p>
<p>Le plugin peut être téléchargé à cette adresse : http://erwann.laville.free.fr/Jeedom/constellation.zip</p>
<p>Il vous suffit alors de l&rsquo;extraire dans le dossier plugin de Jeedom. Une fois installé, vous pourrez l&rsquo;activer dans la liste des plugins sur Jeedom :</p>
<p align="center"><a href="http://i.imgur.com/JAqfqUX.png"><img class="colorbox-4912"  loading="lazy" style="background-image: none; padding-top: 0px; padding-left: 0px; padding-right: 0px; border-width: 0px;" title="clip_image004[4]" src="http://i.imgur.com/JAqfqUX.png" width="354" height="176" border="0" /></a></p>
<p>Une fois activé, vous aurez accès à la configuration générale du plugin. Il vous faudra indiquer l&rsquo;url de Constellation (sans le http), le nom de la sentinelle et la clé créditential associée au plugin.</p>
<p align="center"><a href="http://i.imgur.com/4RLHco7.png"><img class="colorbox-4912"  loading="lazy" style="background-image: none; padding-top: 0px; padding-left: 0px; padding-right: 0px; border-width: 0px;" title="clip_image004[4]" src="http://i.imgur.com/4RLHco7.png" width="354" height="176" border="0" /></a></p>
<p>Par la suite vous pouvez ajouter autant d&rsquo;équipement que souhaités. Chaque équipement créé correspondra à un package différent sur Constellation. Le nom de cet équipement correspondra au nom du package.</p>
<p align="center"><a href="http://i.imgur.com/jytCq2H.png"><img class="colorbox-4912"  loading="lazy" style="background-image: none; padding-top: 0px; padding-left: 0px; padding-right: 0px; border-width: 0px;" title="clip_image004[4]" src="http://i.imgur.com/jytCq2H.png" width="354" height="176" border="0" /></a></p>
<p align="center"><a href="http://i.imgur.com/eHOQm3f.png"><img class="colorbox-4912"  loading="lazy" style="background-image: none; padding-top: 0px; padding-left: 0px; padding-right: 0px; border-width: 0px;" title="clip_image004[4]" src="http://i.imgur.com/eHOQm3f.png" width="354" height="176" border="0" /></a></p>
<h4>Les StateObjects</h4>
<p>Le plugin Constellation pour Jeedom envoi un SO par équipement ajouté dans le « package ».</p>
<p>Si vous ajoutez plusieurs commandes d&rsquo;un même équipement dans le package, les informations de l&rsquo;équipement seront envoyés au même package dans Constellation à chaque mise à jour de chaque commandes indiquées.</p>
<p>Par exemple dans mon équipement Zwave, je rajoute #[Salle de Bains][Wall Plug][Etat]# et #[Salle de Bains][Wall Plug][Puissance]#. Les informations de mon Wall Plug seront envoyés à Constellation si l&rsquo;état ou si la puissance changent.</p>
<p align="center"><a href="http://i.imgur.com/Vn2H4I4.png"><img class="colorbox-4912"  loading="lazy" style="background-image: none; padding-top: 0px; padding-left: 0px; padding-right: 0px; border-width: 0px;" title="clip_image004[4]" src="http://i.imgur.com/Vn2H4I4.png" width="354" height="176" border="0" /></a></p>
<p>Pour le moment, les SO ont comme nom le chemin de l&rsquo;équipement dans Jeedom, par exemple : [Salle de Bains][Wall Plug]</p>
<p>N&rsquo;oubliez pas de rajouter dans Constellation la sentinel et le package, par exemple ici :</p>
<p></p><pre class="crayon-plain-tag">&lt;sentinel name="Squeezebox" credential="Standard"&gt;
  &lt;packages&gt;
    &lt;package name="Zwave" /&gt;
  &lt;/packages&gt;
&lt;/sentinel&gt;</pre><p></p>
<h4>Les Plugins compatiblent</h4>
<p>Du fait du système utilisé (fonction listener) tous les plugins de Jeedom ne sont pas compatibles. Voici une liste non exhaustive des plugins Jeedom essayés :</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="center" valign="bottom" width="200"><u>Nom du plugin</u></td>
<td align="center" valign="bottom" width="100"><u>Compatible</u></td>
<td align="center" valign="bottom" width="100"><u>Non compatible</u></td>
</tr>
<tr>
<td align="center" valign="bottom" width="200">BLEA</td>
<td align="center" valign="bottom" width="100">X</td>
<td align="center" valign="bottom" width="100"></td>
</tr>
<tr>
<td align="center" valign="bottom" width="200">Espeasy</td>
<td align="center" valign="bottom" width="100">X</td>
<td align="center" valign="bottom" width="100"></td>
</tr>
<tr>
<td align="center" valign="bottom" width="200">Agenda</td>
<td align="center" valign="bottom" width="100"></td>
<td align="center" valign="bottom" width="100">X</td>
</tr>
<tr>
<td align="center" valign="bottom" width="200">Monitoring</td>
<td align="center" valign="bottom" width="100">X</td>
<td align="center" valign="bottom" width="100"></td>
</tr>
<tr>
<td align="center" valign="bottom" width="200">RFXCom</td>
<td align="center" valign="bottom" width="100">X</td>
<td align="center" valign="bottom" width="100"></td>
</tr>
<tr>
<td align="center" valign="bottom" width="200">Zwave</td>
<td align="center" valign="bottom" width="100">X</td>
<td align="center" valign="bottom" width="100"></td>
</tr>
</tbody>
</table>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/jeedom/">Jeedom dans Constellation</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://developer.myconstellation.io/package-library/jeedom/feed/</wfw:commentRss>
			<slash:comments>33</slash:comments>
		
		
			</item>
		<item>
		<title>Lync : passerelle téléphonique avec Lync/Skype-for-Business pour Constellation</title>
		<link>https://developer.myconstellation.io/package-library/lync/</link>
					<comments>https://developer.myconstellation.io/package-library/lync/#respond</comments>
		
		<dc:creator><![CDATA[Constellation Documentation Agent]]></dc:creator>
		<pubDate>Sun, 21 May 2017 08:41:37 +0000</pubDate>
				<category><![CDATA[Packages]]></category>
		<category><![CDATA[Lync]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[Speech]]></category>
		<category><![CDATA[Telephonie]]></category>
		<category><![CDATA[Telephone]]></category>
		<guid isPermaLink="false">https://developer.myconstellation.io/?p=4914</guid>

					<description><![CDATA[<p>Documentation en cours de rédaction &#8230;</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/lync/">Lync : passerelle téléphonique avec Lync/Skype-for-Business pour Constellation</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Documentation en cours de rédaction &#8230;</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/lync/">Lync : passerelle téléphonique avec Lync/Skype-for-Business pour Constellation</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://developer.myconstellation.io/package-library/lync/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Mikrotik : connectez vos équipements réseau sous RouterOS dans Constellation</title>
		<link>https://developer.myconstellation.io/package-library/mikrotik/</link>
					<comments>https://developer.myconstellation.io/package-library/mikrotik/#respond</comments>
		
		<dc:creator><![CDATA[Constellation Documentation Agent]]></dc:creator>
		<pubDate>Sun, 21 May 2017 08:40:49 +0000</pubDate>
				<category><![CDATA[Packages]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Réseau]]></category>
		<category><![CDATA[Routeur]]></category>
		<category><![CDATA[Switch]]></category>
		<category><![CDATA[AccessPoint]]></category>
		<category><![CDATA[Wifi]]></category>
		<category><![CDATA[RouterOS]]></category>
		<category><![CDATA[Mikrotik]]></category>
		<guid isPermaLink="false">https://developer.myconstellation.io/?p=4916</guid>

					<description><![CDATA[<p>This package queries and pushes informations about your Mikrotik device to Constellation StateObjects All interfaces (Ethernet, Wireless, VLAN, etc &#8230;) System resource infos IP v4 &#38; v6 addresses IP v4 &#38; v6 Pools Queues Simple DHCP Server Leases DHCP client</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/mikrotik/">Mikrotik : connectez vos équipements réseau sous RouterOS dans Constellation</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This package queries and pushes informations about your Mikrotik device to Constellation</p>
<h3 id="stateobjects">StateObjects</h3>
<ul>
<li>All interfaces (Ethernet, Wireless, VLAN, etc &#8230;)</li>
<li>System resource infos</li>
<li>IP v4 &amp; v6 addresses</li>
<li>IP v4 &amp; v6 Pools</li>
<li>Queues Simple</li>
<li>DHCP Server Leases</li>
<li>DHCP client v4 &amp; v6</li>
<li>IPv6 Neighbors</li>
<li>CapsMan Registration table (wireless clients connected to yours CAPs)</li>
</ul>
<h3 id="installation">Installation</h3>
<p>Declare the package in a Sentinel with the following configuration :</p>
<p></p><pre class="crayon-plain-tag">&lt;package name="Mikrotik"&gt;
 &lt;settings&gt;
   &lt;setting key="Address" value="192.168.88.1" /&gt;
   &lt;setting key="Username" value="constellation" /&gt;
   &lt;setting key="Password" value="password" /&gt;
 &lt;/settings&gt;
&lt;/package&gt;</pre><p></p>
<p>By default the package queries your Mikrotik device every 5 seconds but you can customize this interval :</p>
<p></p><pre class="crayon-plain-tag">&lt;setting key="QueryInterval" value="5000" /&gt;</pre><p></p>
<h3 id="license">License</h3>
<p>Apache License</p>
<p>The post <a rel="nofollow" href="https://developer.myconstellation.io/package-library/mikrotik/">Mikrotik : connectez vos équipements réseau sous RouterOS dans Constellation</a> appeared first on <a rel="nofollow" href="https://developer.myconstellation.io">Constellation</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://developer.myconstellation.io/package-library/mikrotik/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Mise en cache de page à l’aide de Disk: Enhanced 

Served from: developer.myconstellation.io @ 2026-01-21 05:10:42 by W3 Total Cache
-->