Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


  • 0

QA: HomeWizard Wi-Fi Water Meter integration for HC3


Joep

Question

HomeWizard Wi-Fi Water Meter Quick App for HC3

The HomeWizard Water Meter gives you live insight into your water consumption. It reads your analog water meter. With the supplied adapter you can place the water meter on most existing Itron, Elster or Sensus analog water meters within 2 minutes.

 

I got a lot of questions if I would create a Quick App for the

Please login or register to see this link.

. So I decided to build it, despite not owning the device.

 

The Quick App reads the total and active water usage and it calculates the daily usage:

Please login or register to see this image.

/monthly_2022_10/image.png.15c330d171bdb850dc6bcbbabef3f72e.png" />

Feel free to test and post your findings in this topic.

Download

You can download the beta Quick App v1.0b1 release from my GitHub repository (direct link to Wi-Fi_Water_Meter_v1.0b1.zip).

If it's out of beta I'll upload it to the FIBARO Marketplace.

You can download the Wi-Fi Water Meter from the

Please login or register to see this link.

.

 

Edited by Joep
Added official Marketplace download link
  • Like 4
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
  • Inquirer
  • The Home Wizard Wi-Fi Water meter is now available in the

    Please login or register to see this link.

    ?

    • Like 2
    • Thanks 1
    Link to comment
    Share on other sites

    • 0

    Can you help me

    I have a different water-meter

    i tryied

    function QuickApp:getDeviceInfo()
        self.http:request('http://192.168.1.47:82/watermeter/api/read', {
                options = {
                    headers = { Accept = "application/json" },
                    method = 'GET'
                },
                success = function(response)
                    self:debug(response.status)
                    self:debug(response.data)
                    local deviceinfo = json.decode(response.data)
                    result    = json.decode(response)
                    Wifi    = result.wifi_rssi
                    self:updateView("Wifi", "text", "Wifi ="..deviceinfo['firmware_version'])
                    print(Wifi)
                end
                ,
                error = function(message)
                    self:debug("error:", message)
                end         
            })
    end

     

    but i get:

    main.lua:16: attempt to index a nil value (field 'http')

    in brouwser i get the info

     

    thx

    Link to comment
    Share on other sites

    • 0
  • Inquirer
  • On 12/18/2022 at 6:06 AM, Kage said:

    but i get:

    main.lua:16: attempt to index a nil value (field 'http')

    in brouwser i get the info

    You first have to define the http module with: self.http = net.HTTPClient({ timeout = 5000 })

    Please look at my code in the OnInit function. ;)

    Link to comment
    Share on other sites

    • 0

    Hi! I downloaded the quick app but i only see one device. I can see the "parent" but no child devices. None of the devices is hidden. The water meter works in the "energy" app and i have entered the IP adress in the "parent" device under variables and the API is open in the energy app.

    Fibaro HC 3 software 5.141.59

     

    Sorry, was not on the same network :) Works fine now!

    Edited by Hakon
    Link to comment
    Share on other sites

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Answer this question...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.

    ×
    ×
    • Create New...