Hello,
I am also new to homegenie. I need help with a program and widget that I'm trying to set up. Let me first start off by saying that I'm not a programmer. However, I've been able to piece together what I need to do to get my program/widget working. For the most part, it is working. But, I have a couple of problems that I hope I can get help on.
First, what my program attempts to do is a simple web request (HTTP GET) to an address. I have a lot of items in my home that can respond to simple HTTP GET requests. I don't need the status - I just want to send the requests via a button in homegenie. I've been able to do that with the attached hgx program.
The problem I'm having seems to be around the widget. If I don't specify a widget using Program.UseWidget, the generic widget gets used. It seems fine, however, in Homegenie plus, it does not appear as a clickable widget. It does show up in the dropdown on the left of the UI. The button does show up fine in the web based UI. I would like it to appear in the Homegenie plus android app.
If I use the attached custom widget, it still appears in the regular web ui. However, there is no trace of it at all in homegenie plus. How do I make it appear in homegenie plus?
Also, how do I configure the widget so that I can change the HTTP GET URL from a widget settings button? I haven't been able to figure that part out.
Thank you for any help you can provide.