[APP][Pro] Homewizard 🧙‍♂️

It’s an avarage taken from samples over the night period between 2 and 6 am CET.

And if you don’t like it you can disable these notifications in your P1 advanced settings

Thanks for the swift response.

Sure, I appreciate that.

But what about the error message?

Not really an error. Maybe I should rephrase it. It’s to avoid large fluctuations that negatively impact the calculations.

In that case, perhaps not mention it at all on the timeline?

Perhaps, once this functionality is stable, add it as a device parameter baseload. Baseload day, month, year.

Thanks for this awesome App!!

Let me see what I can do. Always a split of on or off and unable to tell a new feature is added as not many people read forums. As I get spammed with diagnostic reports without being asked for it. Only that confirms my opinion that community apps like this one is hard to inform upon changes or features.

Still alpha version running locally:

Sinds de update van versie 3.9.21 krijg ik een time out melding bij het aanpassen van de temperatuur op de heatlink. het lijkt erop dat hij wel de temperatuur aanpast, maar dat homey al eerder aangeeft dat hij homewizard niet heeft bereikt.

Hi, english here. I am aware of the timing issues for the old homewizard unit which I tried to improve connectivity. Test version v3.9.26 has a fix but still pending certification by Athom which is on hold due to holiday break. You can try the test version yourself.

I still use the old hw basestation! with a few smartware temp/hum sensors to measure inside refrigerators, the 868mhz freq is able to propagate through the refrigerator door and the sensor has a lcd display. also battery consumption is very low. now the app with the temp devices works for more then a year without problems on a 2029 pro, so data is processed on homey, but now i want to migrate the app to the homey SHS.

i was only able to create a new hw base station device using the web app, on the ios app, the ip config was shown for a very short moment, and then it was gone. but again, using the web app i could add it.

adding the temp/hum device using the ios app works, data is shown.

but when i select the option on the temperature/hum device, to not include it into the climate data, i got an iteration error…. is that a bug?

thanks.

That is new, screenshot please.

Tnx for your reply, i’ll test version 3.9.26

1 Like

I can confirm that version 3.9.26 fixes the temperature devices on the legacy homewizard device.

1 Like

Thx it had a lot of night time labor to fix it. What works for me is not always a proof for someone else.

Thanks @Jeroen_Tebbens I wil give it a try, wel found thanks! :+1::+1::+1::sparkler::clinking_glasses:

Thank you for your donation :heart:

Hi @Jeroen_Tebbens,

I’ve been using your Homewizard app for my P1 meter for a long time already and really love what you are doing here for the community! Keep up the good work! :slight_smile:

I have one issue that I need some help with though… Since a couple of months, my gas readings stopped. I’ve tried everything (re-installing the P1 meter, updating to the beta release of your app, stopping all home assistant apps, etc.), but nothing seemed to work. The meter is showing the correct values in the Homewizard app, so it is working… It’s just not showing in Homey.

After doing some more checks, I’ve noticed that my faulty gas usage is in fact in the API result… But also the correct gas usage is in there :open_mouth: .. It seems that there are 2 “external“ gas meters and the “gas_unique_id“ is pointing towards the faulty one…

Do you have any idea how to fix this? Thanks in advance!

Note: I’ve replaced the unique ID’s of the response for ID1 and ID2. ID1 (value 1091.602 m3) is the faulty meter. ID2 (value 1293.213) is the correct meter.

{
  "wifi_ssid": "MySSID",
  "wifi_strength": 82,
  "smr_version": 50,
  "meter_model": "Landis + Gyr MODELNR",
  "unique_id": "IDA",
  "active_tariff": 2,

  "total_power_import_kwh": 10873.52,
  "total_power_import_t1_kwh": 5310.899,
  "total_power_import_t2_kwh": 5562.621,

  "total_power_export_kwh": 0.0,
  "total_power_export_t1_kwh": 0.0,
  "total_power_export_t2_kwh": 0.0,

  "active_power_w": 466.0,
  "active_power_l1_w": 469.0,
  "active_voltage_l1_v": 235.1,

  "active_current_a": 1.995,
  "active_current_l1_a": 1.995,

  "voltage_sag_l1_count": 14.0,
  "voltage_swell_l1_count": 0.0,

  "any_power_fail_count": 15.0,
  "long_power_fail_count": 5.0,

  "total_gas_m3": 1091.602,
  "gas_timestamp": 230712155008,
  "gas_unique_id": "ID1",

  "external": [
    {
      "unique_id": "ID1",
      "type": "gas_meter",
      "timestamp": 230712155008,
      "value": 1091.602,
      "unit": "m3"
    },
    {
      "unique_id": "ID2",
      "type": "gas_meter",
      "timestamp": 260102214502,
      "value": 1293.213,
      "unit": "m3"
    }
  ]
}

P1 meter SW: v5.1903
HW App: v3.9.26

Ah I see your energy supplier didn’t update your slimme meter. Let me see what I can do. Your old gasmeter has been replaced in July 2023.

1 Like

The strange thing is… It worked before. Until a couple of months ago I had my gas usage in homey and it was correct :open_mouth:

Thanks for looking. Is there anything that I can do?

Its due to firmware change of the P1 by Homewizard and adjustment made at my end. The external section was optional before, hence I sticked ro the gas reading that are at the base. Now the external section had a revamp as this same section is used in Belgium where watermeter is placed. But…..it was lacking a data type (gas or water). Now that has been modified my latest code seems to fail. So let me check and fix it.

1 Like

Hi @Jeroen_Tebbens , thnx for all the work you put in to the Homwizard App

I have a sugestion for some extra cards that would be verry helpful to automate push notifications.

I work with the notifications in the official Home Wizard app on my OIS device and the have a card that works:

send notification ( tekst) if waterflow is (above/under) (number)l/min for (number) minutes. or

send notification ( tekst) if vermogen is (above/under) (number)W for (number) minutes.

would be great if your able to add them to the cards on the Homey app

kind regards Daan