python-openhab icon indicating copy to clipboard operation
python-openhab copied to clipboard

python library for accessing the openHAB REST API

Results 3 python-openhab issues
Sort by recently updated
recently updated
newest added

For me the library can not read the members of a group in OpenHAB 3. From what i have seen the members of a group are determined with these lines...

Hello, Latest openhab code requires pydantic 2.0 ` token=self.oauth2_config.token.model_dump(),` model_dump is absent in pydantic 1.10 it it possible to adapt openhab code to pydantic 1.10 ? I try to add...