Skip to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Two button FOB issues

Featured Replies

Thanks again for all you do, this little plugin is pretty integral to my system with dozens of YoLink devices.

So began using a mini remote two button YS3614-UC, getting it to trigger my Phantom blinds from outside, and ran into two issues:

  1. I am getting phantom(haha) button-1 pushes, after days of blinds moving on their own I shut that down and put a program to just increment every time I got a control button push. After two days I had 14 button-1 pushes and zero button-2 pushes. odd odd odd. I sent @Panda88 a DM with the logs and a section.log with the individual bits.

  2. For the long pushes, what is your intent on how you handle the programming. Seems status is the way, not control, as control only has the button pushes while status has a bunch more but you would still need two statuses with and and to know when a long push happens. I have tried many things but am not getting the vibe here.

Edited by sjenkins
editing for DM

Do you have an actual keypress in the log?

I need a little more time to analyze the log - it seems the device is sending data but time not updating (which I do not check for), but I need a little more time

For 2

You can specify what even/control a short press, and long press sends for each button in the button sub node. E.g. Short press send DON and Long press sends DFOF fast off) - there are 4 options to select for each button or an option to toggle DON/DOF of DFON/DFOF for each press. You can then control on those events - note if you have the on/off remote you cannot only specify an event for the push (as it does not determine long or short press)

image.png

e.g. program for long press on key 3

s FOB1 Key3Long - [ID 0093][Parent 000E]

If

'SY Fob1 / SY Fob1 key3' is switched Off

Then

Set 's Indoor Light / s MediaRoom / s Mediaroom Front' Off

Else

- No Actions - (To add one, press 'Action')

Edited by Panda88
added more info

i see one getState (poll), which does not seem to generate a change in ST an does not send DON

I see one .Report (actual keypress around 9:20 - it sets ST to 1 and sends DON

That is all I can see in the log (by simple searching) - If you did not press the remote @ 9:20 I do not know why it is sending a keypress

"event": "SmartRemoter.Report",

"time": 1782048005629,

"msgid": "1782048005628",

"data": {

"event": {

"keyMask": 1,

"type": "Press"

},

"battery": 3,

"version": "1404",

"devTemperature": 13,

"beep": false,

"loraP2PHash": 0,

"loraInfo": {

"devNetType": "A",

"signal": 0,

"gatewayId": "",

"gateways": 1

}

},

"deviceId": "d88b4c01000e0a19"

  • Author

Thanks for the #2 help; I get it now.

The log I gave you, I got the 14 button one key presses ; the whole time the fob was on a shelf, no real pushes. Nothing from button two.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.