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

Fix issue with skipping AC devices in CCM15Device.py #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kangyue92
Copy link

I tried to switch to the home assistant integration "ccm15", but found no entity on my device. So I did some debug, and found that my CCM15 status.xml is not starting from a0. Here is the example response.

curl /status.xml

<?xml version="1.0" encoding="gb2312"?>
<response>
<a0>-</a0>
<a1>801000b0c00020,</a1>
<a2>801000b0b00021,</a2>
<a3>801000b0c00021,</a3>
<a4>801000b0c00020,</a4>
<a5>801000b0c00020,</a5>
<a6>-</a6>
<a7>-</a7>
<a8>-</a8>
<a9>-</a9>
<a10>-</a10>
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant