-
Notifications
You must be signed in to change notification settings - Fork 5
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
Two sites #7
Comments
This is the Trace error I receive Traceback (most recent call last): The error message is indicating that there is a KeyError being raised in the _format_data method of the pyhyypapi.alarm_info module. This error is caused when the key variable, which is supposed to be a zone ID, is not found in the site_ids[site]["partitions"][partition]["zoneIds"] dictionary. The error message also shows that the error is occurring in the HyypDataUpdateCoordinator class in the _async_update_data method. This class is used to update the data of the ids_hyyp component and this error is likely caused by an issue with the data returned by the ids_hyyp API. It appears that the site_ids[site]["partitions"][partition]["zoneIds"] dictionary is missing a key with the value of 1638155. This zoneId is not present in the data returned by the API, the code is trying to access it, which is causing the KeyError. You can try to check the API response if it's missing the key, or if there is any other issue with the data. It could also be caused by an issue with the API client configuration or the API endpoint. I recommend checking the API documentation, ensuring that you are using the correct endpoint and that the API client is configured correctly. If the issue persists, please reach out to the API provider for further assistance. |
I have two sites on my ids Hyyp app.
My log in returns
The text was updated successfully, but these errors were encountered: