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

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

  1. HI I have a doorbird intercom with which I can open the gate, in fibaro HC2 I could open the gate via a virtual device by clicking twice on a light button. I understand that I need to use quick app instead of virtual device in HC3. I was told to make a quick app with which I can open the relay, I found an LUA code on line which I used, but I can I see if this quick app will work and how can I make a scene with it. Is there anyone that uses doorbird and can open a gate (relay) with fibaro who can share this with me, so I can try to make it. I have no knowledge of lua and currently only work with blockscenes this is what I found online (copilot), in which I changed the local url in my own url for the gate. I do not know of this is correct and how to check if this is working. I do not see this quick app when I want to make a scene. Sorry for these "stupid" questions but this is a bridge too far for me, but I would still like to learn and get it fixed. Thanks for your help local http = require("http") -- Function to turn on the relay local function turnOnRelay() local url = "https://your-relay-ip/api/relay/on" local response = http.request(url, nil, {["Content-Type"] = "application/json"}) if response.status == 200 then print("Relay turned on successfully") else print("Failed to turn on relay: " .. response.status) end end -- Function to turn off the relay local function turnOffRelay() local url = "https://your-relay-ip/api/relay/off" local response = http.request(url, nil, {["Content-Type"] = "application/json"}) if response.status == 200 then print("Relay turned off successfully") else print("Failed to turn off relay: " .. response.status) end end return { turnOnRelay = turnOnRelay, turnOffRelay = turnOffRelay }
  2. Wondering how to integrate 2 different worlds that are often connected, home automation and intercom/doorphone? Just in case someone is interested in combining YUBII or FIBARO hubs with IP video intercoms to control the home automation, I attach the following document as a how to guide with FERMAX MEET IP System. FIBARO_MEET_IN_rev1.pdf CASE STUDY-TEC-FIBARO_1.2_EN.pdf
  3. Implemented doorbird. Advice is to use Axis Generic cam in order to display live feed from the door bird intercom.
  4. Hi Is there anyone who could help me create a virtual device for the Doorbird Video Doorbell? Have seen it done on youtube Full API here: Youtube:
  5. I just saw those on video from ISE 2017 with DoorBird and i found them great in terms of design. That 3 button version seems to have button/display. According to my info, they will be released this year.
×
×
  • Create New...