jlvaillant / intellicenter

Home Assistant Integration for Pentair Intellicenter
GNU General Public License v3.0
32 stars 13 forks source link

CONTROLLER ERROR: 400 #58

Closed smartqasa closed 1 year ago

smartqasa commented 1 year ago

After installing the dwradcliffe fork, I'm getting the following error at startup:

This error originated from a custom integration.

Logger: custom_components.intellicenter.pyintellicenter.controller Source: custom_components/intellicenter/pyintellicenter/controller.py:273 Integration: Pentair IntelliCenter (documentation, issues) First occurred: 09:34:29 (2 occurrences) Last logged: 09:36:14

CONTROLLER: error 400 : {'command': 'Error', 'messageID': '842c7cf6-99d1-4ef4-8192-108f0eb3ca3d', 'response': '400', 'description': 'ParseError: unexpected end of input'} CONTROLLER: error 400 : {'command': 'Error', 'messageID': 'b4b95f7d-5017-4a02-8efb-6a1ae3f9dc98', 'response': '400', 'description': 'ParseError: unexpected end of input'}

When I turn on or off any features, I get this error:

This error originated from a custom integration.

Logger: custom_components.intellicenter.pyintellicenter.controller Source: custom_components/intellicenter/pyintellicenter/controller.py:271 Integration: Pentair IntelliCenter (documentation, issues) First occurred: 09:37:01 (33 occurrences) Last logged: 09:50:45

error 'changes' while processing {'command': 'WriteParamList', 'messageID': '1e458acb-8e26-496c-a2e5-0c75fb6d4111', 'timeSince': '1665582540', 'timeNow': '1665582540', 'response': '200', 'objectList': [{'created': [{'objnam': 'tHA22', 'params': {'COUNT': '1', 'MODE': '0', 'OBJNAM': 'tHA22', 'OBJTYP': 'STATUS', 'PARENT': 'H0001', 'PARTY': '1665582540', 'SHOMNU': 'SHOMNU', 'SINDEX': '37234', 'SNAME': 'Heater: Communication Lost', 'STATIC': 'OFF', 'TIME': '1665582540'}}]}]} error 'changes' while processing {'command': 'WriteParamList', 'messageID': '3a562c85-af39-4ded-9bfd-e6183dfd69be', 'timeSince': '1665582540', 'timeNow': '1665582540', 'response': '200', 'objectList': [{'deleted': ['tHA22']}]} error 'changes' while processing {'command': 'WriteParamList', 'messageID': '04b4dc43-2d52-45e8-82be-f92737ae1658', 'timeSince': '1665582600', 'timeNow': '1665582600', 'response': '200', 'objectList': [{'created': [{'objnam': 'tHA22', 'params': {'COUNT': '1', 'MODE': '0', 'OBJNAM': 'tHA22', 'OBJTYP': 'STATUS', 'PARENT': 'H0001', 'PARTY': '1665582600', 'SHOMNU': 'SHOMNU', 'SINDEX': '37234', 'SNAME': 'Heater: Communication Lost', 'STATIC': 'OFF', 'TIME': '1665582600'}}]}]} error 'changes' while processing {'command': 'WriteParamList', 'messageID': '8ceb9712-8298-48eb-ae7e-5be275d956be', 'timeSince': '1665582600', 'timeNow': '1665582600', 'response': '200', 'objectList': [{'deleted': ['tHA22']}]} error 'changes' while processing {'command': 'WriteParamList', 'messageID': '5ce4837d-ebed-4319-ba19-d615f5e4da90', 'timeSince': '1665582600', 'timeNow': '1665582600', 'response': '200', 'objectList': [{'created': [{'objnam': 'tHA22', 'params': {'COUNT': '1', 'MODE': '0', 'OBJNAM': 'tHA22', 'OBJTYP': 'STATUS', 'PARENT': 'H0001', 'PARTY': '1665582600', 'SHOMNU': 'SHOMNU', 'SINDEX': '37234', 'SNAME': 'Heater: Communication Lost', 'STATIC': 'OFF', 'TIME': '1665582600'}}]}]}

smartqasa commented 1 year ago

After upgrading to 10.2, this error no longer appears.