Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dual state RF door sensors problem #807

Closed
camui-alexandru opened this issue May 3, 2022 · 15 comments
Closed

Dual state RF door sensors problem #807

camui-alexandru opened this issue May 3, 2022 · 15 comments
Labels
question Further information is requested

Comments

@camui-alexandru
Copy link

After V3 update, the Rf Bridge - door sensors does not work anymore. It used to work as they have 2 states - open/close. So i used the old payload off function. Now i only see 2 entities as button (door_open / door_closed).

@AlexxIT AlexxIT added the question Further information is requested label May 3, 2022
@AlexxIT
Copy link
Owner

AlexxIT commented May 3, 2022

Show your yaml config

@camui-alexandru
Copy link
Author

camui-alexandru commented May 3, 2022

sonoff:
  username: xxxxxxxxxxxxxxxxxxxxx
  password: xxxxxxxxxxxxxxxxxxxxx
  force_update: [temperature, humidity]
  scan_interval: '00:05:00'  # (optional) default 5 minutes
  sensors: [temperature, humidity, power, current, voltage]
  mode: cloud
  reload: always
  rfbridge:
    living_d:  # button name in eWeLink application (open signal)
      name: Usa Living  # optional, you can change sensor name
      device_class: door # e.g. door, window
      timeout: 0  # disable auto close timeout
      payload_off: living_i  # button name in eWeLink application (close signal)

@AlexxIT
Copy link
Owner

AlexxIT commented May 3, 2022

Oh. In new version it works only if you setup turn on signal in ewelink app as sensor, not as button :(

@camui-alexandru
Copy link
Author

I don't understand. How can i do that ? In ewelink, on rf bridge, when i press Add, i have: 1 button, 2, 3, 4 button, Curtain and Alarm. What shoud I do ?

@AlexxIT
Copy link
Owner

AlexxIT commented May 4, 2022

alarm

@AlexxIT AlexxIT changed the title Door sensors problem Dual state RF door sensors problem May 4, 2022
@Kejszijo
Copy link

Kejszijo commented May 4, 2022

Hi,

In my case in the eWelink APP the alarm option doesn't have dual state, only single.

@AlexxIT
Copy link
Owner

AlexxIT commented May 4, 2022

The button also has no dual state...

@camui-alexandru
Copy link
Author

So, in that case, we can't use dual sensors anymore.

@thayerfox
Copy link

thayerfox commented May 6, 2022

So you are stating we have to add an alarm device for the open state and another for the closed, instead of using a two button device as before.

This really sucks, as the bridge only allows 16 devices. Before if I had 16 two button remotes, I now need 32 alarms, and would need a second bridge.

@AlexxIT
Copy link
Owner

AlexxIT commented May 6, 2022

So you can use 16 four button remotes if you want?

@thayerfox
Copy link

thayerfox commented May 6, 2022

I have never tried the four buttons, but I currently have 24 dual state sensors configured as 24 two button remotes, across two rf bridges. (So 48 buttons.) This had been working up until the update. (They still are all in the ewelink app, and show up in hass, but now as individual switches instead of a two state sensor. My YAML is pretty much the same as above.

@AlexxIT
Copy link
Owner

AlexxIT commented May 8, 2022

Latest master-version has new features:

  • Adds (restore) support buttons as sensors
  • Sync RFBridge childs available with bridge
  • Adds restore function to RFBridge sensors

@AlexxIT
Copy link
Owner

AlexxIT commented May 8, 2022

Also updated docs. All changes will be in next release
https://github.com/AlexxIT/SonoffLAN#sonoff-rf-bridge-433

@AlexxIT AlexxIT closed this as completed May 8, 2022
@thayerfox
Copy link

Thank you!

@gchrisak
Copy link

I Confirm it now works as before. Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants