Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


Search the Community

Showing results for tags 'virtual deice'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • FIBARO Community
    • FIBARO Portal and Forum policy
    • FIBARO
    • Say hello!
    • Off-topics
  • FIBARO Update
    • FIBARO System Update
    • FIBARO Mobile Update
  • FIBARO Community Support
    • Scenes and Interface
    • FIBARO Products
    • FIBARO Mobile
    • FIBARO HomeKit
    • FIBARO Assistant Integrations
    • Other Devices / Third-party devices
    • Tutorials and Guides
    • Home Automation
    • Suggestions
  • FIBARO Społeczność
    • FIBARO
    • Przywitaj się!
    • Off-topic
  • FIBARO Aktualizacja
    • FIBARO System Aktualizacja
    • FIBARO Mobile Aktualizacja
  • FIBARO Wsparcie Społeczności
    • Sceny i Interfejs
    • FIBARO Urządzenia
    • FIBARO Mobilnie
    • FIBARO HomeKit
    • Integracja z Amazon Alexa i Google Home
    • Urządzenia Firm Trzecich
    • Poradniki
    • Automatyka Domowa
    • Sugestie

Categories

  • Scenes
  • Virtual Devices
  • Quick Apps
  • Icons

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Facebook


Google+


Skype


Website URL


WhatsApp


Country


Gateway/s


Interests

Found 4 results

  1. Hi dear Fibaro people. Anyone know how I can create a button in the app (for HC3) that I can use to enable or disable a scene? (A recipe would have been brilliant )
  2. hi, i need to send this command "https://IP/api/callAction?deviceID=136&name=pressButton&arg1=1" to HC3 but the answer is "Class does not have pressButton function defined - action ignored". To do this I created a quick app of the type "remote controller" but i think is not the same as a "virtual device" https://forum.fibaro.com/topic/12399-beta-api-http-commands-3341/page/5/ so I would like to know how to create a virtual device who responds to the action call. thanks
  3. Hello everybody here, I'm new on this forum and I have an issue with my virtul device created on HCL. In particular, after have been created a virtual device with a button and a label, I would like to assign an action for a such button. Let's say, I want to turn on some phiscal device and update a label's value to "Turned On" respectively. By using a String option on HCL, I managed to send a single SOAP request(on a button click) in order to either turn on device or change label's value separately. The issue is that, I would like to execute both things togather. In the following I'll share my code which I've tried to assign to the button: Case 1 GET /api/callAction?deviceId=131&name=turnOn HTTP/1.1 Host: 192.168.1.31 Authorization: Basic Base64_encode_of(login:password) Case 1 Works fine Case 2 GET /api/callAction?deviceId=113&name=setProperty&arg1=ui.Label1.value&arg2=Turned%20On HTTP/1.1 Host: 192.168.1.31 Authorization: Basic Base64_encode_of(login:password) Case 2 Works fine Case 3 GET /api/callAction?deviceId=131&name=turnOn HTTP/1.1 Host: 192.168.1.31 Authorization: Basic Base64_encode_of(login:password) GET /api/callAction?deviceId=113&name=setProperty&arg1=ui.Label1.value&arg2=Chiuso HTTP/1.1 Host: 192.168.1.31 Authorization: Basic Base64_encode_of(login:password) Case 3, both things together, No. It executes only the first request. So I've been wondering, is it even possible to carry out something like case 3? And if so, where I've been failing? Thanks for any kind of help!
  4. Has anyone been able to intergrate a hue kit like a virtual device into a hcl? I have tried to follow the instructions in this forum but not been able to control the hue hub from the virtual device button. Anyone? ?
×
×
  • Create New...