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

  • 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. Witam wszystkich, Po aktualizacji mojej HC3 do najnowszej wersji 5.100.22 zauważyłem, ze niektóre sceny blokowe, przestały działa we właściwy sposób. Np. mam zrobiona scenę blokowa, która uruchomiona manualnie ma sprawdzić czy wszystkie rolety w domu są zamknięte i wysłać push do użytkownika z informacja „Zamknięte” Zależność jest zrobiona na zasadzie, jeżeli == 0% to wyślij „Zamknięte”. Niestety zauważyłem, ze scena wysyła ten sam komunikat nawet, jeżeli nie jest to 0%. Roleta może być w dowolnej pozycji, np. 100% i tez dostane komunikat „zamknięte”. Zmieniając znaki zależności, czy wartości ustawienia rolety w scenie, to i tak zawsze dostane komunikat ‘zamknięte” Oczywiście odnosi się to do wszystkich innych scen gdzie wykorzystywane są zależności większe, równe, mniejsze itp. Również ze wszystkimi innymi urządzeniami. Jednym słowem większość moich scen blokowych przestało działać. Nie wiem czy to jest problem nowego SW, bo tez próbowałem wrócić z bakup’u do poprzedniej wersji 5.90, ale problem pozostaje również w tej wersji. Jakieś sugestie? Z góry dziękuje i pozdrawiam
  2. Hi, is this announcement correct The Zigbee, Bluetooth LE, 433MHz, and 868MHz protocols are not fully implemented in software at this time, so it is not possible to add devices that work with these protocols. The table chips of each communication protocol are physically located in the device. Will be the HC3 officialy support those protocols in near future?
  3. Is anyone has succeed to use https connection? I did follow Fibaro's procedure to install certification Download the certificate. In the Windows Start menu search for mmc app and open it. In the MMC (Microsoft Management Console) app go to File > Add/Remove Snap-In. Add Certificate Snap-in: Certificates > Select “Computer account” > Next > Next > OK. Now go to Certificates > Trusted Root Certification Authorities and right-click on “Certificates” Import the certificate. Find the certificate downloaded from the FIBARO Home Center 3. Import it. Done. Your connection with the gateway is now secure. but doesn't work on FIrefox. (Expiration date ?) Any extra steps required to install certification? Interesting it does work with Chrome !!??
  4. [edit] i think i should have placed it in the "Scenes and Interface" section, sorry for that. So, i'm new, newbe, so...dont shoot me I've been reading a lot, on this forum and elsewhere trying to get my Powerview shades connected to a zwave switch. It seems to be much harder to manage then i was hoping for. My head spins around with all the information, code lines and such, Also, none of the info i found seems to be complete. It is all like "do it in LUA", make a QA or a a bunch of code lines. I hope to find some hints, or answers - help with that. So, what i worked out: - The 8 button fysical wall switch works. - The powerview plugin works, and the scene's controlled from the hub work The imported scene's dont work, and need i to make a QA or a LUA scene for that. What i tried: I made a block scene with the switch, and a HUE lamp, converted this to LUA this is the "what if button is pressed" and it works. { conditions = { { id = 21, isTrigger = true, operator = "==", property = "centralSceneEvent", type = "device", value = { keyAttribute = "Pressed", keyId = 1 } } }, operator = "all" } The action part, i made this - but its wrong. local connection = Net.FHttp("192.168.1.35", 80); local command = "/api/scenes?sceneid=25173"; local response, status, errorCode = connection.GET(connection, command); It gives this error: 10.07.2021] [07:00:40] [ERROR] [SCENE4]: (load):1: attempt to index a nil value (global 'Net') I know there is a lost of writing about this on the forum but, I am totally lost in what to do, is this sort of the right way to do it ? Should i do it with a QA ?
  5. Hello everyone, I have just integrated several Simon iO actuators with HC3 and there is an issue with the devices' state which does not change properly neither in the web interface nor Yubii app. This happens for the following actuators: - Simon 100 iO Roller Shutters - Simon 100 iO Dimmers The update of device's state is not automatically reported to web interface/app when pressing manually the roller shutter switch or dimmer. The same happens when the device's control is coming from the app/web interface. For example, you set the shutter to be closed (0%) but the state in the app/web interface still shows opened (100%). I am using Z-Wave 3.0 and the HC3 firmware version is 5.080.20. I tried to force this communication between the devices and the HC3 through associations but with the same result. Apart from this, there are no templates for the Simon 100 iO devices and I can not add/modify any parameter in the web interface (don't have the option in parameters) or poll them. For example, I can not set a basic_report command to the controller when the devices change their states in order to force their updates in the system. Is this due to Z-Wave 3.0 and a HC3 firmware update which has not come yet? Has anybody any suggestions? Thank you in advance. Regards
  6. Apax

    QA Update label

    Hi all ! I would like to update another QA's label. In this case, it's QA with ID 95 and the label is called Doors. Does anyone know if this is possible and what that code might look like. function QuickApp:onInit() self:debug("QuickApp:OnInit") self:updateView("Doors open", "text", Doors) -- would like to update QA ID 95 end
  7. Hello, I'm trying to "convert" this LUA script in a scene, but my trouble cames from the fact that I don't know how to send an http request in a scene. Here is the script I use in a device (and it works find): local texte = string.format("%s %s", tostring(os.date('%H:%m', os.time() )), "HC3 : This is a test.") local address = string.format("http://192.168.0.0/write?color=%s&bg=%s&t=%s", "black", "white",texte) http:request(address, { options={ method = 'GET' }, success = function(response) print(response.data) end, error = function(error) self:debug('error: ' .. json.encode(error)) end }) The goal, is to send a time stamped notification in a remote web server when a scene is launch, but maybe I'm on a wrong way ? Thanks for your help. Alex.
  8. Has anybody been able to control a Vsmart thermostat from within HC3? I don’t want to use IFTTT because of security and no readout is possible.
  9. Hi, I have been adding my fibaro dimmers to my new fibaro HC3. When I add my Dimmer1s, they show up on the devices table with a Role of "dimmer 2" and in General it shows the Type as "com.fibaro.FGD212" When I add my Dimmer2s they show up as either "Dimmer 2" like above (what I would expect) or some get added with a Role of "Multilevel switch", and in General it shows the Type as "com.fibaro.multilevelSwitch". Why are the Dimmer2 being added as "Multilevel switch"? Does it matter? Am I adding them wrong? The "Multilevel switch" has only 41 parameters the Dimmer2 has 59. What am I missing? Thanks Rut.
  10. Configuration: - RGBW led strip connected to RGBW 2 controller + monostable (GIRA) wall switch - HC3 - Fibaro iOS mobile app System by default use "white" colour through mixing only RGB channel from RGBW led strip and white (W) chanell is not use (turned off) . If you want to use white colour from your RGBW led strip you have to define white colour ( #000000) by yourself in fibaro web application. All is fine if you are use such a configuration and use only wall switch. When you changed led colour (i.e. yellow, magenta, blue, green or whatever) through mobile application you will not be able turn on/off led light with your wall switch. It doesn't work any reaction from led strip To "fix" this issue you have to login to web application and choose once again earlier defined white colour ( #000000). Have you ever meet such a problem/bug ? Thank you
  11. Hi guys, I was installing Fibaro radiator heads for my customer, when we realized, how inexplicably awkward is the software that is handling this product. The shame is on me, becuase I didn't tested it properly before we accepted the order. Here I want to ask any Fibaro technicians, how could any product developer allow the production of a radiator head, when user is NOT ALLOWED TO CHANGE THE SETPOINT PERMANENTLY from the Yubii app, and also USERS DONT HAVE ACCESS TO CLIMATE PLAN IN YUBII APP... Like this is not a mistake, this is a ridiculous mistake and a huge fault of developers. I just can't explain, how can this happen in a company like Fibaro.. What does that problem mean? My customer (not a PC oriented person) asked me to create a plan for his house..Day 23 celsius, and night 22 celsius (what I did, according to his demand) A few days later he called me, that they are cold , so he wants to put all radiators to 24 celsius permanently for day and night either..just set it to 24 everywhere.. Belive or not, i had to come to the conclusion, that its not possible. User can't set manualy a temperature permanenty..just for certain time period..max 24 hour, than it jumps back to the plan value.. Hold on, this is not the entire story... As the plan is not reachable from mobile APP, i needed to remotely deactivate the plan for him..i thought this way we can find a workaround... No... Even if you don't have a plan, you can't set any value permanently on your radiator.. Example..Lets say, you dont have any cilimate plan, and your radiators are running on 22 celsius.. Later you want to change this permanently to 21 celsius...BUT YOU CANT You can do it only for max 24 hours...than it jumps back to 22 celsius... I was thinking, maybe if we set the time to 00h:00min, it will help... We couln't even try it, becuase in the Yubii app the minimum value is 10 min... So what was I supposed to do? Should I told him, that he needs to manualy set all his 18 radiators every single day to the desired temperature? I would appreciate any suggestions... Thanks
  12. Hello. Im having trubble with my Aeotec WallMote Quad HC3 is reporting the device is not configured, anyone know how to fix this?
  13. Hi, I received an message in my HC3 that there is an device update available for a double switch. (see attached). But there is no button where i can click on to start the update. I can only view the Changelog. (even at the pop-up in the changelog is no update button available). Does anybody know how i can start this update? Things i tried: - Filled checkbox before device (nothing happend) - Reboot HC3 - Reboot (full power of) Double Switch - Googled the problem > no result yet. Thanks!
  14. Generic Fibaro HC3 Alarm system Hi Luabuilder Sharing is Caring I have see a lot of talk using Fibaro HC3 for Alarm system. I love the idea - i want that, so i tried to describe what a Generic Alarm system should be build of. Several people already tipped in with things they made og thoughts they have, issues they identified. Why invent the wheel when great tuff already has been made. @jgab has created the EventRunner4 and ChildrenOfHUE - All-in-one QA framework for HC3 - this can be used for arming and disarming the alarm - An example is provided here @10derand @JcBorgs described issue about HC3 is missing the "disable alarmExclude" - a “pre-check” for sensors before arming ALARM is needed What a good way to solve this - I way thinking of enhancing the doorstatus QA (below) ? And @FBerges already shared his version of an alarm system @Mateo created a Siren Quick APP And probably many more worked on their own solution to create a ALARM SYSTEM. Please tip IN if there is elementary features ? - that is missing for a generic HC3 Alarm! How would you structure this? ? - ONE Quick APP with everything, Variable for customising? or a QA with Scenes and Eventrunner4? Another useful idea that could be used, is the status for open windows and doors. This QA changes the Color in the matrix Bulb when a door or windows is opened. Doorstatus.fqa @10der learned me about getting the sensor possibilities with print(json.encode((api.get("/devices/hierarchy")))) com.fibaro.windowSensor com.fibaro.doorWindowSensor com.fibaro.doorSensor Perhaps some of the forum experts could create some overall structure and point the learners in right direction? ? ? Desired Functionality In case of alarm not armed Geofence • Ongoing control - have all users left the house? Message on Telephone (s) that the house is empty and the alarm is not active For ARMING the Alarm • Message on Telephone (s) about which windows are not closed. Message format Section, room, Sensor Message on Telephone (s) about which doors are not closed Message format Section, room, Sensor Message on Phone (s) When alarm is active and which Zone. Message could be Fibaro APP push, or Telegram Delay to get out the door Use a Keypad like Matrix for ARM - ala triple cut on one button and subsequently double click on another. This feature is already made by @Jgab in Eventrunner4 Use Fibaro APP for ARM LED/Bulb for show Status ARMED – I will probably use MATRIX ZDB LED in the perimeter to changes to RED By Disarm the Alarm Message on Phone (s) alarm is deactivated and if other Zones are active LED/Bulb for show Status DisARMED – I will probably use MATRIX ZDB LED in the perimeter to changes to GREEN, but could be a HUE Bulb Use Matrix for DisARM - like triple cut on one button and subsequently double click on another. This feature is already made by @jgab in Eventrunner4 Use Fibaro APP for DisARM For Alarm ACTIVE Internal sirens are triggered External sirens are triggered Light with alarm status, flashes 1 Hz SONOS speech - sound. Could be by using the Quick App - Sonos Zone Controller Message on Telephone about which device has triggered alarm - Section, room, Sensor
  15. I'm not sure how important it is, but I jump into this hole "lastWorkingRoute and neighborList shemas are changed from HC2 to HC3 HC2 /api/devices/id produces JSON wtih following: "lastWorkingRoute": "[1,422,59]" HC3 /api/devices/ID produces a bit changed JSON: "lastWorkingRoute": [1,422,59] What is difference - HC2 gives me string representation of array but HC3 gives me array. For developer perspective this is quite big difference (agree - important only for tech apps) Is there SOMEWHERE some kind of DOCUMENTATION of that kind things, changes, schemas Both HC2 /docs and and HC3 swagger lack several important interfaces like /api/energy and /api/temperature why they are hidden or where to find SOME kind of reference
  16. So, I've just recently got the HC3 and so far its been a bit of a battle to get it working any where close to the HC2. Out of the box, the setup script didn't work and it took a couple of iterations before I got through it. In no particular order here's some of the issues I've encountered to date: * The GUI is very slow, sometimes to the point that mouse clicks are missed, and certain portions of the GUI are not rendered. * The time can be out. At one point the clock on the banner was showing 1551, but the history was showing events with the correct time of 1630. * A lot of devices will appear as unavailable - in particular all my Fibaro Motion Sensors and Popp TRVs. I've changed some parameters on the Aeon/Aotech device I have as I suspect the network is busy * The Fibaro motion detectors are not detecting motion, they are reporting temperature, lux and will flash on the device when motion is detected... but not in the web UI. * Fibaro door/window detectors are not detecting doors opening. They appear to be reporting temperatures OK * Secure SRT Thermostat. One of these works, the other is reporting a temperature at least 10C higher than the room * Secure SRT Thermostats & Popp TRVs. There is no ability to set a temperature setpoint on these, and in the climate panel there's a warning that they may not work. They do work using the climate panel * Fibaro RGBW. The on/off button does not function and it doesn''t look like RGBW mode is supported. In fact, when included the RGB panel was hidden and five individual sliders were shown instead. It is impossible to control from any scenes. Setting a colour slider causes multiple entries to be logged in the history - one from user with set colour, then two, three, sometimes more from system with completed incorrect RGB values. * Everspring ST815 Light Sensor. Includes OK, never updates any value and doesn't send a command to the associated devices * Lots of devices without templates That's all for now, but these were all features that just worked in the HC2. In general, its not a good experience and trying to explain to my wife why she can't control the heating and that the lights in the kitchen aren't working is not easy. Other things that I wanted was the promised support of Zigbee and RF433 protocols, but they appear to be a distant dream for now.
  17. Hi dear Fibaro people. Anyone know how I can create a button in the app (for HC3) that I can use to enable or disable a scene? (A recipe would have been brilliant )
  18. 5.081.18 Hi friends. Could someone help me. I can't include it to HC3 system correctly. If i use the add-dialog without "s2 checked box' - the SCS C17 appears on the GUI HC3 with succes. But no "antenna" sign on screen of SCSC17. And without any reaction bw HC3 and SCSC17 - no update temperature, setpopoint adn etc. I understand that my SCSC17 doesnt use the S2 security level. and so i can't use 15 pcs of it on new HC3 that i bought instead of HC2...upset
  19. Hello HC3 owners/guru's, Is there anyone who can tell me what the impact is of a change of the physical location of a HC3 device? Currently I am living in Europe (Belgium). I might have to move to Asia (Philippines) next year and want to bring my HC3 and re-install it there in my new house. I see the following 2 potential problems: Z-wave allowed frequency bands and standards used are the same in these 2 locations, but there might be other restriction I am not aware of. The centralized monitoring/support of all HC3 gateways via the HC3 device ID might be disrupted if you move the device to another world region or country. Note: I experienced a similar problem (issue 2 above) when I moved around with my printer from Thailand to the Philippines a few years ago, as the ink cartridges are not interchangeable between the 2 countries and other regions.. I guess this is a question for Fibaro HC3 guru's or a Fibaro company HC3 specialist. Your help would be appreciated if you can answer my questions or can tell me how to contact a Fibaro HC3 specialist. Thanks Leo I used the below URL for my short survey. URL: https://www.silabs.com/wireless/z-wave/global-regions EU 868.4 MHz, 869.85 MHz - Standard EN 300 220 PH 868.4 MHz, 869.85 MHz - Standard EN 300 220
  20. I’m a newby in the home center world, and i wonder if it’s possible to adjust the parameters with a quick app of a linked Z-wave alarm sound device, so it can make different sounds based on the event? Such as beeping softly at a entry delay, or alarm sound at a burglary. The sound device supports these capabilities, but i can't find a working solution in the HC3.
  21. Hello, Please help with topic how to set aeotc siren 6 to turn on the sound until I disarm alarm.
  22. So, i'm still setting up the HC3. And run into some problems. I have 2 Zwave devices: a 8 button wall switch and a Fibaro multi sensor. The wall switch is configured to run some scene's. And the sensor is for later use, but also "adopted" in the device list. This is the second time in a few days, that the zwave devices stop working. The buttons stop activating the scene's, while when i start the scene manually it still works. The multi sensor shows up with a red cross in the device list. When i noticed this before, i just rebooted the HC3. And then it all works again. How can i troubleshoot this ? The console doesnt tell me anything..
  23. Witam serdecznie czy ktoś z was wie cos na temat integracji HC3 z rekuperatorem KAISAI - wyprodukowanym dla KAISAI przez włoską firmę SABIANA . Jeśli ktoś potrafi napisać integracje proszę o kontakt sabianaCloud.yaml
  24. Hello everyone,.. I am pleased to announce that the first version of QA for controlling the iEAST streamer has already been published. It's the Lite version. You can download it here on the Marketplace: https://marketplace.fibaro.com/items/ieast-hc3-lite-player Current version: Lite 1.0.0 Date of publication: 7/08/2020 Last update: 17/08/2020 FUNCTIONS The functions of this Quick App are: Allowing to control iEAST Player from Home Center 3. You can control one device. It does support basic and advanced functions: Basic Control Chose the device preset (radio station/stream) – if your device supported this Initiate playback Button for Playback, Stop, Prvevious and Next track Toggle button, Pause/Playback Button for MUTE (unMUTEd will be when set some volume) Basic Rendering Control Get player volume and mute state Set player volume to a specific level and unmute the player if muted Increase or decrease player volume Get or Set or Toggle player mute state (Mute or unmute the player) Get or Set or Toggle player loudness state Basic Rendering States Get URL stream from device Get Title and Artist from device Get Play status – play/stop/pause/mute Get Volume level Show the QA status QA Properties Enable QA Debug Mode RELEASE NOTES - changelog Version 1.0.0 For HC3 v5.031 Support standard capabilities (PlayerControl, PlayerStatus) Displaying information on the currently playing (with some exceptions) Fully controllable from the LUA scenarios (see available command list) Directly controll the one of three devices For the future Support for select LineIN play mode Support fot Equaliser Toggle for STOP/PLAY MASTER / slave multiroom control support (in the Enhanced version) For more information, visit the Marketplace page: https://marketplace.fibaro.com/items/ieast-hc3-lite-player The description is part of the package. In case of questions, please write eM. EDIT 20200918: For debug some communication problem, pleas visit this post:
  25. Does anyone have experience with Foscam on HC3? I do not get a picture in preview. I connect to an external ip. Do I have to use https and install SSL certificate? I did not find the model I have so I had to use "other" I have to use MJPG streaming and use this path http://USR:[email protected]:IP/video.cgi
×
×
  • Create New...