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

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

  1. Dear users, Can someone please tell me how i can setup my galaxy watch 4 (wear OS) to work along with the YUBII app. i cant get this working in any way Much tanks in advance for an awnser! Grtz Wesley
  2. I have installed Yubii on two android Tablets, but the app is very glitchy and slow. These are the Specs of each of the tablets: MCO OCpad Dahua Size 8 10" Processor A83T Octa-Core CortexTM-A7 Rockchip PX3 4 core RAM 1G DDR3L 2GB ROM 8G EMMC 4GB OS Android 5.1.1 Android 8.1 Is there any minimum hardware specs for the tablet in able to ensure smooth running of the app? Thanks
  3. I made the mistake of buying the wrong model of the Nice Gate controller - it doesnt interface with Fibaro. It only has one input, the rest are coded. To make everything work I have cannibalized one remote and attached it to a raspberry pi with relays. This is working fine. But the QA on Yubii seems to crash when being used, and I have to go back and open the QA again. I suspect that I should be creating the HTTPClient class when required instead of creating it at startup. If so, I don't know how to free it when done. --[[Gate Controller Written by Rohit Gupta No copyright, use freely Versions 3.00 20230505 Created for HC3 --]] __TAG = 'GATE' local Lock = 0955 local Bool = {[false]='LOCKED', [true]='UNLOCKED'} GOpen = '/gate/open' GClose = '/gate/close' GPed = '/gate/pedestrian' -- These show messages conditional on flags and in colour in the Log function Error (Msg) end function Debug (Msg) end function Warning (Msg) end function Trace (Msg) end function Status (Msg) end function Device_State (Device) return fibaro.get (Device, 'value') end function Turn_Device_On (Device) fibaro.call (Device, "turnOn") end function Turn_Device_Off (Device) fibaro.call (Device, "turnOff") end function QuickApp.Show_Gate_Status (Msg) self:updateView ('lblStatus', 'text', Msg) end function QuickApp:Show_Lock_Status () local State = Device_State (Lock) self:updateView ('lbl_Lock', 'text', 'External Access = '..Bool[State]) end function QuickApp:Post (Param, Action) Status (Action) self.Http:request(self.Address..Param, { options = {data = 'text', method = 'POST'}, success = function(response) Update (Action) self.Posted = true Debug ('response:'..response.status) end, error = function(message) Show_Gate_Status (Action..' '..message) self:updateProperty ('value', Action == 'Open') Debug ('error:', message) end}) end function QuickApp:onOpen () Update_Gate_Status ('Opening') self:Post (GOpen, 'Open') end function QuickApp:onClose () Update_Gate_Status ('Closing') self:Post (GClose, 'Close') end function QuickApp:onPed () Update_Gate_Status ('Pedestrian') self:Post (GPed, 'Pedestrian') end function QuickApp:onLock () Turn_Device_On (Lock) self:Show_Lock_Status () end function QuickApp:onUnlock () Turn_Device_Off (Lock) self:Show_Lock_Status () end function QuickApp:onInit() Status ('Started') self.Address = self:getVariable("Address") Status (self.Address) self.Http = net.HTTPClient () self:Show_Lock_Status () end Lock/Unlock address a separate Fibaro relay that kills power to the Gate Controller. The interface has 5 buttons - Open, Close, Pedestrian, Lock and Unlock. And there is only one variable Address which is the ipaddress of the Pi. What have I stuffed up ?
  4. Właśnie na Androida wpadła beta 1.18 apki Yubii (na iOS była chyba wcześniej). Jedną ze zmian jest przeniesienie kamer do oddzielnego miejsca - Monitoring. Uważam, że wyjęcie kamer z "pomieszczeń" jest fatalnym posunięciem. Np. w pomieszczeniu garaż mam sterowanie bramą garażową i kamerę na nią. Zamykając/otwierając bramę od razu mam wzrokowe potwierdzenie działania tej czynności. Podobnie z kamerą na bramę wjazdową i furtkę. Teraz będę musiał biegać pomiędzy zakładkami. W zasadzie to szybciej teraz będzie zrezygnowac z kamer w Fibaro i przełączać się na natywną aplikację do kamer. Nie wiem co o tym sądzicie.
  5. Perhaps it would be a good idea to place a link somewhere on the homepage with the current (problem) status of the servers or apps, this avoids unnecessary hundreds of emails from worried customers, both to this forum and to the support center. Thanks. Michel
  6. Witam, wczoraj nie mogłem się w żaden sposób dostać do centrali Yubii choć wszystkie sceny działały poprawnie a samą centrale widziałem w sieci domowej. Skorzystałem z opcji RECOVERY. Niestety teraz żaden silnik NICE nie odpowiada. Próbowałem wgrywać rózne backupy i nic. czy ktoś ma jakiś pomysł co tu sie na rozrabiało i jak to rozwiązać?
  7. Cześć, Dzisiaj mam problem z dostępem zdalnym do mojej centralki HC3. Niby łączy się ale nie widać większości rzeczy zarówno przez aplikację Yubii jak i przez stronę www. Nie reagują też skróty do scen przy pomocy widgetów. Co prawda jestem teraz w miejscu z bardzo kiepskim dostępem do internetu ale nie wierzę, że do zdalnego dostępu jest potrzebne łącze szybsze niż 20/10 Mbit/s. Chyba, że dzisiaj są ogólne problemy z dostępem z poza sieci lokalnej.
  8. I am using version Yubii 1.17.0 on my iPhone 12 mini. When I open the heating panel it gives me a list of all my heating zones. The problem is that the field available for each zones name is only 15 characters long. Fibaro put the phrase "Temperature in" before each Zones name. This means that every zone just shows up as "Temperature in..." so you cannot tell which zone is which. Furthermore if you then select a zone the name at the top of the screen only has another 4 characters available so even then you can't see the full name. For example I have two zones Main Bedroom and Main Bathroom. If I select a heating zone it shows the names of the zone as "Tempature in Main...". So I still cannot tell which zone I am looking at. We already know we are looking at the heating panel so the use of the words "Temperature in..." is unnecessary. Is there a way to change this? Thanks
  9. Witam. W aplikacji Yubii (1.15) jest taki link "Co nowego w aplikacji?". Jest tam napisane, że jest możliwość korzystania ze strumienia audio i wideo na żywo z kamer IMOU. No i fajnie. Mi osobiście podoba się do domu (wewnętrzna) IMOU CUE 2. Ale jak ją dodać do HC3. Jakieś wskazówki, instrukcje? Skoro reklamujecie kamery w aplikacji tzn, że ktoś to przetestował... podzielcie się tą wiedzą. Pozdrawiam
  10. Hi everyone. I wrote this message some time ago but no one replied to me (by now I understand that Yubii Home / Fibaro we use it in four cats or in any case those who do it may rely on an installer for which there is no info and a nice discussion group as to instead there is an example for Home Assistant & Co., okay). I have a somewhat particular configuration ... after a thousand searches I was able to find a Yubii Home gateway which is basically a Fibaro Home Lite 3 plus the management of Nice radio devices at 433 and 868 MHz and I managed to " home automation "of my 11 shutters with which I have been opening and closing through 11 Nice TT2N control units for a few years using a Nice remote control. Not wanting to throw away all the control units (and above all not finding ZigBee / Z-Wave / WiFi devices that are as tiny as my TT2Ns and therefore can fit in my crowded 503s ..), I folded for this gateway and ... it's bad. The Yubii app for Android is decent, even a little more, but I have some doubts with using it via Google Home, and more precisely: 1) When I connect Fibaro accounts in Google Home, in my opinion, the pairing does not end "well" as it should, since not all the devices detected (the 11 shutters) are proposed, but simply returns to the account list of the various brands and it seems that Fibaro is not connected. But returning to the Google home ... home (;)), however, the rooms and the various shutters that I created from the Yubii Home interface are there and work both individually and per room, so it seems ok. 2) The 3 scenes I created that basically open all the shutters, close and stop them (I had to create them because, being 11 devices at 433 MHz, it was necessary to distance each shutter by 2 seconds, otherwise with interference there is it was always something that didn't work randomly, but that's okay, in 20 sec. they all start) they work if I'm the one to start them via Google assistant, but nothing to do if my her does it with her voice. I wonder ... his user from the Yubii Android app uses them quietly (the Widgets are comfortable I must say), so the grants are there, so why is he unable to use them from GH, perhaps because it was the admin who hooked them to the home? Either it's a bug, or you tell me if it just happens to me. 3) I did a test that left me perplexed: I tried to connect Fibaro account to GH with my hers user account ... error. Then from the web interface of the Yubii gateway I made her admin (Settings - Access - TRANSFER OF THE ADMINISTRATOR ROLE), always error. With my user (which I renamed to my liking) but which is the one that started admin from the beginning, the default one to be clear, everything ok. Well ... In summary ... to work it works, only the user user cannot recall the scenes from GH, as if there was some grant problem, mah ... Give me a tip, I'd like to understand if I'm the one who's wrong, but it seems to me simply a bug on the Fibaro server side (only they don't reply on their forum, really sucks). Thank you all...
  11. Dear Fibaro users, On HC2 application is no problem to use on the Heating Panel the HOLIDAY MODE function ( see attached picture ). I try to find the same function in the new Yubii mobile application but I can't find that function. Can you please help that the HOLIDAY MODE is realy not available in the Yubii mobile application ? Thank you
×
×
  • Create New...