hahn-th / homematicip-rest-api

A python wrapper for the homematicIP REST API (Access Point Based)
https://hahn-th.github.io/homematicip-rest-api/
GNU General Public License v3.0
211 stars 63 forks source link

'EXTERNAL' isn't a valid option for class 'DeviceType' #496

Closed codac closed 8 months ago

codac commented 11 months ago

Running home.get_current_state() results in the error message 'EXTERNAL' isn't a valid option for class 'DeviceType'. Any hints about how to fix that?

hahn-th commented 11 months ago

Update to the latest Version. But pls append your config here

codac commented 11 months ago

I've updated to the nightly build, but error remains. Here is my config: https://gist.github.com/codac/96232e5027f12e5c2e2744b1632a04a9

hahn-th commented 10 months ago

This is the Hue Integration, which is fixed a while ago. Update to latest version / use latest sources or remove the Hue devices from your homematic setup.

codac commented 10 months ago

@hahn-th I tried to update via: pip install -U homematicip and pip install -U homematicip --pre But the error remains. Is there anything that I'm missing?

hahn-th commented 10 months ago

I guess youre code does not use the latest version. Maybe you are using venv? Or a different interpreter? Or maybe you have cloned the sources from github?