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


All Activity

This stream auto-updates

  1. Past hour
  2. ...hmm this is familiar... have they started to host the forum on an HC3? 😉
  3. Good. The problem now is that settings.json will be overwritten when you do a pull from the repo. So, what I have done is to remove settings.json from the repo and added .vscode/settings.json to .gitignore This way people can have their own settings file. I have added a settings.templ where I store an example of a settings.json, i.e. the ignored globals lists are useful to have in your settings.json
  4. Today
  5. Hi, we are a scout group and new users of Fibaro hc3l with 2 thermostats. The thermostats trigger two sets of heaters. We have created a climate schedule which has 4 degrees when we want no heat and 18 degrees when we want heat on. We really want a schedule that is fully off rather than 4 degrees. The climate has an off setting, but this just disables it all. Is there a way to schedule simple on/off rather than varying the temperature?
  6. I had the Same happen today and looks like related to Zigbee DB when doing a toll back all coms back , So now Q is, is worth keep trying to make things work on HC3 that missing power motoring in general for anything about 2000watts or better to give up and move on ?
  7. Yep, speed is changing, but not only forum, I also tested Fibaro manuals, Fibaro Home, Fibaro News room... At this moment writing this post is very slow.
  8. Unfortunately dear @MaciekJ there is no solution, at least as long as we don't know the reason. Some people say that there is a bug when using a zigbee device on a scene that for some reason is not available, then whole system crushes with result of losing all zigbee devices. To be honest I didn't try to include my zigbee device to Fibaro if I cannot use scenes with. So all my zigbee are on homeassistant zigbee2mqtt. The fact that zigbee is still on beta is just an excuse that some people buy. If you considered that on the very first presentation of Fibaro HC3 was clearly mentioned of its zigbee capabilities then FIBARO released a product with no zigbee, somehow in a magic way every refer on zigbee was vanished. (Btw in that time zigbee functionality release was a fool's day joke here on forum). Then 3 years later fibaro or nice or yubii released that zigbee beta you use now for about 2-3 years. So no excuses.
  9. I understand it's going to be like OT now, but I've tried it on multiple PCs/smartphones, multiple browsers and still slow..
  10. Yesterday
  11. I am trying to set up my system to have a different climate temperature for summer and for winter can anyone guide me on the best way of going about this? I have found QA Climate Schedule Editor which will give me the idea of how to set the climate for different days of the week etc, how can i trigger this to happen on summer time or winter time based in the uk?
  12. now it works, thanks 😀 Installed python 3.12 including all libraries based on requirements.txt + added to settings.json this: "fibpython":"e:\\Python312\\python",
  13. I have added: "fibpython":"e:\\Python312\\Scripts", but there is error: '"e:\Python312\Scripts"' is not recognized as an internal or external command, operable program or batch file.
  14. https://www.zigbee2mqtt.io/devices/SNZB-01P.html Sonoff switch - does not work. Device unconfigured.
  15. Yes, launch.json and task.json now use the configuration variable "fibpython" to point at the python that should be used. So, in settings.json you need to set "fibpython" to pint at the python in use. I have it pointing at a python venv in my project. "fibpython":".venv/bin/python", You can make it point at an "external" python. Just make sure that that python has the libraries, uvicorn etc. It's not ideal as settings.json will be overwritten when you update from git... I'm thinking how to solve it but I haven't been able to make launch.json use environment variables, at least on MacOS.
  16. after update from GIT there is error message: The system cannot find the specified path.
  17. @jgab Hello Jan, i am using this formula to create rules that makes a light turn on on a swtich action local function switchedLight(switches,light) local fmt = string.format rule(fmt("%s:trigger => %s:value = env.event.id:state",switches,light)) rule(fmt("%s:isOn => %s:onIfOff",light,switches)) rule(fmt("%s:isOff => %s:offIfOn",light,switches)) end i need to change the rules that can handle when the light is a dimmer, or rgbw so rule will run an action setValue and not turnOn For this i need to somehow differentiane the action upon device type. How to determine using ER5 syntax, that a device is a dimmer, or RGBW that can accept setValue action, or is a single switch type that accpets ture or false actions. Thanks
  18. The same here. SNZB-01P HC3 says that device is unconfigured and there is no child sensor.
  19. i have unifi cameras working with HC3 but you do need the Skaro Bridge Pro and the unifi plugin. It shows the Stream, Motion detection and ability to switch recording mode from the hc3. The cameras can be used as motion devices to trigger scenes too. I have the bridge available for sale on my site. https://www.yorkshireautomation.uk/product-page/automationbridge-pro the video demo is here:
  20. hi @jgab, for your information, I have just got new Unknown event messages which seem to be related to a user id2 action but there was not action at all at that time. Unknown event type: {"data":{"id":2},"createdMillis":1713945605977,"type":"UserModifiedEvent","created":1713945605,"objects":[{"objectId":2,"objectType":"user"}],"sourceType":"system"} Unknown event type: {"data":{"id":2},"createdMillis":1713945688850,"type":"UserModifiedEvent","created":1713945688,"objects":[{"objectId":2,"objectType":"user"}],"sourceType":"system"} The debug Console of the running QA under development does not show any time stamp for the above message. Also for getting only debug message comming from the running QA, I have added: --%%debug=permissions:false,refresh:false which suppresses all event messages. But with --%%debug=permissions:false,refresh_quickAppVariables:false then I still get event messages for any QA variable change which is little anoying as some of my QuickApp variables are very important tables (one is just adding up to 100 lines in the debug console): why "quickAppVariables:false" does not work? Wrong syntax from me?
  21. There are several topics about Danalock issues. I personally started a few. I was struggling with Danalock years, contacted Danalolock several times, contacted Fibaro several times. There was a great help, i think it was @m.roszak who answered in more deppth the problem around Danalock. In nutshell, the problem is in Zwave engine2 not beeing able to add devices in security S2 protocol, what makes Danalock unreliable. There are some workarounds that more or less worked for me. Include Danalock as the very first device into your system. This is a must. Then try to avoid using Danalock in bug systems, and also try to place Danalock in a position that has a direct communication with the gateway (not using the mesh nodes to hop) These steps worked for me in 90% of systems. On the other hand, i would avoid using Danalock at all, until Fibaro will have Zwave engine 3 stable suppport.
  22. Hi all, I do not have Ubiquiti Unifi Cameras, but I noticed that my Foscam and Netatmo cameras I can see only in Yubii home app v2.03, but are not shown in GUI on browser since 5.150 update. Fibaro is really too slow in solving some things that worked before, but does not work anymore. 👎
  23. Hi Someone try update Gerdalock V3 to 0.25.0 firmware and have any experience it work good with Fibaro?
  24. Wersja centrali i wersja aplikacji?
  1. Load more activity
×
×
  • Create New...