ioBroker.smartcontrol icon indicating copy to clipboard operation
ioBroker.smartcontrol copied to clipboard

ein Trigger schaltet zwei Zonen ein aber nur eine wieder aus

Open handy80 opened this issue 4 years ago • 0 comments

Hi, meine Freundin hat einen Fehler im Adapter gefunden. Wir benutzen die stabile Version 1.2.1 Sie hat zwei Zonen "1st floor hall Motion Day" und "1st floor hall Motion Ambiente" aktiviert durch einen Bewegungsmelder-Trigger "Motion.Treppe.0.oben" Dieser Trigger schaltet auch zuverlässig beide Zonen ein, allerdings nur eine aus.

`

smartcontrol.0 2021-02-08 16:53:52.167 info (21132) Trigger [Motion.Treppe.0.oben] Timer 'Motion', target(s) 'Flur.OG1.MotionAmbiente': - Turned off per 60s timer.
smartcontrol.0 2021-02-08 16:52:52.121 info (21132) Trigger [Motion.Treppe.0.oben] Motion sensor 'Motion.Treppe.0.oben', zone '1st floor hall Motion Ambiente': No more motion, so we set 60s timer.
smartcontrol.0 2021-02-08 16:52:52.085 info (21132) Trigger [Motion.Treppe.0.oben] Motion sensor 'Motion.Treppe.0.oben', zone '1st floor hall Motion Day': No more motion, so we set 60s timer.
smartcontrol.0 2021-02-08 16:51:21.799 info (21132) Trigger [Motion.Treppe.0.oben] Zone '1st floor hall Motion Ambiente': Timer of 60s will be set to turn off once no more motion recognized.
smartcontrol.0 2021-02-08 16:51:21.797 info (21132) Trigger [Motion.Treppe.0.oben] activated Zone '1st floor hall Motion Ambiente'. Turned on: Flur.OG1.MotionAmbiente.
smartcontrol.0 2021-02-08 16:51:21.775 info (21132) Trigger [Motion.Treppe.0.oben] Zone '1st floor hall Motion Day': Timer of 60s will be set to turn off once no more motion recognized.
smartcontrol.0 2021-02-08 16:51:21.773 info (21132) Trigger [Motion.Treppe.0.oben] activated Zone '1st floor hall Motion Day'. Turned on: Flur.OG1.MotionDay.

`

!!! Before you start !!!

  1. Verify if there is not already an issue requesting the same
  2. Is this really a bug of current code or an enhancement (feature) request ?

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots & Log files
If applicable, add screenshots and log files to help explain your problem.

Versions:

  • Adapter version:
  • JS-Controller version:
  • Node version:
  • Operating system:

Additional context
Add any other context about the problem here.

handy80 avatar Feb 08 '21 16:02 handy80