• header.categories
    • header.recent
    • header.tags
    • header.popular
    • register
    • login
    1. home
    2. chrigui
    3. posts
    C
    offline
    • profile
    • following 0
    • followers 0
    • topics 1
    • posts 2
    • header.groups 0

    posts

    header.recent best controversial
    • RE: Spark Photon Weather sensors

      @jkandasa said:

      support for HTTP GET

      thank you for your reply, i just created a github issue for it.

      cheers.

      global:posted-in, General Discussion
      C
      chrigui
    • Spark Photon Weather sensors

      Hello,
      first thanks for this great project! everytime i remember it i come back and there is a new update.

      this is my situaltion:
      i have 2 weather stations both pushing data to sparkfun phant
      weather 1: https://data.sparkfun.com/streams/lzOX7Ry1ZECw233M2bbx
      weather 2: https://data.sparkfun.com/streams/YGYQj85jgDIQylEjg3wj

      i also have a web relay for turning on/off devices.

      i want to see if there is a way to connect sensors from phant to mycontroller using http get or websockets, each stream can be grabbed individually like this: each stream can be grabbed individually like this: https://data.sparkfun.com/output/YGYQj85jgDIQylEjg3wj/tempf and it will only show temperature.

      or a json request: https://data.sparkfun.com/output/YGYQj85jgDIQylEjg3wj/latest.json
      a great doc explains how to work with phant streams: https://github.com/sparkfun/phant/pull/85

      can you please let me know what would be the best approach to make mycontroller collect data from phant streams ?

      thanks.

      global:posted-in, General Discussion
      C
      chrigui