9 hours ago9 hr 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: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.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 7 hours ago7 hr by sjenkins editing for DM
6 hours ago6 hr 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 timeFor 2You 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)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' OffElse - No Actions - (To add one, press 'Action') Edited 6 hours ago6 hr by Panda88 added more info
6 hours ago6 hr i see one getState (poll), which does not seem to generate a change in ST an does not send DONI 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"
4 hours ago4 hr 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