omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. markph

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    markph

    @markph

    0
    Reputation
    684
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    markph Unfollow Follow

    Latest posts made by markph

    • RE: Here is a script to control a local WeMo switch.

      Change the ST value from:
      ssdp:all

      to:
      upnp:rootdevice

      Such that:
      SSDP_DICT = {'ip_address': '239.255.255.250',
      'port': 1900,
      'mx': 10,
      'st': 'upnp:rootdevice'}

      Old/previous value did not report any Wemo devices. Updated value now shows all UPNP devices.

      posted in Pythonista
      markph
      markph