• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. chrigui
    3. Posts
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    Posts

    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.

      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.

      posted in General Discussion
      C
      chrigui