Anyone here interested in working on an integration for the Shark ION Robot Vacuum? I’ve started doing some reverse engineering (the same way I worked on the SimpliSafe integration and the Sesame integration) however I’ve hit a roadblock. Where when trying to use Fiddler to decrypt the traffic, the mobile app appears to be expecting their signed certificate.
From what I can tell, it connects to https://sharkninja.aylanetworks.com and locally I see the device listening / receiving traffic in this format:
{“local_reg”:{“ip”:“192.168.xxx.xxx”,“notify”:1,“port”:10275,“uri”:"/local_lan"}}
Has anyone had experience interfacing with aylanetworks API? They have an Alexa and Google Home Skill, so I assume we should be able to get this working somehow.