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

  • 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 6 results

  1. Hi guys, I have the following issue when I try to obtain Fibaro ID: 1. After registering for Fibaro ID, I don't see my HCL in the list. When I try to register my HCL, the system says it has been already registered; 2. Maybe some time ago I had registered my HCL, but I neither find the e-mail and the password or delete my previous HCL registration. The system offers to use my old pass, but it is a stupid loop!!!!!!! 3. I sent an e-mail to the Fibaro support but have no reply. Please advice how to proceed? Best regards Nick
  2. maybe a simple question, but is there a way to extract a list of all devices (inluding actors, reactors, users) and its corresponding ID ?
  3. W jaki sposób mogę znaleźć ID telefonu, tabletu etc. na które są wysyłane wiadomości PUSH, tak aby w Virtual ustawić powiadomienie wysyłane na telefon : -- ustaw poziom informowania o stanie baterii battery_level_notify = 10; -- pobierz tel, który należy poinformować notify_phone = fibaro:getGlobalValue("Phone_M_ID"); - tutaj mam jako zmienną i w niej chciałbym wpisać ID -- pobierz dane o urzadzeniach z HC2 HC2 = Net.FHttp("127.0.0.1", 11111); response ,status, errorCode = HC2:GET("/api/devices/") if (tonumber(status) == 200) then jsonTable = json.decode(response); for key,value in pairs(jsonTable) do -- wybierz urzadzenia nadrzedne i takie ktore moga posiadac atrybut battery if jsonTable[key].interfaces ~= nil and tonumber(jsonTable[key].parentId) == 1 then interfaceTable = jsonTable[key].interfaces; for ikey, ivalue in pairs(interfaceTable) do propertiesTable = jsonTable[key].properties; -- weryfikacja czy urządzenie jest bateryjne if interfaceTable[ikey] == "battery" then notifier = jsonTable[key].name .. " - battery level: " .. jsonTable[key].properties.batteryLevel; fibaro:debug(notifier); if tonumber(jsonTable[key].properties.batteryLevel) < battery_level_notify then notifier = "Warning - " .. notifier; fibaro:log(notifier); fibaro:call(tonumber(notify_phone), "sendPush", notifier); end; end; end; end; end; end; Chyba że jakoś inaczej można wysłać push o stanie baterii???
  4. Is it possible to check if the virtual device button was pressed in lua? Is there any function for that in lua? I want to code something like this: (If Button "3" of virtual device with an ID of 674 was pressed than a=a+1) for example
  5. Mayby a stupid question but I cannot find the ID of notifications. I want to send via LUA. I managed to find out de DeviceID via HC2 Toolkit but cannot find the number of notification. syntax of used call: fibaro:call(<ID>, "sendDefinedPushNotification", "<NotificationID>") Many thanks in advance
  6. Every devices added to HC2 gets its personal ID, but there's a lot of gaps in ID number. HC2 says I have 32 devices, the last one added got ID #180.. Will this be a problem in the long run..?
×
×
  • Create New...