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

  • 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 - what is the most popular and reliable home automation bridge for connecting Amazon Echo and Google Home (at the same time) to Fibaro & Vera - in a residential setup... It should be easy and designed well for customer to integrate into their setup in a good way. regards , Sanjaya [email protected] (SBS Dimensions - India)
  2. Hi, On HC2 I used to have one virtual device to control all LED lights in room. Turning On and Off should be no problem. But how to handle slider? Assuming QA is working how to post action from HA Bridge to set appropriate value? HC2 device: and LUA: Slider: local slider = _sliderValue_ local jT = json.decode(fibaro:getGlobalValue("HomeTable")) -- REFERENCE TO DECODE TABLE fibaro:debug('Slider value: ' .. slider) -- Set both LED dim value if tonumber(slider) == 0 then -- turn Off fibaro:call(jT.hall.Light_LED_switch, 'turnOff'); fibaro:sleep(100); fibaro:call(jT.hall.Light_LED_entrance, 'turnOff'); fibaro:sleep(100); fibaro:call(jT.hall.Light_LED_dummy, 'turnOff') else fibaro:call(jT.hall.Light_LED_switch, 'setValue', slider); fibaro:sleep(100); fibaro:call(jT.hall.Light_LED_entrance, 'setValue', slider); fibaro:sleep(100); fibaro:call(jT.hall.Light_LED_dummy, 'turnOn') end OFF: -- Set LED Off local jT = json.decode(fibaro:getGlobalValue("HomeTable")) -- REFERENCE TO DECODE TABLE selfId = fibaro:getSelfId(); fibaro:call(jT.hall.Light_LED_switch, 'turnOff'); fibaro:sleep(100); fibaro:call(jT.hall.Light_LED_entrance, 'turnOff'); fibaro:sleep(100); fibaro:call(jT.hall.Light_LED_dummy, 'turnOff') fibaro:call(selfId, "setProperty", "ui.Slider1.value", 0); MAX: -- Set LED Max local jT = json.decode(fibaro:getGlobalValue("HomeTable")) -- REFERENCE TO DECODE TABLE selfId = fibaro:getSelfId(); fibaro:call(jT.hall.Light_LED_switch, 'setValue', 100); fibaro:sleep(100); fibaro:call(jT.hall.Light_LED_entrance, 'setValue', 100); fibaro:sleep(100); fibaro:call(jT.hall.Light_LED_dummy, 'turnOn') fibaro:call(selfId, "setProperty", "ui.Slider1.value", 100); In HA Bridge to set slider value I used for example: http://[email protected]:[email protected]/api/callAction?deviceID=281&name=setSlider&arg1=6&arg2=${intensity.percent} to click button: http://[email protected]:[email protected]/api/callAction?deviceID=348&name=pressButton&arg1=1 Anyone can help on this or already have QA and can share so I can adopt it? Is HA bridge command still the same as on HC2 or needs to be changes?
  3. Trying to setup my HABrigde to control my Kodi. I have the volume setup and that is working with json Following command is channel switch http://192.168.0.164:8080/jsonrpc?request={"jsonrpc":"2.0","id":1,"method":"Player.Open","params":{"item":{"channelid”:491}}} If i run this in browser the format will be like this http://192.168.0.164:8080/jsonrpc?request={%22jsonrpc%22:%222.0%22,%22id%22:1,%22method%22:%22Player.Open%22,%22params%22:{%22item%22:{%22channelid%22:491}}} but i i cannot get this command to work in my HABridge...so anyone have some good input for me? cheerz Jonny
  4. Hi Guys I'm curious to understand if people have any view on using HABridge versus the official Fibaro Alexa Skill for voice integration I've been using HABridge for quite a while on a Raspberry PI3 and that is linked to my Fibaro and works well, but is limited at times in terms of voice commands, whereas the Fibaro official custom skill seems to have a wider voice offering However HABridge runs locally on your network and doesnt rely on the Fibaro infrastructure to get to your HC2 whereas the Fibaro Alexa Skill does.. Any views? Thanks Andy
×
×
  • Create New...