Search the Community
Showing results for tags 'virtualdevice'.
-
Hi all, in our country is in last year very popular Solax company because of Photovoltaic. Do you have any experience with this? Any integration to HC2 to see consumption, or state of battery? I found these: https://community.home-assistant.io/t/solax-hybrid-inverter/22123/19 But I’m not clever from this. Many thanks
-
- photovoltaic
- virtualdevice
-
(and 1 more)
Tagged with:
-
I am not the Author, but this is such a great guide that I think it should be here. https://snillevilla.se/styr-philips-hue-lampor-med-fibaro-home-center-2/ You also need to check Developers.meethue.com and follow the tutorial there to get a user made for API https://developers.meethue.com/documentation/getting-started Files for icons and VD files here: https://github.com/snillevilla/Philips-Hue-VD-for-Fibaro-HC2
-
Version 1.1.0
64 downloads
Hello Everyone, I 've tried Konnected alarm panel in parallel with my old alarm system, and it is working great. (Konnected) My task that was assigned to myself was to integrate Konnected directly to my HC2. So with a little LUA magic we have ready the Konnected Virtual Device for HC2. You can find the Virtual Device Repository here. Enjoy!- 2 comments
-
hi, I made this VD a while ago. It makes a weekly report of the HC2 and works pretty good but I want to move in to a scene. I used Net.FHttp and this doesnt work in scenes. Can somebody help? Regards Martijn --- UPDATE MEMORY VARIABLES fibaro:call(fibaro:getSelfId(), "pressButton", "8") --- MAKE CONNECTION connection = Net.FHttp("127.0.0.1", 11111); --- FUNCTION REQUEST DEVICES getData = function() --- MAKE CONNECTION response ,status, errorCode = connection:GET( "/api/devices/" ); --- STA
- 3 replies
-
- net.fhttp
- virtualdevice
-
(and 3 more)
Tagged with:
-
Hello, I have a Home Center Lite. Im trying to playing around a bit with Virtual Device executing HTTP commands since HCL has no LUA. So I created a VD added the HCL IP (or 127.0.0.1) and I set the port to 80. I wanted to turn on a device from a virtual button to test sending http commands, but when I push the button nothing happens. I used this code: GET /api/devices/DEVICID/action/turnOn HTTP/1.10x0D0x0A Host:HCLIP0x0D0x0A Authorization: Basic [MYUSERNAMEANDPASSINBASE64]0x0D0x0A When I paste this url to my browser http:/
- 7 replies
-
- hcl
- httpcommands
-
(and 1 more)
Tagged with: