Skip to content

TekniskSupport/ST-zigbee-network-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartThings network map

Creates a map for your zigbee/Z-wave network

screenshot

First run: python -m pip install matplotlib bs4 networkx requests

Then run from terminal: python scrape-st.py

Optionally pass sessionID as commandline argument python scrape-st.py YOUR-JSESSION-ID

Extract JSESSIONID value from cookie:

Chrome:

  • login to IDE
  • Open developer tools by pressing F12 or right click and inspect
  • Navigate to "application" tab and expand cookies
  • look for the line with name JSESSIONID and copy the value.

Firefox/Edge:

  • login to IDE
  • Open developer tools by pressing F12 or right click and inspect element to to Storage tab and expand Cookies
  • look for the line with name JSESSIONID and copy the value.

Windows instructions

  • Download and install python from https://www.python.org/downloads/ Make sure you check the box "add to path"
  • reboot
  • Open command prompt and run command: python -m pip install matplotlib bs4 networkx requests
  • Download and extract files
  • double click on "scrape-st"

About

Creates a map for your zigbee network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages