We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The fridge I have has open/closed for both Door and Refrigerator (presumably because there are combined units with both Fridge/Freezer?).
I'm not sure if we are missing the refrigerator closing message or the device fails to send it? Maybe race condition.
app_1 | 2024-03-21 10:24:23.409785 refrigerator {'DoorState': 'Closed'} app_1 | 2024-03-21 10:24:23.409858 refrigerator publish to homeconnect/refrigerator with {"Error": null, "AllowBackendConnection": true, "PowerState": null, "BackendConnected": true, "CustomerServiceConnectionAllowed": null, "DoorState": "Closed", "SoftwareUpdateTransactionID": null, "WiFiSignalStrength": null, "AssistantForceFridge": "LowForce", "AssistantFridge": true, "SetpointTemperature": 4, "SuperMode": false, "Refrigerator": "Open"} app_1 | 2024-03-21 10:24:23.411607 refrigerator {'Refrigerator': 'Closed'} app_1 | 2024-03-21 10:24:23.411656 refrigerator publish to homeconnect/refrigerator with {"Error": null, "AllowBackendConnection": true, "PowerState": null, "BackendConnected": true, "CustomerServiceConnectionAllowed": null, "DoorState": "Closed", "SoftwareUpdateTransactionID": null, "WiFiSignalStrength": null, "AssistantForceFridge": "LowForce", "AssistantFridge": true, "SetpointTemperature": 4, "SuperMode": false, "Refrigerator": "Closed"} app_1 | 2024-03-21 10:28:29.283772 refrigerator {'DoorState': 'Open'} app_1 | 2024-03-21 10:28:29.283845 refrigerator publish to homeconnect/refrigerator with {"Error": null, "AllowBackendConnection": true, "PowerState": null, "BackendConnected": true, "CustomerServiceConnectionAllowed": null, "DoorState": "Open", "SoftwareUpdateTransactionID": null, "WiFiSignalStrength": null, "AssistantForceFridge": "LowForce", "AssistantFridge": true, "SetpointTemperature": 4, "SuperMode": false, "Refrigerator": "Closed"} app_1 | 2024-03-21 10:28:29.285003 refrigerator {'Refrigerator': 'Open'} app_1 | 2024-03-21 10:28:29.285050 refrigerator publish to homeconnect/refrigerator with {"Error": null, "AllowBackendConnection": true, "PowerState": null, "BackendConnected": true, "CustomerServiceConnectionAllowed": null, "DoorState": "Open", "SoftwareUpdateTransactionID": null, "WiFiSignalStrength": null, "AssistantForceFridge": "LowForce", "AssistantFridge": true, "SetpointTemperature": 4, "SuperMode": false, "Refrigerator": "Open"} app_1 | 2024-03-21 10:28:31.737111 refrigerator {'DoorState': 'Closed'} app_1 | 2024-03-21 10:28:31.737184 refrigerator publish to homeconnect/refrigerator with {"Error": null, "AllowBackendConnection": true, "PowerState": null, "BackendConnected": true, "CustomerServiceConnectionAllowed": null, "DoorState": "Closed", "SoftwareUpdateTransactionID": null, "WiFiSignalStrength": null, "AssistantForceFridge": "LowForce", "AssistantFridge": true, "SetpointTemperature": 4, "SuperMode": false, "Refrigerator": "Open"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The fridge I have has open/closed for both Door and Refrigerator (presumably because there are combined units with both Fridge/Freezer?).
I'm not sure if we are missing the refrigerator closing message or the device fails to send it? Maybe race condition.
The text was updated successfully, but these errors were encountered: