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
@coronaflyest
Yea I couldn't figure it out either. The nexia mobile app uses certificate pinning so it's not possible to man-in-the-middle it with fiddler.
To get the mobile ID and the api key you have to do the following:
Login to mynexia.com
Go the to Mobile tab
Create a new mobile device
Click the Get Activation code button for the new mobile device
Make a call to NexiaApi.connect(activation_code) and log the output
constnexiaApi=require('nexia-api');constactivation_code=12345;// get this from the web ui by following directions abovenexiaApi.connect(activation_code).then((api)=>{console.log(api);}).catch((e)=>{console.error(e);});
I'm having a hard time trying to locate the mobile ID for my Nexia thermostat. I've look almost everywhere in my Nexia account website.
Any help will be greatly appreciated.
The text was updated successfully, but these errors were encountered: