They knew I’m technical as well - I was sending them WiFi chipset models and decibel levels and all sorts, it’s something I could have checked very easily.
It does make total sense to do what they had done, but equally, if you can get to Cloudflare - everything’s probably fine.
The most baffling to me was the inconsistency of time between reboots, as I mentioned before. There must be a score or something that decides if it reboots or not.
I haven’t checked the diagnostics before - there’s a lot of good information in there! It might have helped in diagnosis as well.
That said, if we can see all that healthcheck stats info via their API - surely so could Drayton… they were able to tell me my SSID…!
I’m just glad it’s over. I’ve taken some learnings from this as well, which is always good. Just wish it hadn’t taken so long and so much stress.
AFAIK, you always need to be in setup/AP mode to get the secret key. However, please be aware that Wiser around the world are many different products and this one may not be compatible. I know the Oz version is not.
Does anyone know if there is an entity attribute (I couldn’t find one) that indicates if any of the rooms have been manually overriden? I know there is a preset_mode attribute on each climate entity, that indicates Override, but I have 14 of them and I just want a way to conditionally display a “Cancel Heating Overrides” button if any one of them has been manually adjusted.
I know I can create a template entity to combine them, but if there’s already something available natively, please can someone point me to it?
I have a template sensor to indicate this, but use a list | count function rather than manually adding in all the entities individually, so the same code should work for your 14 entities too, hopefully…
friendly_name: Heating Boosted
icon_template: mdi:fire
value_template: >-
{% if states.climate | selectattr("attributes.is_boosted","match","True") | map(attribute="name") | list | count > 0 %}
on {% else %} off {% endif %}
Has anyone else’s Wiser Home app gone a bit haywire since the v7.0.0 update? My Apple devices now show lots of missing data (HA still shows the data is present). Is this a server issue?
Edit……. Just used an older version of the app and data still missing so not an app update issue. I guess Drayton have server issues.
I had to exclude entities where is_passive is true, as even though I hadn’t overridden the schedule, is_passive was true on one of them.
@msp1974 Any idea why this might be? It was on my one and only TRV that was set to Passive Auto (Follow Schedule), rather than Passive Manual, as my other six passive TRVs are set.
I tried setting one of the ones in Passive Manual mode to Passive Auto and it did not set the is_override attribute to true.
Thank you for your answer.
I have since decided to build a redundant system composed of an OpenTherm Gateway, which I will control with my own DIY PID controller device ( Raspberry Pi Pico) that talks directly to the Homematic IP CCU3 (the hub) through JSON-RPC. My controller gets the maximum valve % in the house, as well as the weather station info: Windspeed, Cloud coverage and Temperature which I then use as feedforward on my PID, and then at the output I set the water temperature of the Viessmann optimally.
As a backup, on my gateway I will also link a Drayton hub and thermostat, and if the gateway does not get telegrams within a minute from my PID controller for any reason, it switches over automatically to the Drayton.
I worked in the pharma industry for a long time building automations of all sorts and I’ve learned that systems need to have redundancy (and I also like it very much)
My PID controller as well as the whole system’s schematics I will post it on github as opensource.
I only just noticed the Wiser app upgrade.
With v7.0.0, I can no longer set timezone (selection is not retained) or modify notifications (‘There was an issue when trying to update the system’).
I also seem to have missing data under insights. But I’m guessing, like you, that’s not specific to the app upgrade. Fortunately I have my usage data in HA/Influx too.
Same here, time zone setting has now changed to “not set” and can not be set correctly and notifications settings can’t be changed.
Once again Schneider have made changes that nobody asked for, failed to make changes that have been asked for and have broken things that used to work. Thank goodness for HA.
I am literally pulling my hair out trying to fine the secret key needed to complete the integration. I have a home wifi network and I know the hub is connected. How do iidentify the ip address to access the secret key!! I have tried to follow the only you tube guide and have successfully loaded HACS.I have loaded the integration for the hub and now stuck. The supplied address of 192.168.8.1/secret does not work and I have tried substituting the addresses of the unknown devices visible on my local WIFI network
Thanks a lot for that. I had put the hub in setup mode but did not select the hub wifi on my pc prior to using the address given in the video. Now have the key but unsure how to proceed. I have found the IP address of the hub on my network but when I put it in the WISER Heat HUB Setup page (note this page includes the Port 80) and paste the secret key, it just times out suggesting i check the IP address. Thought I was almost there!
Thanks for the guidance. For now the problem has been identified. I think I was doing alll the correct things finally but it seems the hub itself has gone faulty! Trying to get a replacement under warranty… FYI I set up HACS and wa doing what should have been a SIMPLE Integreation. I downloaded Wiser Hub integration and restarted. Just could not configure the hub at the final hurdle.