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

Wrong command returned by the RFXCOM interface for Somfy shutters #63743

Closed
pas86qual86 opened this issue Jan 9, 2022 · 7 comments · Fixed by #74146
Closed

Wrong command returned by the RFXCOM interface for Somfy shutters #63743

pas86qual86 opened this issue Jan 9, 2022 · 7 comments · Fixed by #74146

Comments

@pas86qual86
Copy link

The problem

I can open my shutters with the rfxmngr application using "Up" and "Down" commands. This is working with he following command: 0c1a000001010601
When I try using the Home Assistant RFXCOM interface, the following command is used: 081a000001010601 (mentionned in the home-assistant.log file).
This happens regardless of the code used to customize the shutter in the RFXCOM interface (0c1a000001010601 or even 071a000001010601).
I think this is not working because this provided code is not taken in account byt the interface.

All details along with screenshots are provided at https://community.home-assistant.io/t/somfy-shutter-control-using-rfxcom-integration/368148

What version of Home Assistant Core has the issue?

core-2021.12.8

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

RFXCOM

Link to integration documentation on our website

https://www.home-assistant.io/integrations/rfxtrx/

Example YAML snippet

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Connexion sécurisée SSL
http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

logger:
  logs:
    RFXtrx: debug

Anything in the logs that might be useful for us?

All details are provided at https://community.home-assistant.io/t/somfy-shutter-control-using-rfxcom-integration/368148

Additional information

No response

@probot-home-assistant
Copy link

rfxtrx documentation
rfxtrx source
(message by IssueLinks)

@probot-home-assistant
Copy link

Hey there @Danielhiversen, @elupus, @RobBie1221, mind taking a look at this issue as it has been labeled with an integration (rfxtrx) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)

@gbwin
Copy link

gbwin commented Feb 1, 2022

Hi, i think i've the same issue from some days.
In my RFXmngr I see that the UP code is 7 and the DOWN code is 8 but HA send code 11 and 12.
cf. 3X UP and 3x DOWN clics on HA
2022-02-02 00:02:03 DEBUG (SyncWorker_2) [RFXtrx] Send: 0x08 0x1a 0x00 0x00 0x00 0x01 0x03 0x01 0x11
2022-02-02 00:02:05 DEBUG (SyncWorker_6) [RFXtrx] Send: 0x08 0x1a 0x00 0x01 0x00 0x01 0x03 0x01 0x11
2022-02-02 00:02:05 DEBUG (SyncWorker_0) [RFXtrx] Send: 0x08 0x1a 0x00 0x02 0x00 0x01 0x03 0x01 0x11
2022-02-02 00:02:08 DEBUG (SyncWorker_1) [RFXtrx] Send: 0x08 0x1a 0x00 0x03 0x00 0x01 0x03 0x01 0x12
2022-02-02 00:02:09 DEBUG (SyncWorker_5) [RFXtrx] Send: 0x08 0x1a 0x00 0x04 0x00 0x01 0x03 0x01 0x12
2022-02-02 00:02:09 DEBUG (SyncWorker_3) [RFXtrx] Send: 0x08 0x1a 0x00 0x00 0x00 0x01 0x03 0x01 0x12

@elupus
Copy link
Contributor

elupus commented Mar 3, 2022

According to the docs i have 7 and 8 should be "program" commands. Do you know if anythong this has changed with new firmwared for rfx?

@github-actions
Copy link

github-actions bot commented Jun 1, 2022

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Jun 1, 2022
@pas86qual86
Copy link
Author

It does not work with the latest Home Assistant version.
The oregon protocol is available but the rfy is not.
I do not use Home Assistant anymore. I spent too much time trying to make it work.
I moved to Domoticz which is simpler and all is working fine.

@github-actions github-actions bot removed the stale label Jun 5, 2022
@elupus
Copy link
Contributor

elupus commented Jun 5, 2022

I've opened a pull request to adjust the length of RFY commands that was invalid against spec: Danielhiversen/pyRFXtrx#141 i will add this to home assistant once in place.

@elupus elupus mentioned this issue Jun 28, 2022
22 tasks
@github-actions github-actions bot locked and limited conversation to collaborators Jul 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants