Yes I would like to get a notification when there is a new HassOS release. Currently you have to go to Hassio > System Tab and check by yourself from time to time.
I’m able to get the current available HassOS version using the Rest platform or the Version sensor but not my currently running HassOS version…
I was going to say that it’s an attribute of the sensor, but that does not appear to be the case for the local source of the sensor. Sorry. You could request this on github.
It will be up once the card is finished, including examples how to use it of course.
I will post an update if it is stable enough for a first release
Card is getting along nicely. It is now very flexible in entities, attributes and layout. You can specify what you want in the yaml file.
Experimented with a rough industrial look & feel. Probably not everybody’s taste, but it’s simply an example of the possibilities. A bit heavy for older devices btw due to the applied filters.
You’re looking for something like this (orange, not red to comply to the theme colors…):
Layout wise I can make it in 5 minutes, but currently only sensors are supported.
Switches not (state AAN / UIT), so the “On” state can’t be displayed yet.
What is also needed is to ‘link’ a dot/circle/line/text to an entity or attribute state. Some of the plumbing is already there, but it is not yet implemented yet. Nor are colors depending on the state.
Some of the plumbing for actions is also there, ie using this as a button to switch a lightbulb, but also not yet implemented.
Something tells me some upcoming version should support these things
cool, let me know if I can help to support your efforts
and indeed yes, the button I showed does actually turn_on/off the switch. They are different entities though, a switch and 3 sensors, total kWh, current Watt and state.
You will probably be one of the testers once I get this baby out…
Well, lights are working, that’s for sure
And with lights are working, I mean displaying the current status using configurable colors, and toggling them by clicking (or tapping) on the circle/icon
Clicking on the wattage (28W) still brings up the more-info dialog, all configurable.
Note:
Wattage is actually my memory use, so it doesn’t change with the bulbs being on or off…
Need some more testing, and fix some nasty bugs in the configuration, and then it will be published I guess with more functionality than I ever imagined when I started with this card.
I’m interested in the card code as well and how does it actually work - do you relay all your internet traffic through that device (pointing your devices to use it as DNS) before it goes to your ISP equipment?