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'.
-
Hey Guys Newbie here The new HC3 is now available for purchase in Australia. After reading this forum for a bit, Im a bit concerned that this product is not what it seems. ie a lot of its features are postponed till next year. I have also noticed that some features for HC2 are still not available. Do you think if I just stick to z-wave, I should be okay. Not planning on too many devices, maybe 30-40 Interested in your thoughts as HC3 isnt cheap Thanks JP
-
Cześć Po przesiadce z HCL mam problem Mam kilku użytkowników, którzy mieli dostęp do sterowania oświetleniem w oddzielnych pomieszczeniach, ale bez dostępu do pozostałych pokoi. W starej wersji appki na Androida (tel.) można było po zalogowaniu głównym fibaro ID zalogować konkretnego użytkownika i zyskiwał on dostęp do danego pokoju także poprzez Internet (nie tylko przez LAN) Czy takie zalogowanie jest możliwe także w nowej wersji Appki do HC3?? Bo za Chiny ludowe nie potrafię się tak zalogować. Użytkownik może sterować urządzeniami tylko jeśli jest połączony z siecią LAN, czy dla każdego użytkownika wewnętrznego trzeba zakładać teraz oddzielne Fibaro ID??? Z góry dzięki za pomoc
-
Hi, Im trying to sett up a wakeup light in the kids bedrooms with the downlights and dimmer 2. Is there a solution to this that don't involve me having a doctors degree in LUA coding? I have seen some dawn simulator LUA threads, i just don't have the time and will to use hours to get this working. Also it seems most are used for HC2 (don't know if that mathers) Getting the kids out of bed in this dark time of the year is challenging Any help is appreciated
-
I used to use HomeCenter.SystemService.reboot() in HC2. What is the equivalent for HC3. And where can I find the api list
-
Hello, Did someone know if its possible to get outside temperature in garden (Tuin) room? I have installed YR weather. Can i do it with a scene or is it not possible? Thanks.
- 60 replies
-
- yr weather
- outside temperature
-
(and 2 more)
Tagged with:
-
Hello, I found a project who reverse engineered the Wi-Fi protocol from the Mertik controller connected to my fireplace. Yeay! ? With the following (simplified) NodeJS code I can send the standby command to my fireplace: var net = require('net'); const prefix = '0233303330333033303830' var msg = "3136303003"; var packet = Buffer.from(prefix + msg, 'hex'); var client = new net.Socket(); client.connect(2000, '192.168.1.1'); client.write(packet); I know how to open a socket in HC3 QA but I don't get how to convert the message to a RAW buffer. The JavaScript line does it with Buffer.from(prefix + msg, 'hex'); Does some LUA god know how to convert the message in QA LUA for the HC3?
-
Dear community, my current project is using Hoobs to control Fibaro HC3 devices, IR controller specifically. Hoobs does not detect the quick apps in HC3. May I know whether there is any method for Hoobs to control quick app in HC3? Thank you.
-
Anybody knows a way to know what triggered the scene? For example I have a scene, that can be triggered by one of two switches. And in the Lua code I'd like to know which one of these two switches triggered the scene.
-
Hi, As i just moved recently from HC2 to HC3 i found myself with a heating problem. I have Danfoss Room Sensors and Danfoss LC-13 valves. They are supported in HC3, but i could not modify the temperature from the Danfoss Room Sensor. Even more, at this moment the HC3 climate interface does not allow for manual mode set via the GUI. So i wrote a bit of LUA code that will read the set temperature and set time interval from the Danfoss Room Sensor, will set the climate panel in Manual mode and sync all the TRV's. Hope it can help someone local fromID = 739 -- Danfoss RS senzor local toID = {721} -- Danfoss LC13 TRV local IdPanel = 1 --Birou fibaro.sleep(11*1000) local dev = api.get("/devices/"..fromID) local devname = dev.name local settemp = dev.properties.heatingThermostatSetpoint local setduration = dev.properties.schedules[1].schedules[1].duration.value local panel = api.get("/panels/climate/" .. IdPanel) panel.mode = "Manual" panel.properties.handSetPointHeating = tonumber(settemp) panel.properties.handTimestamp = os.time() + (60*60*setduration) api.put("/panels/climate/"..IdPanel, panel) fibaro.debug("Scene38","Danfoss TRV Synced With Danfoss RS.", "Climate Panel ", panel.name, "Set to Manual Mode for ", setduration, " Hours, Temperature ", settemp, "Degrees." ) The LUA trigger should be the Danfoss Room Sensor ID: { conditions = { { id = 739, isTrigger = true, operator = "!=", property = "heatingThermostatSetpoint", type = "device", value = 5 } }, operator = "all" } Enjoy
- 2 replies
-
- 1
-
-
- hc3
- danfoss lc
-
(and 1 more)
Tagged with:
-
HC3 - Sonoff Tasmota temperature sensor via MQTT
Max Cerny posted a question in Other Devices / Third-party devices
Hello, I have Sonoff temperature/humidity sensor flashed with Tasmota. I'm able to pull temperature into HC3 quickapp variable using MQTT broker. The problem is, that I can not use that temperature in the HC3's Climate zone as reference temperature sensor for my zone (i can choose only from zwave devices). Is there any solution for that? Thank you Max -
Well i have a HC3 and i want to create a scene that when a MC is open then light goes on and if MC is closed the light goes off after 5 minutes. Scene that i have is: When door opens then camera takes a snapshot, sends a push notification to mobile. What i want is: When door opens the camera takes a snapshot, sent a notification to my mobile and turn a flood light on, then when door is closed the flood light will stay on for 5 minutes and then automatically turns off.
- 8 replies
-
- hc3
- lights out
-
(and 4 more)
Tagged with:
-
Have a newly setup up HC3 have started migrating all the rules I had in my old Zipato Zipatiles. At this stage I am sticking to Block Scenes until I skill up in LUA (although did manage to copy and paste a few scripts into QA for http calls) I have managed to get email notifications working but wondering if you can change the "From" address anywhere ... at the moment it comes through as HC3-0000xxxxx Message from FIBARO <My message in here> At a min ideally I would like to replace the HC-0000xxxx with something like "Message from Home" I couldn't find it in any of the configuration settings. Whilst I am here .. any tricks for getting iOS App Push notification working? Doesn't seem to fire on the iPhone at all Thanks Uri Sydney, Australia
-
Does this Trigger autostart a lua scene ? Its supposed to be gateway start, which makes no sense { type = "se-start", property = "start", operator = "==", value = true, isTrigger = true }
-
HC3, version: 5.050.13 API endpoint: /events/history Parameter: lastId (Description: requests with id<=lastId will be skipped (only more recent entries then lastId will be returned) Test call: https://HC3-IP/api/events/history?lastId=330776&numberOfRecords=2 Result: [ { "data": { "id": 78, "newValue": 23.5, "oldValue": 23.6, "property": "value" }, "id": 330775, "objects": [ { "id": 78, "type": "device" } ], "sourceId": 0, "sourceType": "system", "timestamp": 1606766914, "type": "DevicePropertyUpdatedEvent" }, { "data": { "id": 27, "newValue": false, "oldValue": true, "property": "value" }, "id": 330774, "objects": [ { "id": 27, "type": "device" } ], "sourceId": 0, "sourceType": "system", "timestamp": 1606766874, "type": "DevicePropertyUpdatedEvent" } ] It seems data are returned in wrong order, not recent but older entries are returned.
-
Mismatch between Heat Controller setting and Zone setting
mihneadb posted a question in Home Center 3
Hi, I'm a new user of the Fibaro ecosystem and I'm facing some issues. One of them has to do with controlling the heat in my home. I have setup zones - 1 per room, and each zone contains 1 Heat controller. I have a HC3 and I see there are several ways in which you can control the temperature - from the Heat Controller directly, or through Zones. I tried working with the temp view in the website (/app/climate/temperature), but also with the mobile app through manual settings on the thermostats. Anyway, in the end I did "back to schedule for all" and my zones show up OK: You can see Living Room set at 24C. However, if I go to the climate view under settings, the thermostat for Living Room shows up as 26C (an older value set via the mobile app BEFORE choosing "back to schedule for all"). This is really odd to me. I'm curious 1. if I'm encountering a bug and 2. what is the "recommended" way to handle temp control in HC3? Thanks! Mihnea -
Hello, I want to install my Foscam FI9902P camera to my HC3. - Add IP camera is OK but in the Foscam list I find "other" or "FI8904W". I tried both. - I serached the IP and added ( just IP ) - I also added to the jpg stream path /cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=USER&pwd=PASSWORD ( User & password is the same what I use for connect. This line was OK in my HC2 ) - No any picture if I test it. Can you help me what can be wrong ? See pictures No picture
-
Hello, I have some Qubino smart meters and would like to get the power values from these. As far as I understand (beeing a newbee) polling could be done in three different ways defined in the device advanced settings. 1. Polled att periodic intervals with specified polling time 2. Using the global polling queue 3. Exclude from polling (but using e.g. triggers) Tried to figure out the details about this but nothing mentioned in Fibaro manuals like Home Center 3 manual or Lua Scenes manual so I did some experiments with all three methods. (in case 3 I used a scene where the condition allways = true). The result: In the first case I have marked the 300 seconds polling with green. Obviously there are pollings done outside of the 300 second period. Have no idea why. In the second case the polling delay varies a lot from 10 seconds to over 5 minutes. Have no idea why? Besides the Qubino Smart Meter I onloy have a Fibaro Wall Plug so the load on the HC3 can not be that large. In the third case the delay is mainly between 10 to 50 seconds so obviously this is the fast method. I guess that delays time may increase when you add more scenes with isTrigger = true. Conclusion. Compared to HC2 the HC3 misses a lot when it comes to displaying consumption. As a consequence you will have to do a lot yourself. For this to work you need good and detailed documentation. Unfortunately that seems not to be the case e.g. when it comes to the condition statements in scenes. I would like to have a detailed description of all possibel operators that can be used in conditions and how they work. I have searched a lot but not found any such document. I have of course found a lot of specific solutions in this forum where a variety of operators have been used but no general and complete description of what is possible to do. If some Fibaro people in Wysogotowo read this it would be nice to hear if there are any plans for a more detailed and througout documentation of the HC3 software. By the way, I assume the OS of the HC3 is some Unix variant as times are given as seconds from 1970. It would also be nice to see the HC3 software upgrade plan (if any exists) and what these upgrades are planned to contain. Regards, Bernhard Stockman
-
Hello, I'm using 90% Fibaro Devices but for some specific function, or too big pricing difference with Fibaro for similar purpose, I'm using other devices (Qubino, NeoCoolCam, ...). I have read several topics on forums, on tested all function around that in HC3 settings (use template, pull parameters, read parameters....), impossible to upload Template from my computer to HC3... Any suggestion??? Regards.
-
While working from home for eight months now I had the need to toggle a light or run a scene from my Windows 10 laptop. After some Google I didn't find an app so I decided to learn basic C# and create a Windows tray application myself. The application loads your configured rooms, devices and scenes from your HC2/HC3 and puts them in a menu in the system tray. Now you can run a scene or toggle a light switch without reaching for a wall switch or your phone. ? The program looks like this: I Iearn and get a lot from the Fibaro community, therefore I made the code open source on GitHub. You can download the application from the releases page. You only need the .exe file. I don't own a HC3. If it also works on the HC3 please inform me. Than I add it to the documentation.
-
Hi, i add Aeotec multisensor 6 to my HC3 but it seems not working properly. I try to add and remove 3 times. After installation "wake up interval" is set to 0s and i cant change it. Automatic updates working only for PIR sensor. Temperature, luminance, humidity, uv is not auto updated at all (now for almost 10 hours). I setup thresholds to low values and manual wake up device to sync this settings. Nothing help ... Even threshold for temperature is impossible to change to normal value (eg. 1C). Default value after installation is set to 131097.6 C and after change and sync is always reset to this value. Have someone similar issues with Aeotec multisensor 6? It is device or hc3 related problem?
-
Hello, I have an empty QA device (temperature device). What's the easiest way to set the value (temperature) using HTTP call (from outside HC3) to the API? Or do I need to provide some method in QA that i.e. the `callAction` REST API will use? I'd prefer to have empty QA and do everything via REST API.
-
The new HC3 LUA sytax for email fibaro.alert('email', users, "xxx") has no room for the subject. The subject is always "Message from FIBARO". Is there a way to change this?
-
Password invalid for HC3 BUI after changing fibaro ID password
Arnes posted a question in Home Center 3
After Fibaro ID password was changed, the password to log in to the HC3 is invalid. Someone who has experienced that? -
Dear Users, We have good news for those of you who are residents in Holland or Belgium and have been thinking of switching to Home Center 3 recently! FIBARO together with Google Store offer Nest Hub - totally free of charge when buying Home Center 3 at one of selected retailers or dealers. Check out the details of the promo as well as examples of amazing opportunities both products offer here: https://www.fibaro.com/nl/the-smart-google-promo/