stjohnjohnson / smartthings-mqtt-bridge

Bridge between SmartThings and MQTT
https://hub.docker.com/r/stjohnjohnson/smartthings-mqtt-bridge/
MIT License
363 stars 242 forks source link

Washer - debug did not parse #177

Open zeddy1 opened 5 years ago

zeddy1 commented 5 years ago

I have a washer that was and I've set up the mqtt bridge, but receive the following error in my Smartthings API Live Log:

F8042EF1-D1AD-0000-0000-000000000000  20:40:00: debug did not parse x.com.samsung.da.remainingTime:00:39:00
F8042EF1-D1AD-0000-0000-000000000000  20:40:00: debug Parsed Description: {"correlationId":"1c46e19d-e714-cd71-7f6f-ed43079fda75","receiverDi":"dealer","enqueueTime":1542055200460,"path":"/shp/F8042EF1-D1AD-0000-0000-000000000000/Operation","data":{"payload":{"x.com.samsung.da.state":"Run","x.com.samsung.da.remainingTime":"00:39:00","x.com.samsung.da.progress":"Rinse"}},"senderDi":"F8042EF1-D1AD-0000-0000-000000000000"}

What can I do for the Smartapp to recognise the washer messages?

Thanks.