<?xml version="1.0"?>
<rss version="2.0"><channel><title>Update 4.621 BETA Latest Topics</title><link>https://forum.fibaro.com/forum/1367-update-4621-beta/</link><description>Update 4.621 BETA Latest Topics</description><language>en</language><item><title>Is re-inclusion of existing devices required?</title><link>https://forum.fibaro.com/topic/59653-is-re-inclusion-of-existing-devices-required/</link><description><![CDATA[<p>
	@K.Drozynski:
</p>

<p>
	 
</p>

<p>
	You wrote:
</p>

<p>
	<em>Important notice:<br />
	All devices previously added to the system that received support need to be reconfigured.</em>
</p>

<p>
	 
</p>

<p>
	Does this imply that all my existing devices must be excluded and then re- included or is a soft reconfiguration enough? 
</p>
]]></description><guid isPermaLink="false">59653</guid><pubDate>Sat, 23 Apr 2022 07:44:06 +0000</pubDate></item><item><title>Eurotronic Air Quality Sensor not supported in HC2, supported in HC3)</title><link>https://forum.fibaro.com/topic/59741-eurotronic-air-quality-sensor-not-supported-in-hc2-supported-in-hc3/</link><description><![CDATA[<p>
	Despite "<span style="background-color:#ffffff;color:#333333;font-size:14px;text-align:left;">Support for other Z-Wave devices supported by Home Center 3." declared in release notes, Eurotronic Air Quality Sensor is not </span><span lang="en-us" style="color:#333333;font-size:10.5pt;" xml:lang="en-us">supported</span><span style="background-color:#ffffff;color:#333333;font-size:14px;text-align:left;"> by HC2. Support for that sensor was added to HC3 in one of latest firmware.</span>
</p>

<p>
	<span style="background-color:#ffffff;color:#333333;font-size:14px;text-align:left;">I tried to add that sensor before 4.621 beta update, and also after - no differences.</span>
</p>

<p>
	<span style="background-color:#ffffff;color:#333333;font-size:14px;text-align:left;">So no template for parameters, and what is worse, not VOC node and values. It provides only </span><span lang="en-us" style="color:#333333;font-size:10.5pt;" xml:lang="en-us">Temperature</span><span style="background-color:#ffffff;color:#333333;font-size:14px;text-align:left;">, Humidity, Dev.point and CO2.</span>
</p>

<p>
	<span style="background-color:#ffffff;color:#333333;font-size:14px;text-align:left;">See attached</span><span style="background-color:#ffffff;color:#333333;font-size:14px;text-align:left;"> screenshot. There is one node, first child below the root, that reports 0.00 without a unit.</span>
</p>

<p>
	 
</p>

<p>
	<p class='ipsMessage ipsMessage_error cloak'>Please login or register to see this image.</p> /monthly_2022_04/880850014_EurotronicAirQualitySensorHC2.png.b7c918033d7ff47805ab8b77e662b0de.png" />
</p>
]]></description><guid isPermaLink="false">59741</guid><pubDate>Fri, 29 Apr 2022 10:59:37 +0000</pubDate></item><item><title>HTTPS and API don't work</title><link>https://forum.fibaro.com/topic/59780-https-and-api-dont-work/</link><description><![CDATA[<p>
	The update includes https, but it's not clear if it means we can access web sites using https connection
</p>

<p>
	For example follow commands don't work anymore 
</p>

<p style="margin-left:40px;">
	api.get("/proxy?url=http://127.0.0.1:80/services/system/ledStatus.php")  
</p>

<p style="margin-left:40px;">
	returns null
</p>

<p>
	and
</p>

<div style="background-color:#fffffe;color:#000000;font-size:12px;">
	<div style="margin-left:40px;">
		<span style="color:#000000;">http=net.HTTPClient({timeout=</span><span style="color:#09885a;">7000</span><span style="color:#000000;">});</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">http:request(</span><span style="color:#a31515;">"http://user:password@HC-IP/services/system/ledStatus.php"</span><span style="color:#000000;">,</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">  { option = {method = </span><span style="color:#a31515;">"GET"</span><span style="color:#000000;">},</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">    success = </span><span style="color:#0000ff;">function</span><span style="color:#000000;">(resp) </span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">   print(json.encode(resp))</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">    </span><span style="color:#0000ff;">end</span><span style="color:#000000;">,</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">  error = </span><span style="color:#0000ff;">function</span><span style="color:#000000;">(error) fibaro:debug(</span><span style="color:#a31515;">"&lt;font color=orangered&gt; [X] "</span><span style="color:#000000;">..error..</span><span style="color:#a31515;">"&lt;/font&gt;"</span><span style="color:#000000;">) </span><span style="color:#0000ff;">end</span><span style="color:#000000;">, </span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;"> })</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">returns error 401</span>
	</div>
</div>

<p>
	and 
</p>

<div style="background-color:#fffffe;color:#000000;font-size:12px;">
	<div style="margin-left:40px;">
		<span style="color:#000000;">http=net.HTTPClient({timeout=</span><span style="color:#09885a;">7000</span><span style="color:#000000;">});</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">http:request(</span><span style="color:#a31515;">"http:/user:password@HC-IP/api/devices"</span><span style="color:#000000;">,</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">  { option = {method = </span><span style="color:#a31515;">"GET"</span><span style="color:#000000;">},</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">    success = </span><span style="color:#0000ff;">function</span><span style="color:#000000;">(resp) </span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">   print(json.encode(resp))</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">    </span><span style="color:#0000ff;">end</span><span style="color:#000000;">,</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">  error = </span><span style="color:#0000ff;">function</span><span style="color:#000000;">(error) fibaro:debug(</span><span style="color:#a31515;">"&lt;font color=orangered&gt; [X] "</span><span style="color:#000000;">..error..</span><span style="color:#a31515;">"&lt;/font&gt;"</span><span style="color:#000000;">) </span><span style="color:#0000ff;">end</span><span style="color:#000000;">, </span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;"> })</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">returns error 401</span>
	</div>
</div>

<p>
	but very strange that the follow command <strong>does work!</strong>
</p>

<div style="background-color:#fffffe;color:#000000;font-size:12px;">
	<div style="margin-left:40px;">
		<span style="color:#000000;">http=net.HTTPClient({timeout=</span><span style="color:#09885a;">7000</span><span style="color:#000000;">});</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">http:request(</span><span style="color:#a31515;">"http:/user:password@HC-IP/api/settings/info"</span><span style="color:#000000;">,</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">  { option = {method = </span><span style="color:#a31515;">"GET"</span><span style="color:#000000;">},</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">    success = </span><span style="color:#0000ff;">function</span><span style="color:#000000;">(resp) </span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">   print(json.encode(resp))</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">    </span><span style="color:#0000ff;">end</span><span style="color:#000000;">,</span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;">  error = </span><span style="color:#0000ff;">function</span><span style="color:#000000;">(error) fibaro:debug(</span><span style="color:#a31515;">"&lt;font color=orangered&gt; [X] "</span><span style="color:#000000;">..error..</span><span style="color:#a31515;">"&lt;/font&gt;"</span><span style="color:#000000;">) </span><span style="color:#0000ff;">end</span><span style="color:#000000;">, </span>
	</div>

	<div style="margin-left:40px;">
		<span style="color:#000000;"> })</span>
	</div>
</div>

<p>
	 
</p>

<p>
	in addition https web site returns an error
</p>

<p class='ipsMessage ipsMessage_error cloak'>Please login or register to see this spoiler.</p> 

<p>
	 
</p>

<p>
	Is anyone has succeed to access https web sites?
</p>
]]></description><guid isPermaLink="false">59780</guid><pubDate>Sun, 01 May 2022 23:59:27 +0000</pubDate></item><item><title>What does this mean in firmware "resolved issues"</title><link>https://forum.fibaro.com/topic/59752-what-does-this-mean-in-firmware-resolved-issues/</link><description><![CDATA[<p>
	Does anyone know what this line exactly means?
</p>

<p>
	"<span style="background-color:#ffffff;color:#333333;font-size:14px;text-align:left;">No possibility to use custom icons uploaded in one of the previous firmware versions."</span>
</p>

<p>
	(I use costom icons for all devices and scenes and i want to keep them!)
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">59752</guid><pubDate>Sat, 30 Apr 2022 08:35:26 +0000</pubDate></item><item><title>Fibaro beta 4.621 for HC2</title><link>https://forum.fibaro.com/topic/59632-fibaro-beta-4621-for-hc2/</link><description><![CDATA[<p>
	Today was relased new beta 4.621 version for HC2, anyone tested already? its safed?
</p>
]]></description><guid isPermaLink="false">59632</guid><pubDate>Thu, 21 Apr 2022 19:28:46 +0000</pubDate></item><item><title>FIBARO System Update 4.621 BETA for Home Center 2</title><link>https://forum.fibaro.com/topic/59625-fibaro-system-update-4621-beta-for-home-center-2/</link><description><![CDATA[<p style="margin: 10px 0px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">
	Important notice:<br>
	All devices previously added to the system that received support need to be reconfigured.
</p>

<p style="margin: 10px 0px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">
	New improvements:<br>
	- Support for https protocol.<br>
	- Support for MCO MH-S31x &amp; MH-S22x ZW700 series.<br>
	- Support for MCO MH3901-Z version 2.1.<br>
	- Support for Qubino 3-Phase Smart Meter.<br>
	- Support for Heiman Gas Sensor (HS1CG) version 1.1 &amp; 1.2.<br>
	- Support for Donexon radiator thermostat.<br>
	- Support for other Z-Wave devices supported by Home Center 3.<br>
	- System stability improvements.
</p>

<p style="margin: 10px 0px 0px; padding: 0px; color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">
	Resolved issues:<br>
	- Z-Wave service stops responding after updating to 4.620 and using previously added thermostat.<br>
	- Few instances of Thermostat &amp; Heating Zone plugin results in system crash.<br>
	- In some cases, Home Center Lite gateway stops responding after some time.<br>
	- Losing master-slave synchronization after some time in gateway connection mode.<br>
	- Master gateway does not detect "central scene" actions on devices added to connected gateways.<br>
	- Connected slave gateway need manual synchronization to restore its connection.<br>
	- Incorrect default values of FIBARO Heat Controller configuration parameters.<br>
	- Sending setProtection action to external sensor of FIBARO Heat Controller result in system crash.<br>
	- Issues with thermostat controlled by Alexa voice assistant.<br>
	- Issue with taking a camera snapshot and sending to e-mail.<br>
	- Sending empty notification if this notification was previously removed.<br>
	- No possibility to use custom icons uploaded in one of the previous firmware versions.<br>
	- Tedee lock plugin stops responding after some time and needs rebooting the gateway.<br>
	- Cannot manually set a date later than 2021-12-31.<br>
	- No pin for setting location via remote access.<br>
	- Other minor fixes.
</p>
]]></description><guid isPermaLink="false">59625</guid><pubDate>Thu, 21 Apr 2022 13:32:47 +0000</pubDate></item></channel></rss>
