ArjanKranenburg / virtual-devices

Homey-app to add Virtual Devices that can trigger your flows.
Other
25 stars 17 forks source link

Virtual device showing text/value #55

Open MagnusPer opened 6 years ago

MagnusPer commented 6 years ago

Would be nice to have a virtual device showing a value (int, bool, string) from an tag or by enter a string text. My use-case is to display which home alarm detector that is acive instead of having one virtual device for each.

ArjanKranenburg commented 6 years ago

Like a sensor, but for text? I can look into it, but it will be in the long term.

MagnusPer commented 6 years ago

Yes. Example IF value=1 THEN show text ON IF value=2 THEN show text OFF IF value=3 THEN show text xxx

Jakberg commented 5 years ago

It would be much appreciated if the virtual e.g. sensor devices could contain strings. My usecase would be to combine temperature with date and time for the reading in order to understand when the last value where captured. The target is to gather different kind of information in Homey Dash where among other things temperatures are important.

cmd85 commented 5 years ago

Hi, any update on this? Would like to show the temperature directly inside the visual button

MagnusPer commented 4 years ago

Waiting....

Quart666 commented 4 years ago

Test as "value" on a Virtual device would be excellent !

ArjanKranenburg commented 4 years ago

I'm afraid this is not easily possible. We're bound to the possibilities that Athom provides. But if you see an app that does something similar, let me know.

adrianjoss commented 5 months ago

I love this possibility, I use MQTT a lot and have variables set to the current topic, some are simple on/off or true/false but i also have a countdown timer that updates my variable every second, i would love to be able to see that on my virtual device. so the possibility of having a customer sensor for each Boolean, number or string, with an second option to set a concatenation string like W for watts or Mins for minutes.