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.
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
-
@Jschuetz no, it's called smart. I've seen ENOUGH, companies that do the exact opposite, have rest api documentation but either it is not working (ie: eneco toon) or change it from time to time (ie: Philips hue) and everybody needs to adapt change …
-
and that is the exact reason why there is no public documentation about the REST API.. the chance of it changing is still there. so it won't be very good to start with. if you want to build something on the REST API you can still "sniff" all the (u…
-
@Jwoudenberg looks like the same id's as the TZ36, so the same device but a little different outer casing (tkb home does this alot) so will be included when i add/change/update/"fix" the TZ36 as well and it is not the TZ57 like you mentioned befo…
-
@Erik_van_Schelven i think that is enough information, thank you. if not you will hear it from me
-
@OGS that is indeed available in the rewrite, for sensor use, but also for dimming (potentiometer) use
-
if anyone is willing to fully test out the new and improved RGBW controller driver for fibaro, be my guest: https://github.com/caseda/com.fibaro/tree/rgbw-testdrive if anything odd is happening, please report it in the issues on my repository …
-
@Eternity it is the size of the image, made it smaller and it uploads a-ok time for an image re-sizer build in to the uploader
-
@HansieNL google had failed me, there is indeed a zrc90 in the tkb product oversight will need the id's though (node information) of the device. don't expect support too too soon though, it's on the bottom of my list and not a device i can easily …
-
@Eternity seems like you are not the only one that can't upload a picture, seems like an issue for @Annemarie @ispaapen it's not the fanciest solution, still looking for another option that is more clean, closer to the wall. something like a no…
-
@Eternity @ispaapen it is indeed an combination thing with lenovo and the vogel wall mount. i have the same, solved by sticking some rubber feet/pads i found between the wall and the mounting to release the pressure on the tablet
-
just a remark on @swttt's suggestion, start the countdown with the off command, the on command will not be send if the motion stays on (you keep moving in the kitchen) you could also use the build-in off timer (motion cancellation delay) and put th…
-
@HansieNL is that one from TKB Home? seems more like one from remotec. there is no app for remotec yet, so no real place to ask for it yet. i am not going to add it into this app at least. you could try with someZwave app, since remotec doesn't ha…
-
@Erik_van_Schelven can be that tkb has been doing things to certain devices (i think the 36 is 1 of those) i used the id's specified in the original order to the z-wave association, but that seems wrong. could you give me the node information? (fo…
-
@Jwoudenberg if you can give me the node information (found in the setting menu when you include it without being in the app) then i can add it
-
@Jschuetz When including you get the option to choose what is connected to your plug, choose the default one. (other) the way you start the inclusion won't change anything in the device itself.
-
@Jschuetz try including your socket as "connected to other" and not one of the other options
-
999 of the 1000 motion sensors don't send another on command when motion is being kept on for when motion is seen,but just stay on So the timer never gets reset. You need to work with the motion stopped trigger off you want things to turn off when …
-
Spoken too soon about that being very easy, first 5 are apparently user definable, for that I will need to look how that is done (it is not in the manuals) Shouldn't be too too hard. Still will be implemented
-
@ivoterhorst Good spot! Must have overlooked those settings that are there, was already thinking of how to implement animations in a way that doesn't use much traffic. They will definitely be implemented. Very easy to do so.
-
This will indeed be included in the upcoming big update, will be only controllable with flow cards, since 5 sliders in a mobile card is too much. Update is pretty much done, only 1 (annoying) challenge left before submitting.
-
or just add debug: true, just above capabilities in the driver you want to debug module.exports = new ZwaveDriver( path.basename(__dirname), { debug: true, capabilities: { ...
-
so if there was no browser support from the start, but only the desktop app, then there would have been no discussion at all here... they only have 1 guy that is working on the front-end GUI and that is not the only thing he is working on. so why n…
-
It is linked to how you included it, it will get a so called class that is being addressed to it to make those voice commands work (you already gave your own answer, but anyway) So light attached = class light Other attached = class socket Etc You s…
-
@Menno there is no way to disable the interview part, unless you are very fancy and are able to flash the device's z-wave chip or hack into the z-wave core code. does it still happen if you disable ALL z-wave apps, PTP, don't restart any app after…
-
The only time I get that "crash" is when an app (not just specific to one app) needs to wait before it can start after disable -> enable and is only short periode of time
-
@ericjanvanputten https://github.com/athombv/com.fibaro/issues/98 https://github.com/athombv/homey/issues/934
-
@Gratje a generic zwave device (or so called unknown device) can only have 1 switch, even if it has 10 switches, it is the limit of that command class. A command class that is in all switchable devices and for this reason used as the class for unkn…
-
@erictks Reset your device by going to homey's settings -> z-wave -> [remove device] Hopefully you have the proper frequency, noticed that they offer several frequenties in the website. It will be include as a generic on/off device (like @m…
-
@MartijnDeRhoter is it only the led ring that turns off? what happens if you change the corresponding setting?
-
for what capability do you want to implement it? i'm currently using it in one of my apps as mode selection of a thermostat (eurotronics app)