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.
Official
Comments
And enjoy your Holiday
A device resembles an actual device, even though it is virtual. A device also has a class and more choices of capabilities which gives it more functionality from Homey. E.g. a device with class light will also respond to the 'light' voice command.
Answering my own Q..
It appears the answer is yes along with the V2 API re-write ... many thanks looking forward to it !
Hi Arjan. Please add virtual alarm states, like
STAY_ARM
AWAY_ARM
NIGHT_ARM
DISARMED
For Homey I do a clean boot every day, no memory leaks noticed thusfar.
TypeError: Cannot read property 'id' of undefined
at Object.<anonymous> (/general/drivers/device.js:66:59)
at emitThree (events.js:135:13)
at Object.emit (events.js:216:7)
at /manager/flow.js:1:315
at /helpers/client.js:1:1040
at Array.forEach (<anonymous>)
at process.<anonymous> (/helpers/client.js:1:1009)
at emitTwo (events.js:125:13)
at process.emit (events.js:213:7)
at emit (internal/child_process.js:774:12)
I get these crash-reports by mail, without knowing who's Homey it was. Apparently the ones of the last days were yours.
I'd advise you to upgrade to the 0.6.6 version. It is in beta but it is not less than the stable version and will become stable in a week or 2 anyway.
If that does not help, try removing the device and adding a new device.
Version 0.6.6 was kept in beta for backwards compatibility reasons. If you still have a Virtual Device with an 'obsolete'-icon, it will stop working in 0.6.6. You need to replace it with a new virtual device.
Let me know if that didn't help.
Then I re-installed the released one. I then lost my devices, but (as it seems) also the bug - it has not crashed yet.
I have the need for a new virtual device. In several rooms I have more than one temperature sensor (eg. Netatmo, Hue Motion Sensor, Fibaro Door/Window Sensor). For different reasons I calculate the average of all sensors in one room and I think it would be a great idea to use this average in a virtual sensor device (getting its values from better logic eg.)
Regards
Andreas
https://arjankranenburg.github.io/virtual-devices/sensor
I assume that you can query the blind controller and store the current state of the blind?
If you can, then you can store this as a Better Logic variable.
Finally you would then need to be able to reference that before moving the blind with the virtual device to know how much more it needs to move
but .. what doesn't work .. two things ..
1) If I set dimm at 50% on controler and go back and open VD switch .. VD switch still shows 100% .. since the VD switch in my case controls (via flows) all the blinds .. it would be hard set the dimm level .. which one to use .. so that is understandable ..
2) when I use VD switch to move it up/down .. via up/down buttons on VD switch .. it does not refresh dimm state shown on VD switch .. also understandable since it moves up/down all the blinds ..
its not a problem .. just a remark .. dimm level not refreshed on those cases ..
is it possible to set the target temp from a thermostat with better logic? I just want to show a specific value in the overview without sending push notification or something else.
Thanks.