<?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/"
	
	>
<channel>
	<title>
	Comments on: [:de]PHP-Klasse für Gardena Smart System API[:en]PHP Class for Gardena Smart System API[:]	</title>
	<atom:link href="https://www.dxsdata.com/2016/07/php-class-for-gardena-smart-system-api/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dxsdata.com/2016/07/php-class-for-gardena-smart-system-api/</link>
	<description>Software &#124; Network &#124; Administration</description>
	<lastBuildDate>Sun, 13 May 2018 09:53:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: Sven		</title>
		<link>https://www.dxsdata.com/2016/07/php-class-for-gardena-smart-system-api/#comment-139</link>

		<dc:creator><![CDATA[Sven]]></dc:creator>
		<pubDate>Sun, 13 May 2018 09:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=1186#comment-139</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.dxsdata.com/2016/07/php-class-for-gardena-smart-system-api/#comment-138&quot;&gt;Raj&lt;/a&gt;.

Hi,

If you set the const CMDURL to &quot;https://smart.gardena.com/sg-1/devices/&#124;DEVICEID&#124;/abilities/outlet/command?locationId=&quot;; you can send commands without the mower.

@DXSdata: great work.

KR Sven]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.dxsdata.com/2016/07/php-class-for-gardena-smart-system-api/#comment-138">Raj</a>.</p>
<p>Hi,</p>
<p>If you set the const CMDURL to &#8220;https://smart.gardena.com/sg-1/devices/|DEVICEID|/abilities/outlet/command?locationId=&#8221;; you can send commands without the mower.</p>
<p>@DXSdata: great work.</p>
<p>KR Sven</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Raj		</title>
		<link>https://www.dxsdata.com/2016/07/php-class-for-gardena-smart-system-api/#comment-138</link>

		<dc:creator><![CDATA[Raj]]></dc:creator>
		<pubDate>Fri, 28 Jul 2017 18:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=1186#comment-138</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.dxsdata.com/2016/07/php-class-for-gardena-smart-system-api/#comment-136&quot;&gt;Michael&lt;/a&gt;.

Hello , were you able to connect with the water control ? I am not trying to integrate the water control with my Fibaro automation system and your experience would help me. Let me know please.

Thanks]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.dxsdata.com/2016/07/php-class-for-gardena-smart-system-api/#comment-136">Michael</a>.</p>
<p>Hello , were you able to connect with the water control ? I am not trying to integrate the water control with my Fibaro automation system and your experience would help me. Let me know please.</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DXSdata		</title>
		<link>https://www.dxsdata.com/2016/07/php-class-for-gardena-smart-system-api/#comment-137</link>

		<dc:creator><![CDATA[DXSdata]]></dc:creator>
		<pubDate>Mon, 12 Jun 2017 09:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=1186#comment-137</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.dxsdata.com/2016/07/php-class-for-gardena-smart-system-api/#comment-136&quot;&gt;Michael&lt;/a&gt;.

You are right, this URL might not work with the watercontrol.
You could try to replace &quot;mower&quot; with &quot;wateringcomputer&quot; within the URL.
I do not own the water control device, so I can only guess.
If it does not work, you could maybe get in contact with Roel (see comment above).
Please give me some information afterwards, so I can update the code on Github.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.dxsdata.com/2016/07/php-class-for-gardena-smart-system-api/#comment-136">Michael</a>.</p>
<p>You are right, this URL might not work with the watercontrol.<br />
You could try to replace &#8220;mower&#8221; with &#8220;wateringcomputer&#8221; within the URL.<br />
I do not own the water control device, so I can only guess.<br />
If it does not work, you could maybe get in contact with Roel (see comment above).<br />
Please give me some information afterwards, so I can update the code on Github.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael		</title>
		<link>https://www.dxsdata.com/2016/07/php-class-for-gardena-smart-system-api/#comment-136</link>

		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Sun, 11 Jun 2017 16:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=1186#comment-136</guid>

					<description><![CDATA[HI,

i have no mower, but the watercontrol and the sensor. The INFO ist working fine, but I can&#039;t send a command to the water controll, perhaps the URL is wrong for it:
const CMDURL = &quot;https://smart.gardena.com/sg-1/devices/&#124;DEVICEID&#124;/abilities/mower/command?locationId=&quot;;

Did anyone get it working?]]></description>
			<content:encoded><![CDATA[<p>HI,</p>
<p>i have no mower, but the watercontrol and the sensor. The INFO ist working fine, but I can&#8217;t send a command to the water controll, perhaps the URL is wrong for it:<br />
const CMDURL = &#8220;https://smart.gardena.com/sg-1/devices/|DEVICEID|/abilities/mower/command?locationId=&#8221;;</p>
<p>Did anyone get it working?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roel Broersma		</title>
		<link>https://www.dxsdata.com/2016/07/php-class-for-gardena-smart-system-api/#comment-135</link>

		<dc:creator><![CDATA[Roel Broersma]]></dc:creator>
		<pubDate>Tue, 18 Apr 2017 14:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dxsdata.com/?p=1186#comment-135</guid>

					<description><![CDATA[Hi,  I have the Gardena Smart Water Control unit and am trying to include it in the above PHP Library.

Can we have contact to you can publish the extra constants needed for the Water control so everybody can use it?

Kind regards,

Roel Broersma]]></description>
			<content:encoded><![CDATA[<p>Hi,  I have the Gardena Smart Water Control unit and am trying to include it in the above PHP Library.</p>
<p>Can we have contact to you can publish the extra constants needed for the Water control so everybody can use it?</p>
<p>Kind regards,</p>
<p>Roel Broersma</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
