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

Use different entities #3

Closed
Guenni9 opened this issue Jan 24, 2024 · 1 comment
Closed

Use different entities #3

Guenni9 opened this issue Jan 24, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Guenni9
Copy link

Guenni9 commented Jan 24, 2024

Dear @Sese-Schneider,

I'm using a Logo!8 with my blinds. Via NodeRed-S7-contrib I'm able to communicate with home assistant. The blinds are controlled by hardware buttons, storm-sensor and astro-clock in the Logo.

Is there a chance to use different entities as inputs to control and other entities for the state?
In my case, Logo inputs I1/2 is the up down button, outputs Q1/2 is the motor.

So, I would be able to see the state of the blinds, even when triggered by other hardware input commands to my Logo.

Thank you and have a nice day!

@Sese-Schneider
Copy link
Owner

Hi @Guenni9

If I understand correctly, you want to have the ability to update the internal state of the blind position via e.g. a service?
Or do you simply want to control the blinds with the inputs?

You could already do that!
This integration supports all the service commands to cover.<id>. So you could write an automation which triggers those services based on your inputs.

For example to open it you can call this service:

service: cover.open_cover
target:
  entity_id:
    - cover.room_rolling_shutter
data: {}

Does this solve your problem?

@Sese-Schneider Sese-Schneider added the question Further information is requested label Mar 14, 2024
@Sese-Schneider Sese-Schneider closed this as not planned Won't fix, can't repro, duplicate, stale Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants