pgerke / homebridge-freeathome-local-api

A Homebridge plugin that allows controlling you free@home setup using the local API provided by the System Access Point
MIT License
18 stars 2 forks source link

Not all scenes are displayed #99

Closed GFR3 closed 3 months ago

GFR3 commented 4 months ago

Describe The Bug: Not all scenes show up in homebridge

To Reproduce: Scene ID FFFF4803….

Expected behavior: All scenes should be display

Logs:

Show the Homebridge logs here, remove any sensitive information.

Plugin Config:

Show your Homebridge config.json here, remove any sensitive information.

Screenshots:

Environment:

pgerke commented 4 months ago

At the moment only "regular" scenes with 0x4800 function IDs are supported. In the meantime Busch+Jaeger added the folloginw new special scenes:

0x4801  FID_SPECIAL_SCENE_PANIC
0x4802  FID_SPECIAL_SCENE_ALL_OFF
0x4803  FID_SPECIAL_SCENE_ALL_BLINDS_UP
0x4804  FID_SPECIAL_SCENE_ALL_BLINDS_DOWN

I'll consider supporting those as an enhancement.

GFR3 commented 4 months ago

Thanks for the quick response

That would be great if you could add those.

pgerke commented 4 months ago

I have enabled the additional scenes and published a preview version v1.12.0-pre.0. @GFR3, please feel free to check it out, any feedback would be much appreciated!

GFR3 commented 4 months ago

Thank you! I will give it a try in the upcoming week and let you know the result.

Grüße aus der Oberpfalz 😉

GFR3 commented 4 months ago

Gave it a try, but scenes still do not show up.

pgerke commented 3 months ago

Please try again, there was a change that I forgot to include in the initial commit. It's working for me with v1.12.0-pre.1.

GFR3 commented 3 months ago

Works! 👍

pgerke commented 3 months ago

Happy to hear that! The change is now officially released as v1.12.0.

github-actions[bot] commented 1 month ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.