<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="https://publishpress.com/"
	
	>
<channel>
	<title>
	Commentaires sur : Installez Home-assistant	</title>
	<atom:link href="https://devotics.fr/installez-home-assistant/feed/" rel="self" type="application/rss+xml" />
	<link>https://devotics.fr/installez-home-assistant/</link>
	<description>Domotique, objets connectés, nouvelles technologies, développement.</description>
	<lastBuildDate>Wed, 31 Mar 2021 06:43:28 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		Par : Ajouter ssl sur home-assistant &#8211; Bima Notes		</title>
		<link>https://devotics.fr/installez-home-assistant/#comment-4863</link>

		<dc:creator><![CDATA[Ajouter ssl sur home-assistant &#8211; Bima Notes]]></dc:creator>
		<pubDate>Wed, 31 Mar 2021 06:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://devotics.fr/?p=119#comment-4863</guid>

					<description><![CDATA[[&#8230;] Installez Home-assistant [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Installez Home-assistant [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Par : Jack Harper		</title>
		<link>https://devotics.fr/installez-home-assistant/#comment-1284</link>

		<dc:creator><![CDATA[Jack Harper]]></dc:creator>
		<pubDate>Mon, 26 Aug 2019 19:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://devotics.fr/?p=119#comment-1284</guid>

					<description><![CDATA[Bonjour, je suis aussi chez ovh, j&#039;ai suivi votre guide, mais je ne parvient pas à accéder à hassio depuis mon url perso. Pourriez-vous m&#039;aider ?]]></description>
			<content:encoded><![CDATA[<p>Bonjour, je suis aussi chez ovh, j&rsquo;ai suivi votre guide, mais je ne parvient pas à accéder à hassio depuis mon url perso. Pourriez-vous m&rsquo;aider ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Par : Patric		</title>
		<link>https://devotics.fr/installez-home-assistant/#comment-1102</link>

		<dc:creator><![CDATA[Patric]]></dc:creator>
		<pubDate>Mon, 13 May 2019 14:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://devotics.fr/?p=119#comment-1102</guid>

					<description><![CDATA[Bonjour,
je suis en panne : la commande &quot;sudo apt-get install python3&quot; me donne 2 failures :

Failed building wheel for cffi

et 

Command &quot;/usr/bin/python3 -u -c &quot;import setuptools, tokenize;__file__=&#039;/tmp/pip-build-w15djb9v/cffi/setup.py&#039;;f=getattr(tokenize, &#039;open&#039;, open)(__file__);code=f.read().replace(&#039;\r\n&#039;, &#039;\n&#039;);f.close();exec(compile(code, __file__, &#039;exec&#039;))&quot; install --record /tmp/pip-zcdme4uo-record/install-record.txt --single-version-externally-managed --compile&quot; failed with error code 1 in /tmp/pip-build-w15djb9v/cffi/

Auriez-vous une idée?]]></description>
			<content:encoded><![CDATA[<p>Bonjour,<br />
je suis en panne : la commande « sudo apt-get install python3 » me donne 2 failures :</p>
<p>Failed building wheel for cffi</p>
<p>et </p>
<p>Command « /usr/bin/python3 -u -c « import setuptools, tokenize;__file__=&rsquo;/tmp/pip-build-w15djb9v/cffi/setup.py&rsquo;;f=getattr(tokenize, &lsquo;open&rsquo;, open)(__file__);code=f.read().replace(&lsquo;\r\n&rsquo;, &lsquo;\n&rsquo;);f.close();exec(compile(code, __file__, &lsquo;exec&rsquo;)) » install &#8211;record /tmp/pip-zcdme4uo-record/install-record.txt &#8211;single-version-externally-managed &#8211;compile » failed with error code 1 in /tmp/pip-build-w15djb9v/cffi/</p>
<p>Auriez-vous une idée?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Par : Toseba		</title>
		<link>https://devotics.fr/installez-home-assistant/#comment-1031</link>

		<dc:creator><![CDATA[Toseba]]></dc:creator>
		<pubDate>Mon, 25 Feb 2019 23:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://devotics.fr/?p=119#comment-1031</guid>

					<description><![CDATA[Bonjour,
Pour ma part, j&#039;ai rencontré la même erreur pour la commande certbot, aussi j&#039;ai résolu mon problème par ce lien https://www.home-assistant.io/docs/ecosystem/certificates/lets_encrypt/

Néanmoins pour ceux qui ont encore le problème, essayer la commande  ./certbot-auto certonly --standalone --preferred-challenges http-01 --email your@email.address -d examplehome.duckdns.org et faites partager votre retour.

Bon courage et merci pour le tuto]]></description>
			<content:encoded><![CDATA[<p>Bonjour,<br />
Pour ma part, j&rsquo;ai rencontré la même erreur pour la commande certbot, aussi j&rsquo;ai résolu mon problème par ce lien <a href="https://www.home-assistant.io/docs/ecosystem/certificates/lets_encrypt/" rel="nofollow ugc">https://www.home-assistant.io/docs/ecosystem/certificates/lets_encrypt/</a></p>
<p>Néanmoins pour ceux qui ont encore le problème, essayer la commande  ./certbot-auto certonly &#8211;standalone &#8211;preferred-challenges http-01 &#8211;email <a href="mailto:your@email.address">your@email.address</a> -d examplehome.duckdns.org et faites partager votre retour.</p>
<p>Bon courage et merci pour le tuto</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Par : Quentin Chapelle		</title>
		<link>https://devotics.fr/installez-home-assistant/#comment-820</link>

		<dc:creator><![CDATA[Quentin Chapelle]]></dc:creator>
		<pubDate>Sat, 13 Oct 2018 15:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://devotics.fr/?p=119#comment-820</guid>

					<description><![CDATA[En réponse à &lt;a href=&quot;https://devotics.fr/installez-home-assistant/#comment-809&quot;&gt;Gaëtan Klein&lt;/a&gt;.

Bonjour, 
Avez vous bien ouvert votre port 80 ? En effet le système utilise ce port afin de vérifier que tout est en ordre.]]></description>
			<content:encoded><![CDATA[<p>En réponse à <a href="https://devotics.fr/installez-home-assistant/#comment-809">Gaëtan Klein</a>.</p>
<p>Bonjour,<br />
Avez vous bien ouvert votre port 80 ? En effet le système utilise ce port afin de vérifier que tout est en ordre.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Par : Gaëtan Klein		</title>
		<link>https://devotics.fr/installez-home-assistant/#comment-809</link>

		<dc:creator><![CDATA[Gaëtan Klein]]></dc:creator>
		<pubDate>Mon, 08 Oct 2018 20:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://devotics.fr/?p=119#comment-809</guid>

					<description><![CDATA[Bonjour,

J&#039;ai bien suivi toutes ces étapes mais j&#039;ai un souci au niveau de la certif. Quand je lance le programme letsencrypt, j&#039;ai ce retour :
authorization result : invalid
type”: “urn:acme:error:unauthorized”,**
status 403
create certifacte failed
Invalid reponse from http://nomdedomaine.ovh...

Auriez vous une idée ?]]></description>
			<content:encoded><![CDATA[<p>Bonjour,</p>
<p>J&rsquo;ai bien suivi toutes ces étapes mais j&rsquo;ai un souci au niveau de la certif. Quand je lance le programme letsencrypt, j&rsquo;ai ce retour :<br />
authorization result : invalid<br />
type”: “urn:acme:error:unauthorized”,**<br />
status 403<br />
create certifacte failed<br />
Invalid reponse from <a href="http://nomdedomaine.ovh" rel="nofollow ugc">http://nomdedomaine.ovh</a>&#8230;</p>
<p>Auriez vous une idée ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Par : Mickael		</title>
		<link>https://devotics.fr/installez-home-assistant/#comment-784</link>

		<dc:creator><![CDATA[Mickael]]></dc:creator>
		<pubDate>Mon, 17 Sep 2018 04:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://devotics.fr/?p=119#comment-784</guid>

					<description><![CDATA[Bonjour, 
J&#039;ai un problème à ce moment là:
certbot certonly --standalone \ --standalone-supported-challenges http-01 \ --email votre_email@email.com \ -d votre_domaine.com

J&#039;ai ce retour:
certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...

Certbot can obtain and install HTTPS/TLS/SSL certificates.  By default,
it will attempt to use a webserver both for obtaining and installing the
cert.
certbot: error: unrecognized arguments:  --standalone-supported-challenges http-01  --email monmail@gmail.com  -d mon_domaine.com

Ma question:
mon_domaine.com doit être du type mon_domaine.fr ou alors www.mon_domaine.fr ou encore sous-domaine.mon_domaine.fr ??

merci,
 car après j&#039;ai cette erreur du coup:

pi@raspberrypi:~ $ sudo certbot renew --dry-run
Saving debug log to /var/log/letsencrypt/letsencrypt.log
** DRY RUN: simulating &#039;certbot renew&#039; close to cert expiry
**          (The test certificates below have not been saved.)

No renewals were attempted.
** DRY RUN: simulating &#039;certbot renew&#039; close to cert expiry
**          (The test certificates above have not been saved.)]]></description>
			<content:encoded><![CDATA[<p>Bonjour,<br />
J&rsquo;ai un problème à ce moment là:<br />
certbot certonly &#8211;standalone \ &#8211;standalone-supported-challenges http-01 \ &#8211;email <a href="mailto:votre_email@email.com">votre_email@email.com</a> \ -d votre_domaine.com</p>
<p>J&rsquo;ai ce retour:<br />
certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] &#8230;</p>
<p>Certbot can obtain and install HTTPS/TLS/SSL certificates.  By default,<br />
it will attempt to use a webserver both for obtaining and installing the<br />
cert.<br />
certbot: error: unrecognized arguments:  &#8211;standalone-supported-challenges http-01  &#8211;email <a href="mailto:monmail@gmail.com">monmail@gmail.com</a>  -d mon_domaine.com</p>
<p>Ma question:<br />
mon_domaine.com doit être du type mon_domaine.fr ou alors <a href="http://www.mon_domaine.fr" rel="nofollow ugc">http://www.mon_domaine.fr</a> ou encore sous-domaine.mon_domaine.fr ??</p>
<p>merci,<br />
 car après j&rsquo;ai cette erreur du coup:</p>
<p>pi@raspberrypi:~ $ sudo certbot renew &#8211;dry-run<br />
Saving debug log to /var/log/letsencrypt/letsencrypt.log<br />
** DRY RUN: simulating &lsquo;certbot renew&rsquo; close to cert expiry<br />
**          (The test certificates below have not been saved.)</p>
<p>No renewals were attempted.<br />
** DRY RUN: simulating &lsquo;certbot renew&rsquo; close to cert expiry<br />
**          (The test certificates above have not been saved.)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Par : Quentin Chapelle		</title>
		<link>https://devotics.fr/installez-home-assistant/#comment-557</link>

		<dc:creator><![CDATA[Quentin Chapelle]]></dc:creator>
		<pubDate>Fri, 30 Mar 2018 11:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://devotics.fr/?p=119#comment-557</guid>

					<description><![CDATA[En réponse à &lt;a href=&quot;https://devotics.fr/installez-home-assistant/#comment-555&quot;&gt;Jérémy Rocchia&lt;/a&gt;.

Bonjour, 
Il y avait en effet un petit problème de taille d&#039;image suite à une mise à jour du site. Je viens de corriger ce point. 
Bonne journée]]></description>
			<content:encoded><![CDATA[<p>En réponse à <a href="https://devotics.fr/installez-home-assistant/#comment-555">Jérémy Rocchia</a>.</p>
<p>Bonjour,<br />
Il y avait en effet un petit problème de taille d&rsquo;image suite à une mise à jour du site. Je viens de corriger ce point.<br />
Bonne journée</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Par : Jérémy Rocchia		</title>
		<link>https://devotics.fr/installez-home-assistant/#comment-555</link>

		<dc:creator><![CDATA[Jérémy Rocchia]]></dc:creator>
		<pubDate>Wed, 28 Mar 2018 17:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://devotics.fr/?p=119#comment-555</guid>

					<description><![CDATA[bonjour

je n&#039;arrive pas à lire ce qu&#039;il y a sur votre image pour la configuration des ports. Pouvez vous l&#039;ecrire s&#039;il vous plait ?

Merci
Jérémy]]></description>
			<content:encoded><![CDATA[<p>bonjour</p>
<p>je n&rsquo;arrive pas à lire ce qu&rsquo;il y a sur votre image pour la configuration des ports. Pouvez vous l&rsquo;ecrire s&rsquo;il vous plait ?</p>
<p>Merci<br />
Jérémy</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Par : Alfred		</title>
		<link>https://devotics.fr/installez-home-assistant/#comment-423</link>

		<dc:creator><![CDATA[Alfred]]></dc:creator>
		<pubDate>Wed, 31 Jan 2018 10:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://devotics.fr/?p=119#comment-423</guid>

					<description><![CDATA[Bonjour Quentin,

Quelle installation choisir Home Assistant ou Hass.io ?
moi j&#039;ai essayé les deux mais pas évident.
puis-je vous soliciter pour avancer plus vite ?
merci du retour

cdt

@lfred]]></description>
			<content:encoded><![CDATA[<p>Bonjour Quentin,</p>
<p>Quelle installation choisir Home Assistant ou Hass.io ?<br />
moi j&rsquo;ai essayé les deux mais pas évident.<br />
puis-je vous soliciter pour avancer plus vite ?<br />
merci du retour</p>
<p>cdt</p>
<p>@lfred</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
