Closed rlshaw23 closed 2 years ago
lutron_caseta documentation lutron_caseta source (message by IssueLinks)
Hey there @swails, @bdraco, mind taking a look at this issue as it has been labeled with an integration (lutron_caseta
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
Please post debug logs for pylutron_caseta
Thanks 👍
2022-02-05 10:42:03 DEBUG (MainThread) [homeassistant.components.lutron_caseta] Connected to Lutron Caseta bridge via LEAP at 192.168.1.167 2022-02-05 10:42:03 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.lutron_caseta 2022-02-05 10:42:03 INFO (MainThread) [homeassistant.components.cover] Setting up cover.lutron_caseta 2022-02-05 10:42:03 INFO (MainThread) [homeassistant.components.fan] Setting up fan.lutron_caseta 2022-02-05 10:42:03 INFO (MainThread) [homeassistant.components.light] Setting up light.lutron_caseta 2022-02-05 10:42:03 INFO (MainThread) [homeassistant.components.scene] Setting up scene.lutron_caseta 2022-02-05 10:42:03 INFO (MainThread) [homeassistant.components.switch] Setting up switch.lutron_caseta 2022-02-05 10:42:03 DEBUG (MainThread) [homeassistant.components.lutron_caseta.cover] {'device_id': '4', 'current_state': 93, 'fan_speed': None, 'zone': '2', 'name': 'Master Bedroom_Left Window', 'button_groups': None, 'type': 'SerenaHoneycombShade', 'model': 'CSX-YJ-XX', 'serial': 66746201} 2022-02-05 10:42:03 DEBUG (MainThread) [homeassistant.components.lutron_caseta.cover] {'device_id': '5', 'current_state': 93, 'fan_speed': None, 'zone': '3', 'name': 'Master Bedroom_Right Window', 'button_groups': None, 'type': 'SerenaHoneycombShade', 'model': 'CSX-YJ-XX', 'serial': 48537929} 2022-02-05 10:42:03 DEBUG (MainThread) [homeassistant.components.lutron_caseta.cover] {'device_id': '9', 'current_state': 83, 'fan_speed': None, 'zone': '6', 'name': 'Dining Room_Right Window', 'button_groups': None, 'type': 'SerenaHoneycombShade', 'model': 'CSX-YJ-XX', 'serial': 66749652} 2022-02-05 10:42:03 DEBUG (MainThread) [homeassistant.components.lutron_caseta.cover] {'device_id': '10', 'current_state': 83, 'fan_speed': None, 'zone': '7', 'name': 'Dining Room_Left Window', 'button_groups': None, 'type': 'SerenaHoneycombShade', 'model': 'CSX-YJ-XX', 'serial': 66749613} 2022-02-05 10:42:03 DEBUG (MainThread) [homeassistant.components.lutron_caseta.cover] {'device_id': '11', 'current_state': 84, 'fan_speed': None, 'zone': '8', 'name': 'Workout_Left Window', 'button_groups': None, 'type': 'SerenaHoneycombShade', 'model': 'CSX-YJ-XX', 'serial': 66749604} 2022-02-05 10:42:03 DEBUG (MainThread) [homeassistant.components.lutron_caseta.cover] {'device_id': '12', 'current_state': 84, 'fan_speed': None, 'zone': '9', 'name': 'Workout_Right Window', 'button_groups': None, 'type': 'SerenaHoneycombShade', 'model': 'CSX-YJ-XX', 'serial': 66749608} 2022-02-05 10:42:03 DEBUG (MainThread) [homeassistant.components.lutron_caseta.light] {'device_id': '16', 'current_state': 100, 'fan_speed': None, 'zone': '11', 'name': 'Master Bedroom_Table Lamps', 'button_groups': None, 'type': 'PlugInDimmer', 'model': 'PD-3PCL-WH', 'serial': 54333108}
From: J. Nick Koston @.> Sent: Saturday, February 5, 2022 10:32 AM To: home-assistant/core @.> Cc: Randall Shaw @.>; Author @.> Subject: Re: [home-assistant/core] "integration: lutron_caseta" (Issue #65815)
Please post debug logs for pylutron_caseta
Thanks 👍
— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/65815#issuecomment-1030654779, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASCV7SPUD4VY3X7JY25ME63UZVGGXANCNFSM5NUEUJFQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.**@.>>
Please make sure pylutron_caseta
is enabled. The above logs are for homeassistant.components.lutron_caseta
Is there a way just to get the log pylutron_caseta ?
From: J. Nick Koston @.> Sent: Saturday, February 5, 2022 10:32 AM To: home-assistant/core @.> Cc: Randall Shaw @.>; Author @.> Subject: Re: [home-assistant/core] "integration: lutron_caseta" (Issue #65815)
Please post debug logs for pylutron_caseta
Thanks 👍
— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/65815#issuecomment-1030654779, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASCV7SPUD4VY3X7JY25ME63UZVGGXANCNFSM5NUEUJFQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.**@.>>
logger:
default: warning
logs:
homeassistant.components.lutron_caseta: debug
pylutron_caseta: debug
Thank you. See attached
From: J. Nick Koston @.> Sent: Saturday, February 5, 2022 1:11 PM To: home-assistant/core @.> Cc: Randall Shaw @.>; Author @.> Subject: Re: [home-assistant/core] "integration: lutron_caseta" (Issue #65815)
logger:
default: warning
logs:
homeassistant.components.lutron_caseta: debug
pylutron_caseta: debug
— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/65815#issuecomment-1030682564, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASCV7SMMDOKRGLCP23GZX3TUZVY3VANCNFSM5NUEUJFQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.**@.>>
No attachment came though.
Lest try again
From: J. Nick Koston @.> Sent: Saturday, February 5, 2022 1:35 PM To: home-assistant/core @.> Cc: Randall Shaw @.>; Author @.> Subject: Re: [home-assistant/core] "integration: lutron_caseta" (Issue #65815)
No attachment came though.
— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/65815#issuecomment-1030686324, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASCV7SPA2LQH2NZJ2TAWYG3UZV3X3ANCNFSM5NUEUJFQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.**@.>>
From: J. Nick Koston @.> Sent: Saturday, February 5, 2022 1:35 PM To: home-assistant/core @.> Cc: Randall Shaw @.>; Author @.> Subject: Re: [home-assistant/core] "integration: lutron_caseta" (Issue #65815)
No attachment came though.
— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/65815#issuecomment-1030686324, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASCV7SPA2LQH2NZJ2TAWYG3UZV3X3ANCNFSM5NUEUJFQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.**@.>>
Github filters attachments via email.
You'll have to attach it here https://github.com/home-assistant/core/issues/65815
See attached
Done
From: J. Nick Koston @.> Sent: Saturday, February 5, 2022 2:44 PM To: home-assistant/core @.> Cc: Randall Shaw @.>; Author @.> Subject: Re: [home-assistant/core] "integration: lutron_caseta" (Issue #65815)
Github filters attachments via email.
You'll have to attach it here #65815https://github.com/home-assistant/core/issues/65815
— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/65815#issuecomment-1030695806, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASCV7SLJJ2FDI3UHTBWDHL3UZWDYTANCNFSM5NUEUJFQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.**@.>>
Its looks like its still missing from the log
So it looks like they are tilt only aka SerenaTiltOnlyWoodBlind
Support would need to be added here https://github.com/gurumitts/pylutron-caseta/blob/dev/pylutron_caseta/__init__.py#L18
You could try adding it to the list of covers and see if it works.
If not, we would also need to figure out the commands to Tilt them if they do not work https://github.com/gurumitts/pylutron-caseta/blob/dev/pylutron_caseta/smartbridge.py#L338
It looks like pylutron_caseta
will need to get the feature before Home Assistant can add it though
Here is the lastest log with 2022.2.5
The blinds show up in the log but not in the integration or entities
The blinds still do not show up in version 2022.2.6
Please watch this PR, once it merges, there will also need to be a PR to Home Assistant to add support on this side
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.
This is still awaiting support in the pylutron_caseta library. It is not stale.
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.
Can this be reopened?
+1. I was hoping this would be finished eventually.
How easy is it to help fixing this? I am a software engineer, but have no experience with the home assistant code base. If someone could give me some pointers, I could take a look though.
The work is already done in pylutron caseta if I understand correctly. It's just waiting for the next release
Have been hawking the release notes on the last couple releases of HA including the latest September release, 2022.9, but haven't seen any updates explicitly called out for this. Is there HA dev work that needs to be done in order to expose the pylutron updates from [mdonoughe] to the HA UI?
I have these blinds and would be more than happy to assist testing, but I am not a software engineer..
Randall L Shaw
Email: @.**@.> Phone: 504 888-2300 ext 250
1818 Veterans Blvd. Metairie, LA 70005 www.nordickitchens.comhttp://www.nordickitchens.com/ [Title: Facebook - Description: image of Facebook icon]https://www.facebook.com/nordickitchens
From: dzink3 @.> Sent: Thursday, September 1, 2022 11:26 AM To: home-assistant/core @.> Cc: Randall Shaw @.>; State change @.> Subject: Re: [home-assistant/core] Lutron Caseta is missing support for SerenaTiltOnlyWoodBlind (Issue #65815)
+1. I was hoping this would be finished eventually.
How easy is it to help fixing this? I am a software engineer, but have no experience with the home assistant code base. If someone could give me some pointers, I could take a look though.
— Reply to this email directly, view it on GitHubhttps://github.com/home-assistant/core/issues/65815#issuecomment-1234510432, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASCV7SMPPCNINCKB76S63G3V4DKJZANCNFSM5NUEUJFQ. You are receiving this because you modified the open/close state.Message ID: @.**@.>>
FYI if you are watching this thread still (@rlshaw23), I saw the integration implemented in HA as of version 2022.10, but the open (#81524) and set position (#81525) commands aren't quite working as expected.
The problem
My blinds do not show up in the integration: lutron_caseta. My switches, picos and shades all show up fine but the Lutron blinds do not.
What version of Home Assistant Core has the issue?
2022.2.2
What was the last working version of Home Assistant Core?
It never has worked
What type of installation are you running?
Home Assistant OS
Integration causing the issue
lutron_caseta
Link to integration documentation on our website
https://www.home-assistant.io/integrations/lutron_caseta
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response