lawtancool / pyControl4

Python 3 asyncio package for interacting with Control4 systems
https://lawtancool.github.io/pyControl4
Apache License 2.0
38 stars 16 forks source link

getItemSetup returns an error #26

Closed granvillebarker closed 8 months ago

granvillebarker commented 8 months ago

My control 4 v3.3.4 returns an error 404 when posting the command for getItemSetup, I had been running the version that ships with hass, and I wrote fan and climate integrations based on that code. Then I found the latest today, and pulled it to merge my changes with to find out you had overhauled it and made it event driven.

The new code doesn't work for me partly because of this error. I'd like to merge my climate and fan with the rest, but I am stuck now.

pyControl4.error_handling.C4Exception: { "error": "_0x55f5b6.match is not a function" }

granvillebarker commented 8 months ago

There were quotes around the {} in the post call causing this error. I fixed it.