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

Aeotec 4-in-1 fully supported by now?


Question

Posted

I'm in need for some multisensors. Three of which should be able to be mounted in humid environments, so the new Fibaro sensors won't suffice anyway I think (if they ever get released..).

The Aeotec 4-in-1 would suit my needs, but afaik only temperature is supported by the HC2. Now I've got a webshop that says the sensor is fully supported from 1.036 and up. Is this true?

  • Answers 69
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

Posted Images

Recommended Posts

  • 0
Posted

By the way ..... In my system the 4in1 don't use USB power.

  • 0
Posted

you need usb power and change parameters 102 and 103 if i remember correctly to eg 10 for 10 seconds... i have all mine set to 10 seconds anything less and its pointless as the sensor needs a few seconds to settle after each command i set it to 3 seconds to test and found it missed some actions!

So we have 9 Aeon 4-1 with motion/lux/hum/temp refreshing every 10 secs and its working very well!

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" />

If you don't go usb power then make sure you buy a lorry full of batteries!

  • 0
Posted
you need usb power and change parameters 102 and 103 if i remember correctly to eg 10 for 10 seconds...

Naaaa ... as far as i know parameter 102 and 103 is for group 2 and 3 (and the corresponding 112 and 113) .... but I think that you don't use it !!!!!

BTW : HC2 have template for 4in1 that permit association only to group 1

  • 0
Posted

Scene that runs only if the light level is below a user set?

I found some LUA code for VERA that would run a scene only if the light level is below a user set threshold :

local LOW_LEVEL = 20 -- the light level threshold for night

local DEVICE_NO = 33 -- the light sensor device number

local LS_SID = "urn:micasaverde-com:serviceId:LightSensor1" -- the LightSensor service ID

local currentLevel = luup.variable_get (LS_SID, "CurrentLevel", DEVICE_NO) or 0

currentLevel = tonumber(currentLevel)

if currentLevel <= LOW_LEVEL then

return true

else

return false

end

Can someone tell me how can I implement this function for HC2?

I didn't manage to do that with scene with visual blocks..

  • 0
Posted

has someone got a parameter 158?

  • 0
Guest erkadevil
Posted

My unit is working apart from one thing. The temperature isn't showing, in fact there is no device at connected to temperature (see attached screenshot). Humidity and ligh is working fine. Parameters are set up as follows:

10, 1, 2, 225, 1, 300, 1800

Anyone got any ideas?

Please login or register to see this attachment.

  • 0
Posted

erkadevil, press reconfigure

  • 0
Guest erkadevil
Posted

OK, the funny thing is that the device is still not listed (as in the screenshot), however: If I click on the motionsenesor it has three device 20.1, 20.2 and 20.3 and if I click on 20.1 I get the temperature sensor with a temperature value.

So how come it is not listed with the others in the "devices" tab?

[ Added: 2014-02-25, 08:51 ]

Well somehow I managed to get it going, thanks for your help

Please login or register to see this image.

/emoticons/default_icon_smile.gif" alt=":-)" />

Wish we could have the fibaro sensor here soon, I suppose it will be easier to configure...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...