Skip to content
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

Refrigerator close messages missing #33

Open
Meatballs1 opened this issue Mar 21, 2024 · 0 comments
Open

Refrigerator close messages missing #33

Meatballs1 opened this issue Mar 21, 2024 · 0 comments

Comments

@Meatballs1
Copy link
Collaborator

Meatballs1 commented Mar 21, 2024

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"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant