This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.

The Homey Community has been moved to https://community.athom.com.

This forum is now read-only for archive purposes.

caseda

About

Username
caseda
Joined
Visits
5,158
Last Active
Roles
Member

Comments

  • Remove the power from homey for a few minutes and try again
  • Welcome to the wonderful world of homey! There won't be an app for advanced climate control. If you want it soon it will have to be created by the community. If athom would build it, if they even will do it.., then you can expect something like th…
  • Sommo said: @caseda ;Thanks, you r right, my homey is set to the last stable version (0.10.3 and the fibaro app is the last one (1.0.16), these are my two motion sensor's information found on setting (the same): Manufacter ID 271 Product Type ID …
  • @0burner0  there are 4 buttons, 2 up and 2 down, they just have a big plate over 2 buttons in a vertical matter
  • why wouldn't you be able to change 2 variables at the same time, that's some weird idea your trying to plant here.. scripts don't just overwrite each other if you thought that would happen.
  • @JaapPelt ; if you can wait until 0.10.4 is out (and the driver updated), this will make it possible to open and close the roller shutters with percentage, and probably also a state flow card in which state it is in. in the meantime you could use a …
  • Homey only works in decimal numbers (so in this case 127), the zwave modules only work in hexadecimal (so in this case (0x)7F ) this is not always 1 byte though, some parameters use 2 or 4 bytes (2 bytes: 00 7F, 4 bytes: 00 00 00 7F) that is why we …
  • @PBaan93  known issue: https://github.com/athombv/homey/issues/934
  • Emile doesn't respond that much on the forum.  But I do know what he would have answered: First zigbee needs to be implemented (not the first on the list for implementation) and even then it might take a while because the hue tap uses a zigbee prot…
  • please remove the entire parser, it is not used anymore for 99% of all settings and probably the cause of the crashes so only the index and size values stay
  • @mranderson  it should have been fixed in one of the last fibaro updates (1.0.12) but you probably need to re-pair it to homey if it is not working fully properly
  • @sommo, next time some more information is appreciated. Like homey's version and the app version, what version of the sensor are you talking about we don't know anything on what you have without you telling us. for your first question i can only ca…
  • why wouldn't it trigger? if "somebody leaves" then that person is already flagged away, so the [AND] nobody home will be true. (if the other persons aren't there either ofcourse)
  • you can use the room in your speech "set temperature of living room to ** degrees" i presume you have your thermostats each in other rooms
  • @Rocodamelshe ; homey definitely needs to respond with something like Hippopotomonstrosesquippedaliofobie on that in case your wondering, it's the dutch word for "fear for long words"
  • @Mathijs ;;;; as if athom can do anything about delivery companies that fail from time to time... maybe the tracking number can only be used on a company login page. (there are enough delivery companies that work this way) even if you have a "few w…
  • you shouldn't need the auto off for the relay, the motion sensor will send an on (when detecting motion) and an off (when no motion for the amount of (cancellation) seconds specified) signal. the motion sensor does not send signals every time the mo…
  • something i noticed yesterday when playing with one of the apps, i though i had the same, but after a few seconds only seeing just step 3/4 i pressed enter (CLI loses connection with homey sometimes, then this helps)  and it finally showed step 4 et…
  • @Franq ;;; it does change inside the module, just not inside homey. (also states this in the ? behind it ok, it does not anymore.. ) it's not easy to change parameter settings from the outside the settings page, still need to look into a way to do …
  • @jeroenbos22 ; is already busy with the bug, which was caused by an update athom put through in .10 without letting developers now that they changed it. so a little patience
  • @Franq try to change the value to low (like 50, just not below the minimal value) save and then put it to max again (99) and save, see if it still does weird things you might need to re-add the dimmer to homey if it still is acting weird
  • @Fire69 ;; what does robert got to do with that? i don't know if @Emile already had the time to adres the MultiLevel issue. But if he didn't, he is still working on z-wave improvements this week but it will be in the next homey update. Don't know …
  • @Franq  just tested it and its working properly here, what version of the app are you on? and what version of homey?
  • i'm talking about homey's settings page, but looking at your reaction it still not accepted, but also looking at your reaction it still looking like you have an add-blocker (that's the only reason i can think of that it could stays blank.) try look…
  • if you go to Settings -> Nest, is the button "allow homey to use your nest devices" grayed out? if it is then your acceptance has been finished, if not try again. after that you still need to add your nest as device in homey. PS: If you are not…
  • homey doesn't see your ir remote as a curtain so if you try to use "open curtain" (which is a build-in voice trigger) it will use the build-in voice command, no option yet to disable this. and since your homey doesn't see your ir remote as a curtai…
  • the popup of nest is being blocked by your ad-blocker, disable it, or add the url of homey to the whitelist
  • yeah, i knew what you meant, but still it is odd that i didn't get any signals from the sensor after adding the basic driver, hoped the next homey update would fix that (there are coming some possible fixes towards this) i am still trying to revers…
  • oh really, it does work as a basic device? didn't know that, couldn't get it to work normally thanks for this info though but true about the inputs, it does have inputs but they don't work on "no" voltage..
  • I've had an idea i was already playing around with in my head sometime.. is to convert a normal (fibaro) 230 relay module to work on 12v input (everything inside is 12v or lower) and it's actually really easy to do this, i blew up half my first try…