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 'api'.

  • 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

  1. HI, I am implementing an OpenRemote interface and may have come across an issue. All sensors in OR poll constantly according to what has been has been configured A sensor in OR is a way to read back the status of any device. The polling rate for a switch needs to be 1 second so you can see the status has changed when it is clicked. This creates a possible problem Multiply x 100 devices and you get a lot of API calls just to keep OR functional. I have noticed an increasing use of memory since I started implementing OR This surfaces two issues in my mind Do we know how many API calls (per second, per minute) that the HC can hanndle If I am close to the threshold or prove that it is becomming an issue, would a slave HCl alleviate this stress ? Thanks Frank
  2. Hi folks, A bit of a puzzler I'm hoping that some of our http/api specialist might be able to offer some advice I'm working with openremote and at it's heart are http calls to the HC2 api I have a GET request working but when I try and create a POST request in a similar manner it doesn't seem to work (both work in a browser) Are their some special conditions/setting that a POST must have that a GET doesn't GET - http://192.168.1.90:80/api/devices/92 POST - http://192.168.1.90:80/api/callAction?deviceID=92&name=setValue&arg1=55 I spent a day on this - all suggestions welcome......
  3. Hi, I searched an searched and can't find this .. (so presumably its very easy ) I'm trying to find the http request syntax (that I can drop into a browser) to set the dimmer level of a fibaro dimmer I tried http://192.168.1.90:80/api/devices/92/action/setValue/50 and http://192.168.1.90:80/api/devices/92/action/setValue=50 and a few others It would the dimmer equivalent of http://192.168.1.90:80/api/devices/720/action/turnOff Does anybody know the correct syntax Thanks -F EDIT not sure if this helps but I plugged it into the HC2IP/doc page and it came back with no content I need a full string as I'm working (trying to) with OpenRemote
  4. Hi Folks, I have just started to use openremote and cant even get a simple switch to work. It seem to required the following Power On command - http://192.168.1.90/api/callAction?deviceID=720&name=turnOn Power Off command - http://192.168.1.90/api/callAction?deviceID=720&name=turnOff Sensor Does anybody know what the sensor http request should be This is what is required Thanks Frank
  5. Hi folks, I'm trying to read the value of a temp sensor and display in a webpage I was trying to use a http call (the device is is 871) If I drop the following into a browser I get all the data back http://HC2IP/api/871 but I want to just display the 'value' field which contains the actual temp value I tried the following and some versions http://HC2IP/api/871?field=value but it didn't seem to work Alternatively if somebody has some webpage code that reads some value thought the API and displays it, I could work with that as well Any suggestions ? Thanks -F
  6. Hi Does anybody know a way to have the HC2 listen on a websocket api ? possible or not possible ? Thanks -F
  7. Hello Everyone, I am very new to programming with the Home Center 2, and am still working my way through all of the documentation. One thing i noticed in all of the examples is that all commands are sent over HTTP, including the username and password in the URL. Is there no encryption support? Thank you in advance, Dave
  8. MartinWin

    Telldus

    Hi All I hope someone can help me out. I just bought HC2 Before i used Telldus Live which run 433 I am trying to find info how i can create a Virtual device which can turn on/off the light via Telldus live ( Send http commands ) Any suggestion is appreciated. Kind regards Martin
  9. Do mojego domu doskonale nadaje się (według opisów termostat NEST). Termostat ten nie obsługuje Z-wave ale z tego co widać w opisach FIBARO wspiera ten termostat. Jak więc możne ten termostat komunikować się z centralą FIBARO?
  10. I have a Panasonic Etherea AC unit funtioning with the Inthesishome box and this works perfectly with the Intesis native app over internet. Recently IntesisHome has launched their API (http://developer.intesishome.com) and that is great news for integrating this into the HC2. Is there someone who can help with: 1) explaning how an API from an external device can be reached best by the HC2: through lua scripting or php? 2) scripting php and/or lua code to setValue in the Intesis api? 3) setting up a plugin for this api (as the Intesis home box allows for controlling multiple brands of AC units)? Thanks.
  11. Does anybody have a clue how deliver messages to Telegram? I noticed there is an API available from Telegram.
  12. How can I press a button in a Virtual Device with a http-command? (sending from another computer) Please help!
  13. Fibaro Prosimy o umożliwienie budowania własnej biblioteki funkcji zapisywanej na backup'owym pendrive a ładowanej do pamięci podczas startu HC2. Myślę że wielu z nas użytkowników posiada wiele takich zdublowanych funkcji w scenach i VD. Zoptymalizowałoby to zarządzanie pamięcią i wydajnością systemu. To taka świąteczna prośba.....
  14. All, after i've upgrade my hc2 to the 4.035 firmware version i not more able to invoke start scene from rest api: tipically i'm using this /api/scenes/50/action/start http://admin:[email protected]/action/start but i receive an error code of 403 Forbidden before the upgrade it worked well. Any help??
  15. Did anybody from the SKY-Customers find something about the Pace HD receiver? I am looking for some API details.
×
×
  • Create New...