Created At

Oct 29, 2022

Last Update

Oct 31, 2022

Platforms

HC 3 Lite, Z-box Hub, Yubii Home Pro, Yubii Home, Venture WISE, HC 3

Views

3694

Download

232

Type Quick App

Integrate your analog water meter with the FIBARO Home Center 3 using the HomeWizard Wi-Fi Water meter.

Prerequisites

  1. HomeWizard Wi-Fi Water meter,
  2. HomeWizard Energy iOS or Android app (minimal version 1.5.0),
  3. Water Meter Quick App,
  4. FIBARO Home Center 3.

Quick setup

View the included manual for detailed installation instructions. English installation instructions are included!

Wi-Fi P1 Meter installation

Perform the physical installation of the Wi-Fi P1 meter and and configure the device in the HomeWizard Energy app.

Activate the local API on the P1 meter

To establish communication between the FIBARO Home Center 3 and the HomeWizard Wi-Fi P1 meter, you need to activate the local API in the app.

  1. Start the HomeWizard Energy app on your phone,
  2. Go to Settings -> Meters,
  3. Open the settings from the configured meter by clicking on it,
  4. Enable the option for the local API.

Home Center 3 configuration

  1. Download the Quick App below,
  2. Extract the ZIP file,
  3. Log on to the Home Center 3,
  4. Import the Quick App.
  5. Set the IP address of the Wi-Fi Water meter.

Full documentation

Full documentation of the Wi-Fi Water meter Quick App is included in the provided ZIP file.

More interested FIBARO integrations and scenes can be found on my Smart Home Adventure blog.

16 Comments,  Want to add comment please login
82bc5df9ed268060ae040cc11f5fded7

Hoi Joep, als beginnende Fibaro gebruiker, is het nog zoeken :) Bij welke regel moet ik eenmalig mijn huidige totaal water stand (170m3) sturen? class 'DayWater'(QuickAppChild) function DayWater:__init(device) -- You should not insert code before QuickAppChild.__init. QuickAppChild.__init(self, device) end function DayWater:updateValue(data) self:updateProperty("value", data.day_liter_m3 * 1000) -- write in l! self:updateProperty("unit", "l") self:updateProperty("log", data.update_timestamp) end class 'TotalWater'(QuickAppChild) function TotalWater:__init(device) -- You should not insert code before QuickAppChild.__init. QuickAppChild.__init(self, device) end function TotalWater:updateValue(data) self:updateProperty("value", data.total_liter_m3) -- write in m3! self:updateProperty("unit", "m3") self:updateProperty("log", data.update_timestamp) end class 'ActiveWater'(QuickAppChild) function ActiveWater:__init(device) -- You should not insert code before QuickAppChild.__init. QuickAppChild.__init(self, device) end

7e55719745ae9e37e0996f355585fffc

Hallo Molla, de totale waarde is al aanwezig in de QA. Dat had ik niet in de gaten. Je kunt de meterstand verhogen door met een lua scene of in de code eenmalig een hogere waarde te sturen.

7e55719745ae9e37e0996f355585fffc

Hallo Molla, nu reset de totaal stand zich elke nacht. Je zou de code moeten aanpassen om de meterstand te behouden. Ik zou zelf een device erbij programmeren dat deze waarde weer geeft. Ik zal een dezer dagen kijken of ik dit kan maken en dan update ik de QA.

82bc5df9ed268060ae040cc11f5fded7

Hallo Joep, Vandaag de HW watermeter geinstalleerd in de meterkast en de Quickapp. Ik zou graag de actuele totaal stand willen uitlezen op de meter. Op mijn water meter staat 170m3. Hoe kan ik ervoor zorgen dat bij "verbruik totaal" begint bij 170m3?

7e55719745ae9e37e0996f355585fffc

Hello Jochem, this is the Water meter Quick App ;) The HomeWizard P1 meter Quick App is available from my website on the Energy Panel post (I can't place links here).

© 2024. Nice-Polska Sp. z o.o.Privacy policyTerms & ConditionsFeedback