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
The Target Temperature is set in a Tag. In a flow, you can use it in any other device or app that supports setting values, incl better logic.
You can also set the target temperature with a flow, via the 'Set the temperature' action-card. Just drag the tag from better-logic over the temperature-control and it's value will be used to set the temperature.
Alternatively, you could also use the 'measure_temperature', but that is currently only available in the Beta-release. See https://arjankranenburg.github.io/virtual-devices/sensor for more information.
I'm using the Home Status multi mode, (home/away/sleep/vacation). And I want to have a flow that when I return from vacation X-Y-Z happen.
So I need a flow that triggers when status changes from VACATION to HOME. But I don't have any 'previous value' available in my flow. Could you make a tag on the trigger card that returns the previous value?
I have my Alarm system (Satel Integra) connected to Domoticz (since there is no Homey app).
It works in Domoticz. However, now I want to be able to switch the Alarm on and off (calling switch: domoticzip:8084/json.htm?type=command¶m=switchlight&idx=61&switchcmd=On and domoticzip:8084/json.htm?type=command¶m=switchlight&idx=61&switchcmd=Off) for example from Homey. How Can i do this?
Next to that I would also like to be able to let Homey pick up if the alarm is on or off (which is a sensor in Domoticz). Does anyone have any idea how i can run those commands from Domoticz in Homey?
When should the trigger 'Een virtueel apparaat is veranderd' (A virtual device is changed) be triggered? I'm guessing it shood trigger when any virtual device is turned on or of, but over here it isn't triggered..
If I use the alternative BetterLogic, no issue. But for VD I cannot get it to work (on/off mode)
Hi.
I wonder if it's possible to attach a multi-device with several buttons as shown in the picture. And create flow triggers and / or conditions cards like "button is held down" and "button is released"? (the pictures are made in Photoshop)
@quakerix: I've added a new issue to add that:
https://github.com/ArjanKranenburg/virtual-devices/issues/47
@Pietje5: I will look into adding some general numbers, but I'm reluctant to add all channels for the entire world.
See also issue: https://github.com/ArjanKranenburg/virtual-devices/issues/10
There is also an issue on Homey where change and uploading own images is requested:
https://github.com/athombv/homey/issues/1972
@jacquesvzijp:
To be honest, I've just added the capabilities and Homey does the rest. I'm assuming that when you've a flow with Turn the Volume down in the Then-column, the tag with volume-down is set. Then you can use that flag in a 'real' device or other flow. Let me know or create an issue on GitHub if this does not work.
@keverjeroen & @fspaan
Can you log issues on GitHub with a more precise description of what you did, what you expect and what versions of Homey and VD you use. Thanks!
@erlandjack: I've added a new issue to add that:
https://github.com/ArjanKranenburg/virtual-devices/issues/48
Although I doubt if it is possible, but I will investigate.
@viktor: You can drag a Tag over the temperature-setter in the 'Set the temperature' card in the Then-column. Does that answer your question?
I have some normal modes implemented now, but I can't seem to grasp the function of the multimode option. I think I know the reason behind it, but the 'state' confuses me.
How can I use it like for instance...a combination of "away" (mode) and the alarm/security function. What does 'state' need to be then? Can I set it? Does it get set via a flow?
Maybe you can show me an example flow?
I'd like to use 2 types of flows in regard to security:
1. I'm at home and going to bed so I set the normal mode 'security active'
2. I'm away from home and the security is active.
Both flows should respond differently
How can I make this work?
Can you tell me how i can get in to the assets area? I want to do the same for radio stations.
Thanks in advance!
- When virtual device X is turned on then GET http://192.168.1.14/api/callAction?deviceID=8&name=turnOn (HTTP Request plugin).
However, I can press the ON button but it doesnt do anything, any idea? I simply need to be able to call http queries to my Fibaro HC lite with buttons in Homey.
When I do this in my browser: http://192.168.1.14/api/callAction?deviceID=8&name=turnOn it turns the device on just fine.
Try https://github.com/ArjanKranenburg/virtual-devices/issues
The only thing i can do now is show the actual wattage, but not the total wattage in KWh.
hi All,
enjoying myself with my new Homey but i do have a question. I am trying to get the following to work;
When my "Away" virtual device changed its state to "No", i want my curtains to go up.
When:
"a virtual device changed"
And:
Logic; "device tag is exactly "Away""
Logic; "variable tag is exactly "No""
Then; pull up my curtains.
The part i am struggling with are the device tag and variable. I have created a virtual device called "Away" which only has a "Yes" or "No" value for it's tag. I am probably making a beginners mistake but it does my head in as it is not working and running the flow.
Thanks in advance for your thoughts!
Here a graphic layout of what i am trying to accomplish;
And when your testing is it does it work then.