Hi,
Did you manage to take a look at the Cooling (AC) mode in HA wrt Velbus?
R
Hi,
Did you manage to take a look at the Cooling (AC) mode in HA wrt Velbus?
R
Hello,
I just migrated from docker HA to HAOS, and I uploaded my backup file.
But now I have access to none of my Velbus devices, the error is the following:
velbusaio.exceptions.VelbusConnectionFailed: āConnection setup failedā
Also there is no .storage folder anymore, so not sure what to doā¦
Thanks !
i would remove and re-add the velbus integration
Hello,
I am using this integration for some time now and it is great! For some modules I have some issues/questions:
VMBPIRO:
VMBPIRM:
VMBEL1, VMBEL2, VMBEL4 and VMBELO:
I donāt know if this is supported or maybe I need to change some things in Velbuslink, but it sure would be very nice if this would work.
Thanks!
Robbe
are all modules configured to send sensor updates?
via velbuslink you can configure this.
we do not poll, we wait until a module sends an update
Aha, good to know, Iāll check that this evening Thanks!
That did it, thanks!!
Hi,
i have a velbus system with a connection to a signum module.
Now i want to connect it to Home assistantā¦
I installed the velbus integration, but iām stuck at the connection stringā¦
What should i use to connect home assistant with the signum module?
i have read through this thread, but did not find a answer to thisā¦
the connection string is build like this:
tls://password@host:27015
Hi fella
Someone put a comment on one of my videos, asking about the MemoText feature.
Apparently, a MemoText message appears, but as soon as he presses a button, it vanishes
Is this how you intended it to work?
(As in, does HA automatically send the NULL message?)
See comments in this video - https://youtu.be/hSgGj2zHdUE?si=BfVLH_UhiWfkXAfV
Their HA Community post on this subject
What must be wrong with my yaml ? cos the memotext is not in my oled (GPOD )
alias: memo via usb
description: ""
trigger: []
condition: []
action:
- service: velbus.set_memo_text
data:
interface: dev/ttyACM0
memo_text: testUSB
address: 20
mode: single
shoulde be /dev/ttyACM0
I have created an integration with my velbus installation in HA (the new Home Assistant Green).
The gaz and water counter of the VMB7IN do not work in the energy dashboard of HA. They are not recognized as gaz and water counter and HA says itās a problem xith the integration.
Is it a bug in the integration? Or a configuration to change in velbuslink?
Thanks
Hello,
I saw on the velbus-aio github that a function had been added to toggle the edge LEDs on the edgelit switches. I searched for the service but it is not there. I saw that on April 1 of this year @wlcrs was talking about writing this service call. Is this functionality already available?
Thanks!
Robbe
Hi
These behave the same way as a normal #Velbus feedback light / LED.
Set / ON
Clear / OFF
Slow_blink
Fast_blink
Very_fast_blink
Itās only the colour setting that is more complex.
@Cereal2nd
Am I correct in saying that HA supports affecting Velbus feedback states?
Is this example in the docs still valid?
@Cereal2nd
Whatās the correct way of reporting this bug?
Is there an appropriate TAG on GitHub for these?
@fontainechristophe
Please note the response from Maikel below.
Thanks @Cereal2nd
Hello,
Thanks for this. Yesterday I added the hidden feedback led entities and I guess I was not patient enough, I could not switch the status, they were always displayed as āonā (even if they were off). When I tried the same thing this morning, I was able to change the status. Iām not at home for the moment so I canāt tell if the LEDs are really on or off, but it seems to work. So I just had to wait a little longer before trying to change the feedback status of the LEDs.
For the colour setting: it would be nice if that would work too!
Youāre very welcome.
Iām not very good with HomeAssistant, but happy to share what little I know.
A little odd that it needed some time to adjust, but again, happy that itās working for you.
But donāt forgetā¦
If something else in your system requires the LED to be āONā, any lower command will be ignored.
Think of the logic as an OR gate.
Thatās a lot deeper in the software and may be outside of the roadmap for integration.
It should be noted that ad-hoc colour setting happens by writing directly to the memory map and isnāt advised as a long term solution.
Howeverā¦
Donāt forget that you can assign colour change events to button presses and other events.
If itās possible to mimic button events from HA, you could activate unused button groups of an OLED panel (without enabling their respective page on the display) and assign each actions to set the colours you want.
Alternativelyā¦
I have got a flow for NodeRed that will set colours on the flyā¦
bugreports should go here:
Hi,
I tested it now I am at home but the feeback led is not lighting up. When I toggle the physical button to turn on the light, the led feedback state in home assistant follows (even if there is no feedback led programmed in velbus). So if I turn the light on, in home assistant the feedback led switches to on (but the led itself is not on), and it switches off when I turn of the light. But when I toggle the feedback led entity in home assistant nothing happens. Is it nessacary that the feedback led functionality is enabled on the specific module in velbuslink?