-
Notifications
You must be signed in to change notification settings - Fork 6
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
Missing actions in execute list #37
Comments
Hi @soulfire03, I need some more information to have a look at this. First of all: Could you please tell me which adapter add-on you use to connect your LG TV to the gateway? And also: Can you use the action which you want to use in your macro in a rule? Maybe your TV's adapter changes visibility of its actions in the things view? (I can try to have a look at your TV's adapter's source if you tell me about that). Regards :) |
Hi @soulfire03, the LG TV adapter realizes the toast functionality using a notifier, not using thing's actions (although I have no clue where these undefineds are from). Unfortunately, the macro add-on currently has no support for notifications. However, I opened a new issue #38 and hope we can get this implemented! Regards :) |
Hi @soulfire03, I got a first version running. There are still some things to be done, but could you please already have a look at it by cloning the branch inputActions and give me some feedback? Regards :) |
I'm not sure on how to put the code and compile it on the Pi. |
Hi @soulfire03, do you have remote access (ssh) enabled on your pi (have a look at settings >> developer), and do you know hot to connect to it this way? Regards :) |
Hi @soulfire03, because I made quite a few structural changes during implementation of parameterized actions, I just released an update for the macrozilla add-on. I hope this fixes your issue (I tested everything with virtual things, and it worked well with these). Regards |
Hi @soulfire03, this should not happen! I installed the upate on my personal gateway too and experienced no such behaviour there. Could you please have a look at the developer console of your browser (tutorial: https://balsamiq.com/support/faqs/browserconsole/) and send me the logs from there? You may also try creating a new macro and tell me whether this works? Regards |
Oh, it was some javascript files missing. I did a hard refresh to clear the cache and it was solved. |
I was able to build the macro and add the Toast action for the TV. However when I execute it or if I wait for the trigger to fire, nothing happens. I suspect that I did not build it correctly, so I will close this issue and read more carefully on how to properly create macros. |
Alright. Feel free to re-open the issue in case you are stuck. You can also send a screenshot of your macro and I will have a look at it :) Edit: |
Using the macro addon, I wanted to display a toast notification on my LG TV.
With the "set attribute to value" object, the only items listed are On, Off, Mute and Active App.
And with the "execute thing action" object, I have 7x "undefined" items listed.
Would it be possible to address that please?
The text was updated successfully, but these errors were encountered: