gee-jay-bee

Results 24 comments of gee-jay-bee

I repeated the test and now see the event. The value is slightly more complicated to parse than anticipated but it's there. Apologies for the false alarm, must have been...

Agree, I think the parent group will not work correctly if you only have one blind configured. It counts blinds in the same group and if it sees all are...

Can you add: ``` logger: default: error logs: custom_components.neosmartblinds: debug ``` to your configuration and repeat?

Based on that logging, I'm at a loss. Looks clear to me that the component is issuing commands to different blind codes as you describe. That the same blind is...

I was expecting that specifying the entity only would use its default icon. However, I find that the icon is only shown if it is specified in the card's config.

Regarding groups, if they are configured in home assistant you can use parent_group to map a group code to a set of blinds. If you control the group in HA,...

I am seeing similar symptoms but maybe not the same cause. Not long after getting the new washing machine (last week), I tried using the CandySimplyFi-tool to successfully get the...

Ah, I see that the code already tries to handle this encrypted / not encrypted scenario. I tried commenting out everything in the first try block to make it skip...

I think I fixed the problem with handling encrypted=1 but no key. The status() method assumed that key="" means not encrypted so I changed it to match the detect_encryption() logic...

FWIW, I modified the component to specify None as the update_interval so that there is no polling at all. I then created an automation that triggers against the motion sensor...