Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 0

V3.311 software, all comments HERE


Question

Posted

Hi

new update 1.044 for upgrade V3

Liste des modifications de la version beta 3.311 Beta: WARNING!

Upgrade to Beta software cannot be reversed by standard software upgrade procedure. The only way to come back to official software is to use Recovery Mode, then use backup and upgrade to official software version. It is highly recommended to create backup file before attempting to install Beta software.

After update to Beta software all devices will be automatically reconfigured to work with new system architecture. Reconfiguration progress will be shown in pop-up window.

WARNING! After that update all scenes and users will be deleted. Admin password will be reset.

If this update lasts longer than 10 minutes, please go to main HC2 address (e.g. 192.168.0.1).

If "System temporarily unavailable" text will appear during update, please wait - you will be redirected to the main page when all services start.

- New, faster system architecture.

- New, quicker and future oriented system architecture.

- Rebuilded, faster configuration interface.

- Faster communication within Z-Wave network. Faster system reaction for devices states changes.

- Improved, much quicker sending commands to devices via the iOS application.

- Quicker scenes execution,

- Added support for Lua scripts,

- Automatic conversion from graphic block scenes to Lua scripts,

- Added possibility for Lua debugging,

- Sending sms/email/push notification from scenes.

- Integration with Satel alarm.

- Added support for new device types.

- Energy panel and managing devices with energy measurement.

- New, extended mobile interfaces.

- Devices search engine at Your home page.

- New languages: estonian, latvian.

- Moreover 3000 minor bug fixes and improvements.

  • Answers 158
  • Created
  • Last Reply

Top Posters For This Question

Recommended Posts

  • 0
Guest Cirion
Posted

I cant get scenes with exact time On/Off does not work.

  • 0
Posted

Cirion, do You got turn ON option start with Hc2 in scene?

  • 0
Posted

After that, I turn of all lights, the light went off. But the scene start from beginning. Seems to be in a loop.

l

As a triger you got

Please login or register to see this code.

that mean if device is turn OFF do scene, so when you turn off light scene gonna turn on them always

  • 0
Guest Cirion
Posted

Yes, both "Active Scene" and "Start when Home Center 2 starts" are checked. I have tried both pressing "Run" and reboot the HC2.

  • 0
Posted

Does anyone know what/why the

Please login or register to see this code.

means. It seems to get inserted in most of the LUA converted from Blocks.

  • 0
Guest Cirion
Posted

Here is the LUA version of a timed Scene:

--[[

%% autostart

%% properties

%% globals

--]]

local sourceTrigger = fibaro:getSourceTrigger();

if (sourceTrigger["type"] == "autostart") then

while true do

local currentDate = os.date("*t");

local startSource = fibaro:getSourceTrigger();

if (

( ((currentDate.wday == 1 or currentDate.wday == 2 or currentDate.wday == 3 or currentDate.wday == 4 or currentDate.wday == 5 or currentDate.wday == 6 or currentDate.wday == 7) and string.format("%02d", currentDate.hour) .. ":" .. string.format("%02d", currentDate.min) == "9:0") )

)

then

fibaro:call(28, "turnOff");

end

fibaro:sleep(60*1000);

end

else

local currentDate = os.date("*t");

local startSource = fibaro:getSourceTrigger();

if (

( ((currentDate.wday == 1 or currentDate.wday == 2 or currentDate.wday == 3 or currentDate.wday == 4 or currentDate.wday == 5 or currentDate.wday == 6 or currentDate.wday == 7) and string.format("%02d", currentDate.hour) .. ":" .. string.format("%02d", currentDate.min) == "9:0") )

)

then

fibaro:call(28, "turnOff");

end

end

  • 0
Posted
Does anyone know what/why the

Please login or register to see this code.

means. It seems to get inserted in most of the LUA converted from Blocks.

"Other" mean button RUN

  • 0
Guest Cirion
Posted

Quite loong script for a simple off at 09:00...

Any tips on a cleaner code? This was converted from blocks.

What I would like, is ON at 05:00, OFF at 09:00, ON at 15:00, OFF at 21:00.

  • 0
Guest fab971
Posted

when the next version Beta or not to support Aeon 4-1 or TKBHome ?

  • 0
Guest deraaij
Posted
Here is the LUA Code (hope that´s what you wanted!)

Please login or register to see this code.

Hi Axels, I think you are looking for something like:

Please login or register to see this code.

You can only run it manual and it will turn on the devices only if they are both off.

Regards,

Mark

  • 0
Guest thales almeida
Posted

I have a HC2 with 53 nodes, is it secure to update to beta version?

  • 0
Guest Kuuno
Posted

beta is for testing only, dont update if you dont want some troubleshooting and probably reverting back to stable

regards

  • 0
Guest GG
Posted
Quite loong script for a simple off at 09:00...

Any tips on a cleaner code? This was converted from blocks.

What I would like, is ON at 05:00, OFF at 09:00, ON at 15:00, OFF at 21:00.

From what I know about programming, the following code is not optimized nor is it working as expected.

if (

( ((currentDate.wday == 1 or currentDate.wday == 2 or currentDate.wday == 3 or currentDate.wday == 4 or currentDate.wday == 5 or currentDate.wday == 6 or currentDate.wday == 7) and string.format("%02d", currentDate.hour) .. ":" .. string.format("%02d", currentDate.min) == "9:0") )

)

Firstly, you should be able to completely remove all checks for wday as this just checks for any day of the week.

Secondly the check for turnon-time will not work. The

string.format("%02d", currentDate.hour) .. ":" .. string.format("%02d", currentDate.min)

would most likely produce a string in the form "09:00" but the check is made for a string like "9:0". This will never match.

I know this code is produced when converting block scenes to Lua, I have seen this myself.

Infact, most of my scenes does not work now as I have upgraded to the 3.311 version.

This is a serious bug that Fibaro need to look into.

/GG

  • 0
Posted

We wait another 4 months for another new BETA 4.221 ????? with more bugs???

  • 0
Posted

Simple scenes are not running even though 'Start when HC2 starts' is ticked. Sometimes they run when you first create them, then they won't. Lucky I'm only testing this unit out and my heating/alams don't depend on it yet.

Scenes will not run manually when 'Run' is clicked either.

When editing a scene in blocks, the timer does not save any settings that you put in.

Fibaro, can we have a sign or anything that someone is paying attention to this and working on it ? It's pretty basic stuff ?

Still can't access history/event panel (Called a different thing in the sidebar and in the panels menu ?!)

  • 0
Guest deraaij
Posted
Simple scenes are not running even though 'Start when HC2 starts' is ticked. Sometimes they run when you first create them, then they won't. Lucky I'm only testing this unit out and my heating/alams don't depend on it yet.

Scenes will not run manually when 'Run' is clicked either.

When editing a scene in blocks, the timer does not save any settings that you put in.

Fibaro, can we have a sign or anything that someone is paying attention to this and working on it ? It's pretty basic stuff ?

Still can't access history/event panel (Called a different thing in the sidebar and in the panels menu ?!)

If you post the LUA code I can help you for the moment....

  • 0
Guest Fidziu
Posted

Fibaro, can we have a sign or anything that someone is paying attention to this and working on it ? It's pretty basic stuff?

We'r solving most bugs reported in the forum, we reailze it in first served basis. We want to publish another update today. 54 first bugs reported are already removed

Please login or register to see this image.

/emoticons/default_smile.png" alt=":)" srcset="https://forum.fibaro.com/uploads/emoticons/[email protected] 2x" width="20" height="20"> It is true that lasted Engine Rebuilding take us couple weeks, but now things go very quickly. However, we apologize for the trouble arising from the imperfections of the first beta. I think that the next will be much better. We would like to thank you for all your comments and submissions. With that, in a very short time we get feedback from you, and we can quickly prepare new versions.

In a short time we will delegate to the new bug tracker with reported due order and allows for more rapid implementation of the comments.

  • 0
Posted
In a short time we will delegate to the new bug tracker with reported due order and allows for more rapid implementation of the comments.

Please login or register to see this image.

/emoticons/default_icon_wink.gif" alt=";-)" /> thx for that, so fibaro listen to user requests

Please login or register to see this link.

This is a very big step

Please login or register to see this image.

/emoticons/default_icon_biggrin.gif" alt=":-D" /> and this proves they really want improve things.

Thx Fidziu and team...

Guest
This topic is now closed to further replies.

×
×
  • Create New...