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 'device'.
-
Is it possible to create a Lua code when a relay or switch changes state (e.g. from on to off). I often get multiple messages instead of one. For example, if I choose to receive a notification when my thermostat's relay goes from off to on, the notification works, but a few minutes later I get that notification again and again... Thanks
- 1 reply
-
- device
- change state
-
(and 1 more)
Tagged with:
-
Version 2.2
1,257 downloads
Several times I've got lost in my system to identify specific device. I believe many of us have old devices/scenes that have been hidden or disabled. After a while, finding them again is quite a headache and not an easy task. I have written a scene that shows all existing devices, scenes, users and mobile devices with some extra data of properties. The scene output has two formats: a list of devices by rooms a plain list of all components in acceding order of IDs In order to choose between two formats please change as following: local plainList =false (for list by rooms) local plainList=true (for plain list in acceding order) Since the latest upgrade 4.503 there is a new type of warning "API: not found". So during the execution you might see a lot of messages: [DEBUG] 00:19:26: Gathering system information..... [DEBUG] 00:19:26: [1;31m2018-07-03 00:19:26.358874 [ error] API: Not found [DEBUG] 00:19:26: [1;31m2018-07-03 00:19:26.528578 [ error] API: Not found [DEBUG] 00:19:26: [1;31m2018-07-03 00:19:26.669187 [ error] API: Not found [DEBUG] 00:19:26: [1;31m2018-07-03 00:19:26.826398 [ error] API: Not found .................................................... Please ignore the messages and wait... I hope Fibaro team will fix it on stable release. -
Hello everyone, I've been running my HC3 for a couple of months now. Main target was replacing my old alarm system and until now I've succeeded quite well. I'm running a Philio keypad to run Away, Night and Home scenes & profiles and of course a key part of the whole setup is an Aeotec siren. Both devices haven been unavailable since yesterday. Of course I can still arm and disarm the whole alarm system with the app and when an alarm is breached I still receive notifications, but the functionality of the alarmsystem is compromised: not the whole family uses the app, for instance. I've had other devices going unavailable, like wallplugs. These devices I simply removed and added again, rebuilding scenes after that. However, the keypad and siren are used in so many scenes... so, my question is this: is there a better way to get unavailable devices working again? I've tried rebuilding the mesh network and soft reconfigure. Both not succesfull. Thanks in advance!
-
Well i am running HC3 and i have a Aeon Gen5 Siren in my backyard for when i am working in my shed. Neighbours told me that my Siren ( that i am using over there for iff someone rings my frontdoor bell ) sometimes keeps going. So i wonder if i can use a scene or something that turns that Siren off every XX time so neighbours can't complain any more.
-
Change a single parameter value using lua code scene
IanRow posted a question in Scenes and Interface
Hi - I would like to modify a device parameter configuration using a scene. In this example I have a set of security lights which have a timer to switch on for 60 seconds. sometimes we want to use them as normal lights and i'd like to be able to set the timer to 20 minutes so they dont keep turning on and off. Parameter number 1 desired value would change using lua code to 1200. thanks. -
Hi everbody, I have a Tado Thermostat and was wondering if it is possible to create a VD for this thermostat? I found this unofficially API on the internet: http://blog.scphillips.com/posts/2017/01/the-tado-api-v2/ If anybody knows someone who already got a VD for Tado please let me know!
- 15 replies
-
- tado
- thermostat
-
(and 3 more)
Tagged with:
-
Hi, I have a blocks-script, which turns off two of my outdoor lights when a light sensor gets above a certain value (and similar script for turning them on). This works fine. However, I have one switch on an outdoor sockett, which also turns OFF (but not ON), at the same time as the two outdoor lights. I’m sure that this is NOT included in the script. Could there be some sort of «link» that I don’t see. How can I find out why this switch turns off? Thanks.
-
Hello everyone, I already opened a support ticket for this problem about 20 days ago. But nobody at fibaro is responding. I wanted to do a soft reconfiguration and I can't cancel this on the "Cancel" button. Is there any other way to remove this as "root"? Thanks in advance. Cu, Speedoxx007
-
Hello, At the moment, I have a basic scene that turns a light on when a sensor sees motion, then turns off when the sensor has seen no motion for 5 minutes. No problem. What I need is; if the lights turn on and I don't want them on, I hit the light switch on the wall, the lights turn off and they remain off for 5 minutes. Currently when I hit the switch, the lights turn off but the motion sensor picks me up and turns them straight back on again. So I'm wondering if I can have a scene that says something along the lines of, "If the lights are on, and Switch 1 Key is pressed, then turn off lights, and..." either disable the scene that uses the motion sensor to turn on the lights for 5 minutes, or disable the lights from being able to be turned on for 5 minutes. I've also thought about trying to use variables but so far am struggling to figure out what feels like should be a simple solution. Any help would be appreciated! Thanks
-
Hi I am trying to measure power consumed by a single device and then use this infromation to determine a further action. I cannot seem to get the invidiaul device consumption. my code is below. device is ID 320. help please. --[[ %% autostart %% properties %% weather %% events %% globals --]] local sourceTrigger = fibaro:getSourceTrigger(); function tempFunc() local currentDate = os.date("*t"); local startSource = fibaro:getSourceTrigger(); if ( ( ((currentDate.wday == -1)) --and string.format("%02d", currentDate.hour) .. ":" .. string.format("%02d", currentDate.min) == "17:15") ) ) then fibaro:debug("It is 17:15") rkwhour = api.get("/energy/now-3600/now/single/devices/power/"..320) jsonTable = json.decode(rkwhour) kwh = (jsonTable.kWh) fibaro:debug(kwh);
-
I am using version 4.511 beta Home Center 2 fibaro system. I use the REST API to develop a react native app. I want to filter the device by type (blind, door, light, etc). In the api doc, there is only /devices and /devices/{deviceID}, the response type com.fibaro.FGRM222 (blind), com.fibaro.FGD212(light), com.fibaro.binarySwitch(light,door) , can not determine the device type. On the other hand, i want to filter the devices by room id, however the api not included. I am waiting for any help, thank you very much.
-
Hi I have recently reconfigured my system, now a big part of my devices got other functions. Everything works well, beside one switch. There is one device, which turning off on random time of the day. I'm considering that I have a scene running, where I forgot to change device id after changes on the system, but I cannot find it. Everything looks fine. Question is: Is there any option to find out, which scene or system process is triggering action on the specific device?
-
Hi I want to build a conditional scene as follows: If daypart ="state" (Ex: Evening) and main light at a specific room are on for more than defined time (ex: >=30sec) then turn other lights\devices on appreciate your support Ran
-
Hi everyone, It appears my hue lights are not responding to any scenes after the HC2 and hue hub had a power outage. is there an easy way to reset this? I dont want to create new bulbs with new device ID's because then i will ave to change all my scenes Thanks in advance!
-
Hi all, Before I started this topic, I seached various forums and the internet with Google. The answer is not clear to me, hopefully someone knows. When I added a new Fibaro FGS222 Switch 2x1,5kW EU in HC2, I see a master/slave overview like this: ---------- Master: ID 100 (Icon is a box, not a switch like the others) Slave: ID 101 (Named "Lamp 1") ID 102 (Automatically called "100.1") ID 103 (Named "Lamp 2") ---------- Does anyone know what the purpose is of the slave device with swich icon and ID 102? Dennis
-
Hi. I have a fibaro HC Lite and have recently bought a Sonos Play:1. I would like to use the double click of my kitchen light switch to 'play' the speaker and then again to pause it.I've installed the plugin and have it working but I cannot see the device when in the graphical blocks scene builder, nor is it showing as a virtual device.I also tried to get the hcl virtual device to import but it just kept on saying doesn't support LUA code. Even though it was the specific home centre lite virtual device control plugin from the fibaro website.What am I doing wrong? Any advice would be greatly appreciated as I only bought the play:1 as it works with FibaroCheers,Steve
-
Hi All! I woul'd like to have a feature, when assigning a device to a room, to assign the master and then all the slaves woul'd be automatically assigned to the same room. This will ease up the configuration. After all in the most cases all the slaves will be in the same room Ofcourse a user shoul'd be able to assign individual slave(s) to a different room. Thanks.
-
Hi, I'm new to HC2 and getting HC2 to know little by little. I have a VD to control my airco. I have three buttons, Power toggle, Power on and Power off. I have Power on and Power off working. I use LUA for all three buttons. Is it possible to control the Power on and Power off buttons from the Power toggle button? If Yes, could someone please provide me with some sample code? Thanks, FJW.
-
Some VD's are square and some have double width. Is this controlable and how?
- 2 replies
-
- device
- virtual device
-
(and 1 more)
Tagged with:
-
Hi ALL, is it necessary to wake up device everytime you've changed a parameter in order to send this parameter to device? Sometime I change a parameter and after saving the config I get the old value back again... Any thought's? ADMIN NOTE: Wrong forum. Read descriptions.
-
Hello, I was wondering if it's possible to make a scene that sends push notification if a wall plug becomes unavailable? I am not wondering about the push notification part, but how to define that a wall plug is unavailable in a scene. Would be a easy method to get a notification if there was a power outage. Anyhow, thanks!
-
- wall plug
- unavailable
-
(and 1 more)
Tagged with:
-
Hello, I do not know if somebody posted it here. Fibaro, can you add label from virtual device to a condition into block scenes? It could save us many trouble with compare some desired values with label in VDs. I know, i can make it into Global variables, but they are unreliable (mine opinion only), because i think parameter "invokeScenes" is set to false by default. Many times happened to me that scene did not run, even if Global variable had desired value.
-
Is it possible to check if the virtual device button was pressed in lua? Is there any function for that in lua? I want to code something like this: (If Button "3" of virtual device with an ID of 674 was pressed than a=a+1) for example