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
2024-11-03 12:24:36.279 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Loaded device config sunbeam_dual_bedwarmer.yaml
2024-11-03 12:24:36.279 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Not match for Bed warmer, missing required DPs: [{'105': 'str'}, {'15': 'bool'}, {'25': 'bool'}]
2024-11-03 12:24:36.280 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Not match for Bed warmer, DPs have incorrect type: [{'103': 'int'}]
I just shamelessly stole the configuration for the dual zone blanket/bedwarmer and made it work for the single zone blanket bedwarmer. The single only has one zone so no combined/A/B switches are necessary.
Thanks!
The text was updated successfully, but these errors were encountered:
These log messages are not the one that is needed. They do not tell the full story of what the device is sending, only why the sunbeam_dual_bedwarmer is not considered a match.
True, I've tried to attach the whole log for tuya-local trying to link the device. Is that sufficient or is there other log info you need?Thanks. Justin Blanket Log.log
Log message
DPS information
Product ID
vrwpecr7ijucirtl
Product Name
Sunbeam Bedding Single - S1
Information about how the device functions
I named the file:
sunbeam_single_bedwarmer.yaml
and the following works fine:I just shamelessly stole the configuration for the dual zone blanket/bedwarmer and made it work for the single zone blanket bedwarmer. The single only has one zone so no combined/A/B switches are necessary.
Thanks!
The text was updated successfully, but these errors were encountered: