-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add more devices #62
Add more devices #62
Conversation
SukramJ
commented
Nov 30, 2021
- Add KeyMatic
- Add HmIP-MOD-OC8
- Add HmIP-PCBS, HmIP-PCBS2, HmIP-PCBS-BAT, HmIP-USBSM
- Remove xmlrpc calls related to ccu system variables (not supported by api)
- Update hub sensor excludes
The system variable stuff via the proxy is for Homegear. Homegear has additional API methods for this because there's no JSON-RPC. Here's the API reference: https://ref.homegear.eu/rpc.html#getAllSystemVariables |
I know. This is the dedicated Client for the CCU (ClientCCU). The Client for Homegear (ClientHomegear) uses the proxy version. |
Do you have something like "HmIP_Device_Documentation.pdf" for the Bidcos-RF devices? |
Yes. But this is incomplete, as it hasn't been updated for a while. So for some devices pydevccu is the best source because I have extracted everything from the XMLs on the CCU. |
- Add KeyMatic - Add HmIP-MOD-OC8 - Add HmIP-PCBS, HmIP-PCBS2, HmIP-PCBS-BAT, HmIP-USBSM - Remove xmlrpc calls related to ccu system variables (not supported by api) - Update hub sensor excludes