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

cannot control single cover device #133

Open
nemzoles opened this issue Oct 16, 2024 · 4 comments
Open

cannot control single cover device #133

nemzoles opened this issue Oct 16, 2024 · 4 comments

Comments

@nemzoles
Copy link

I am using latest HA and HA eltako integrations
I am using USB 300 with direct attached FJ62NP Actors.
Teaching the actors was working just fine.

However, if I try to drive down one single FJ62NP all other cover actors receive the down comand
cover:
- id: 04-2B-XX-XX
eep: G5-3F-7F
name: "FJ62Np-test"
sender:
id: FF-88-YY-YY
eep: H5-3F-7F
device_class: shutter
- id: 04-2B-XY-XY
eep: G5-3F-7F
name: "FJ62Np-wz-rl"
sender:
id: FF-88-YY-YY
eep: H5-3F-7F
device_class: shutter
- id: 04-2B-ZZ-ZZ
eep: G5-3F-7F
name: "FJ62Np-wz-rr"
sender:
id: FF-88-YY-YY
eep: H5-3F-7F
device_class: shutter

FF-88-YY-YY is the ID of the USB300 as reported by Dolphin View and/or enocean-device-manager
04-2B-XX-XX
04-2B-XY-XY
04-2B-ZZ-ZZ
are ths individual IDs of the FN62NP as printed on the devices and reported in enocean-device-manager or Dolpin View

What am I doing wrong? Actually I think this is a Bug.

@nemzoles
Copy link
Author

BTW... great Packge for ALL eltako devices. this is the first package that really worked for me and which included the cover/shutter devices FJ62NP... (all other integrations (the "somewhat neglected official one" and the better MQTT one lack support for the Series 62 devices. i.e. standalone config with USB300 only is not really possible as all cover features are missing from MQTT and the "official" one

@nemzoles
Copy link
Author

I finally managed to get the blinds properly controlled.

spme things i notoced hpwever:

  1. the Proper shutter switch will only appear in HA if the parameters time_closes, time_opens are set
  2. these parameters seem to be static and do not make use of the Eltako feature of the FJ62 that the respective full-open and full-closed states (as well as the error-state (Hinderniserkennung) when sending status telegrams back.
  3. Where would I need to update the cover.py tp enable these features ?

@nemzoles nemzoles reopened this Oct 23, 2024
@nemzoles
Copy link
Author

sorry hit the wrong button

please help

@grimmpp
Copy link
Owner

grimmpp commented Dec 7, 2024

Sorry for late response and thanks for remarks.

Yes, I assume cover.py would be a good place. Do you know why the up and down times are not relevant? In HA there should be a slide bar which you can use. In that case HA needs to know what how to translate the percentages into cover positions.
It seems like you can send the position in milliseconds for FJ62: https://www.eltako.com/fileadmin/downloads/de/Technische_Daten/Inhalte_der_Eltako-Funktelegramme.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants