You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025-01-27 20:27:16.258 WARNING (MainThread) [custom_components.tuya_local.config_flow] Adding ZK0153智炫空调温控器 device with product id 9z20prc4jq1jb4im
2025-01-27 20:27:16.263 WARNING (MainThread) [custom_components.tuya_local.config_flow] Unable to fetch data model from cloud: 'str' object has no attribute 'keys'
2025-01-27 20:27:16.264 WARNING (MainThread) [custom_components.tuya_local.config_flow] Device matches CCST6001_test_v2 with quality of 44%. DPS: {"updated_at": 1738006014.8269098, "1": true, "2": "HEAT", "3": "stop", "16": 220, "24": 220, "28": "high", "45": 0, "101": "manual", "102": "cool_heat"}
2025-01-27 20:27:16.264 WARNING (MainThread) [custom_components.tuya_local.config_flow] Include the previous log messages with any new device request to https://github.com/make-all/tuya-local/issues/
file "/usr/local/lib/python3.13/site-packages/yaml/parser.py", line 438, in parse_block_mapping_key
raise ParserError("while parsing a block mapping", self.marks[-1],
"expected , but found %r" % token.id, token.start_mark)
yaml.parser.ParserError: while parsing a block mapping
in "/config/custom_components/tuya_local/devices/CCST6001_test.yaml", line 46, column 9
expected , but found '-'
in "/config/custom_components/tuya_local/devices/CCST6001_test.yaml", line 56, column 9
But the yaml file seems to be valid.
Any help is highly appreciated. Many thanks :-)
The text was updated successfully, but these errors were encountered:
Log message
Product ID
9z20prc4jq1jb4im
Product Name
CCST6001
DPS information
Information about how the device functions
I could write a config file up to the yaml code below, however, as soon as I try to outcomment the other ids, i get a parse error
Parse error:
file "/usr/local/lib/python3.13/site-packages/yaml/parser.py", line 438, in parse_block_mapping_key
raise ParserError("while parsing a block mapping", self.marks[-1],
"expected , but found %r" % token.id, token.start_mark)
yaml.parser.ParserError: while parsing a block mapping
in "/config/custom_components/tuya_local/devices/CCST6001_test.yaml", line 46, column 9
expected , but found '-'
in "/config/custom_components/tuya_local/devices/CCST6001_test.yaml", line 56, column 9
But the yaml file seems to be valid.
Any help is highly appreciated. Many thanks :-)
The text was updated successfully, but these errors were encountered: