Search the Community
Showing results for tags 'ui'.
-
Hi guys, do you plan to migrate the UI of HC2 to something similar to HC3 soon?
-
Hello, I try to build a VD and I have added a url on a label. It works very nice on web UI but on the android tablet I see the html code. I like to ask if there is a compatible way to work on web as also on android tablet app. To be more specific I like to open the coordinates of a user to google maps. Also I like to ask if there is a way fibaro to "understand" from client what type of device is. I like to build a scenario that if client is a tablet/mobile app or web browser. Thanks!
-
What I want? I want to show and edit Global Varibles via my device (Iphone) on the Fibaro App. What have I done so far? 1 / I have made a global variabel called "Counter" in the panel section of HC2 2 / I have made som LUA code that can count fibaro:setGlobal("Counter", fibaro:getGlobalValue("Counter")+1) fibaro:debug(fibaro:getGlobalValue("Counter”)) So far it works - I can count! 3 / Now I want to show the variable in my interface device I have tried to make a Virtuel Device, but it seems like it is only possible 2 set a v
-
Hi, is there a way to have 2 buttons for VD's on the UI? Two buttons like a regular light (on/off). any suggestion are welcome
-
Would love to add information like a status directly to the main screen of the user interface. Any pointers to get this implemented or is this area protected by Fibaro? Thanks, P.
-
Hi , I was working with imperihome but found it a bit limiting. I don't have the skills to create a UI from scratch but came across OpenRemote. You run a controller on a NAS or a Pi (I'm using a Pi) and you create panels for tablets and phones using http/api calls to the HC2 I've figured out some of the building blocks and it's not that intuitive plus the site documentation isnt great and the forum appears small but with one or two very helpful members... This is what I have working with bi-directional control/response How to get a switch working (swiid and fibaro dual relay) How