Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Velbus] Add the relay / OP channel of the Edge Lit panels #14179

Closed
MDAR opened this issue Jan 7, 2023 · 4 comments · Fixed by #15661
Closed

[Velbus] Add the relay / OP channel of the Edge Lit panels #14179

MDAR opened this issue Jan 7, 2023 · 4 comments · Fixed by #15661
Labels
enhancement An enhancement or new feature for an existing add-on

Comments

@MDAR
Copy link

MDAR commented Jan 7, 2023

Hi

Can I ask that the Output channel of Edge Lit panels be added to the binding?

Or

Can someone point me in the direction of how to learn how to do it and add it into the binding?

I have various demo units that can be connected with remotely to explore the edge lit panels.

@MDAR MDAR added the enhancement An enhancement or new feature for an existing add-on label Jan 7, 2023
@Rosen01
Copy link
Contributor

Rosen01 commented Aug 25, 2023

Hi MDAR,

Normaly the "Output" is already implemented.
It's not a relay, but only a representation of the differents status of the heating system :
heater, boost, pump, cooler, alarm1, alarm2, alarm3, alarm4

If you attempt to add an action in Velbulink, you will see that the channel (CH18) is not available, but rather the differents status.

I think we can close this request.

@MDAR
Copy link
Author

MDAR commented Aug 25, 2023

Hi Daniel

Thanks for that.

I don't mean the Channels of the thermostat, I mean the GPio output on the back of the edge lit panels, available via the tiny Molex connection.

It has all the basic functions of a Velbus relay and can be assigned a PWM rate.

If you look at an Edge Lit panel in Velbuslink, you'll see this feature at the very bottom of the list (below the thermostat functions).

@Rosen01
Copy link
Contributor

Rosen01 commented Aug 25, 2023

I think I was a little bit too tired when I looked at the protocol.
I looked for a relay channel... It's referenced has an open collector output.
I will implement the "on/off" function on it.

@MDAR
Copy link
Author

MDAR commented Aug 25, 2023

It's referenced has an open collector output.

Sorry, you are 100% correct.

If you don't have an edge lit panel, please let me know.
I can either give you remote access or arrange for one to be delivered to you, with an external relay to test with.

Rosen01 added a commit to Rosen01/openhab-addons that referenced this issue Sep 27, 2023
New functionnality :
- Add output channel for modules : VMBEL1, VMBEL2, VMBEL4, VMBELO, VMBELPIR. (openhab#14179)
- Add module VMBDALI. (openhab#14654)

Fix bug :
- No access to sub-address modules when adding manually the modules : VMBELO,VMBGPO, VMBGPOD, VMBGPOD-2 (openhab#12702)
- Thermostat event wrongly fired when using push button on sub-address for modules VMBELO, VMBGPO, VMBGPOD, VMBGPOD_2.
- Wrong typeId for bridge alarms management.

Signed-off-by: Daniel Rosengarten <github@praetorians.be>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants