Announcement

Collapse
No announcement yet.

Flume Intelligent Water Sensor

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #46
    I got it to work. I had upgraded the device to a Flume2 unit and that changed the device id

    Comment


      #47
      Does anyone know if this exists in a Plugin to HS3 or something simple to use?

      Comment


        #48
        Originally posted by mlevin77 View Post
        Does anyone know if this exists in a Plugin to HS3 or something simple to use?
        As far as I know currently this only exists either in this thread or in the mcsMQTT plugin, but requires a bit of work to get integrated into HS.

        Comment


          #49
          Section 12.7 of the mcsMQTT user manual https://plugins.homeseer.com/guides/410_mcsMQTT.pdf describes the step by step setup for Flume. The intro from the manual is

          Flume provides a Personal API that is well documented at Flume Personal API | Flume Help Center (flumewater.com) . This enables a user to interact with the Flume Cloud server to get information similar to that available via their smartphone App. Interaction with the API can be setup from the mcsMQTT Cloud Page, URL Tab.

          There are two Servers provided by Flume. One for general information. The other for water usage queries. Two IP’s are setup on the URL tab to handle both servers. oAuth2 authentication is used. The oAuth2 server for Flume is https://api.flumewater.com/oauth/token. The oAuth2 payload looks like:

          {"grant_type": "password","client_id": "XXXXX","client_secret": "YYYYY","username": "myemail@gmail.com","password": "mypassword"}

          Email and password are the ones used for the Flume account and App. The XXXXX and YYYYY are obtained from the Get Tokens link at Introduction (readme.io). User login to this site is needed.

          Comment

          Working...
          X