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


New Fibaro Motion/Multi Sensor - when will it be available?


Recommended Posts

Posted

jgab, restart hc2 after that will start working, its know bug

  • Replies 174
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted

Faketastic, can you go closer to hc2 and then let start range test again? if still red remove battery and add gain and watch on what color it will turn on

Posted

Bought 2 sensors and one it's low battery after 3 days of testing.. the other one is OK with battery.Could it be a defective lot of fibaro motion sensors?

Which of the setting parameters affect so much the battery life?(I played a little with some parameters.. but I made the same changes on both sensors)

Posted

It worls again now..

Anyone know how to access the value "last breach" from a scene? The only way I can think of is through the https API (events).

Posted

Faketastic, hc_api/api/devices?id= you can saw there timestamp

Posted

Thanks A.Socha.

So, the problem is back

Please login or register to see this image.

/emoticons/default_sad.png" alt=":(" srcset="https://forum.fibaro.com/uploads/emoticons/[email protected] 2x" width="20" height="20" />

I had a look at the event log and it seems that the sensor reports changes in light intensity in short intervals although it's set to report every 200 lux.

Example of the log:

"id":64517,"type":"DEVICE_EVENT","timestamp":1398980803,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":82.00,"newValue":83.00},{"id":64516,"type":"DEVICE_EVENT","timestamp":1398980797,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":80.00,"newValue":82.00},{"id":64515,"type":"DEVICE_EVENT","timestamp":1398980795,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":45.00,"newValue":80.00},{"id":64514,"type":"DEVICE_EVENT","timestamp":1398980786,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":47.00,"newValue":45.00},{"id":64513,"type":"DEVICE_EVENT","timestamp":1398980783,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":46.00,"newValue":47.00},{"id":64512,"type":"DEVICE_EVENT","timestamp":1398980779,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":47.00,"newValue":46.00},{"id":64511,"type":"DEVICE_EVENT","timestamp":1398980759,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":46.00,"newValue":47.00},{"id":64510,"type":"DEVICE_EVENT","timestamp":1398980757,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":45.00,"newValue":46.00},{"id":64509,"type":"DEVICE_EVENT","timestamp":1398980737,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":46.00,"newValue":45.00},{"id":64508,"type":"DEVICE_EVENT","timestamp":1398980728,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":45.00,"newValue":46.00},{"id":64507,"type":"DEVICE_EVENT","timestamp":1398980724,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":46.00,"newValue":45.00},{"id":64506,"type":"DEVICE_EVENT","timestamp":1398980720,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":45.00,"newValue":46.00},{"id":64505,"type":"DEVICE_EVENT","timestamp":1398980717,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":46.00,"newValue":45.00},{"id":64504,"type":"DEVICE_EVENT","timestamp":1398980709,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":45.00,"newValue":46.00},{"id":64503,"type":"DEVICE_EVENT","timestamp":1398980707,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":46.00,"newValue":45.00},{"id":64502,"type":"DEVICE_EVENT","timestamp":1398980704,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":43.00,"newValue":46.00},{"id":64501,"type":"DEVICE_EVENT","timestamp":1398980702,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":46.00,"newValue":43.00},{"id":64500,"type":"DEVICE_EVENT","timestamp":1398980693,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":43.00,"newValue":46.00},{"id":64499,"type":"DEVICE_EVENT","timestamp":1398980691,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":46.00,"newValue":43.00},{"id":64498,"type":"DEVICE_EVENT","timestamp":1398980689,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":45.00,"newValue":46.00},{"id":64497,"type":"DEVICE_EVENT","timestamp":1398980671,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":46.00,"newValue":45.00},{"id":64496,"type":"DEVICE_EVENT","timestamp":1398980669,"deviceID":116,"deviceType":"light_sensor","propertyName":"value","oldValue":45.00,"newValue":46.00},{"id":64495,"type":"DEVICE_EVENT","timestamp":1398980646,"deviceID":114,"deviceType":"motion_sensor","propertyName":"value","oldValue":0.00,"newValue":1.00},

Posted

Andrew,

In the alpha version the timestamp of lastbreach is not visible in the interface nor is it visible in the api data. It just states: "0"

Posted

I need to read the value of temperature and luminosity(LUX) of fibaro motion sensor with http commands for building 2 "virtual" sensors in another server.Does anybody know how to be done?

Posted

I cant seem to get my fibaro sensors inline.. must be doing something wrong..

Please login or register to see this attachment.

Posted

emariu, just do get on value on all 3 devices (motion id, temp id lux id)

Faketastic, why you need report every 2-3s? it useless and you will have empty battery fast not mention that in zwave network with be heavy traffic, you must used interval parameter 42 (he every interval check lv and always report) it is separate parameter for LUX change by value (parameter 40)

Posted
emariu, just do get on value on all 3 devices (motion id, temp id lux id)

Faketastic, why you need report every 2-3s? it useless and you will have empty battery fast not mention that in zwave network with be heavy traffic, you must used interval parameter 42 (he every interval check lv and always report) it is separate parameter for LUX change by value (parameter 40)

Can you please post the exact http command that I need to make from my other server in order to get the values?

Posted

Faketastic, why you need report every 2-3s? it useless and you will have empty battery fast not mention that in zwave network with be heavy traffic, you must used interval parameter 42 (he every interval check lv and always report) it is separate parameter for LUX change by value (parameter 40)

I don't! This is the default settings after inclusion. It is impossible to set other values because the motion sensor doesn´t respond to commands (it´s not stuck in "waking for wakeup"), I can´t reset it.

My other sensor is working perfectly and I like it a lot though. Any suggestions on how to resolve this?

Posted

Faketastic, can you exclude it from system?

If not perform factory reset, enter menu using button - hold it for few seconds and when yellow colour appear release it and push again. Then include sensor again.

Posted

This works, for a while then it goes back to this "locked" state where it just spews events. Today when I came home I looked at the log and the motion sensor has been breached every 2-3 seconds the whole day and no one has been home. So:

1 I can pair it with the HC2

2) It works for some time and after a couple of hours it floods itself sending events (motion and light so far) every couple of seconds

3) I have manage to repeat this behaviour 3 times by deleting, resetting and including again.

4) My other sensor has been flawless.

It's now being reset and included again. Let's see; if this doesn't work it's going back, right?

Edit: The sensor has created a "ghost" sensor I think. The sensor ID 135 is breaching all the time and the sensor should be removed (this is an old inclusion of the "bad" motion sensor)

Join the conversation

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

Guest
Reply to this topic...

×   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...