Hi guys, I created an AVD from my (BlueCurrent/Umove) EV charger sensors coming out of HomeAssistant. The idea was to combine all sensors and make it available in Homey as 1 device and to be recognized as 'EV charger’.
I used the Device Class ‘ev-lader’ and added the Energie, Vermogen, Voltage, and Stroom sensors as real fields.
Now everything seems to work it is also recognised as consuming power in the energy overview. However in the Homey Energy tab (with the house) the EV Charger is supposed to be shown and the garagedoor should be opened. This is however not happening.
Can anyone confirm they have an AVD that is showing up in the (garage) Energy tab as EV Charger?
I just wondered why you’re not using the Home Assistant Community app to import a Home Assistant device and/or a bunch of entities instead?
It has everything in place to customise everything when you add the device as the “Custom device” type, including device class ‘EV-charger’
The first number field I create as Power(Vermogen kW) always gets the name Energieverbruik in stead of the name I gave. Is that the intended way it should work?
Was there ever a solution for creating a home battery that shows up correctly in the energy tab?
I’m trying to do the same for my Huaweii home battery. I have everything working for fetching the desired values using Modbus, but so far I’m not succeeding in a full integration with the dashboard.
Reading through this topic it appears that the conversation died after the suggestion that there might be a need for separate capabilities in this post.
How can I make a virtual button/device that can be used as a starter in Google Home automation? Initialy this was part of experimentation section in homey which is gone now. There I made an koffie machine that I was able to use as a starter. I did the same with DCA, but the device is even not seen by Google Home.
From what I know a virtual kettle and virtual lock can be selected as automation triggers.
Probably more device classes will fit as well, but you’ll have to experiment.
This can also be accomplished with the Advanced Virtual Device of this topic & app (Device Capabilities), you can even change the device class after adding the advanced virtual device.
until now I used flows that updated the virtual gasmeter sensors in my virtual gasmeter from the values they too from my smartgateways Warmtelink (district heating) measuring device/sensor.
But I just saw that the advanced virtual dive should be able to do this right away/automatically within its configuration/settings. but is still fails somehow/ The values need all to be multilied by 32.68 m3/GJ.
please help ; What to write in the BLL expression ??
I will copy your “$value*32.68” and report back. As I remember I had the same BLL expression but nothing had changed/worked for a couple of hours so I altered it to “{{$value**32.68}}” . This has produced some values/numbers but not consistent for an whole day. So I’ll test yours again.
I report back.
Do you know how/when the vaules is updated ? Is there a certain/specific time period or is it just right away/immediatly when the source value has changed ??
Hi There. I, too, got frustrated with not having my battery reflected correctly in the Energy Tab. AVD can get close, but, as other posts have shown, it falls short by not setting the Energy Tab settings correctly. As a result I have created this app that is available as a test app in the app store:
It’s a very simple limited app. You link your real battery to the “unreal battery” with a 2 card flow diagram. Here is my flow:
Make sure the time interval on the Date & Time WHEN card and the time interval on the Unreal Battery THEN card are the same. [Why, oh why isn’t the interval forwarded from the Date & Time card as a tag???]
These are the capabilities exposed by the unreal battery device:
Hey Arie. Sorry to hear about the hospital stuff. That’s nasty. In the meantime I got what I needed - and I’m happy to share it too. Take time and get better - that’s the most important thing.
I’m analyzing the possibilities of AVD, and I admit it’s a fantastic tool. However, I think my knowledge isn’t sufficient to achieve what I’m looking for. I want to create an AVD that will be the equivalent of a light bulb—it should turn on and off like a real bulb, and I’ve managed to do that. However, I can’t figure out how to set the virtual power consumption of this bulb so I can use these values later.