That seems to be an error introduced in the 6.1.0 version of the Wiser app. I can see on the home assistant forumIs there a way to look at the settings within the hub to see how the initial setup was done, i.e gas/oil and relay/Opentherm. If I click on setup/devices/Hubr there is a "Heat Source Type" setting but it is blank, I click on the edit button and can see all the options for gas or oil etc. but when selecting "gas" the result appears on screen but then disappears a few seconds later.
Drayton Wiser Home Assistant Integration
@jamiebennett I’m not sure if this is the correct place for feedback on the Wiser app itself, but as the release has been mentioned here I figured it makes sense. I’ve just updated my Android Wiser app and noticed that under the hub info in Device details, the Heat Source type is blank. If I...
community.home-assistant.io
see post 1439. There is an acknowlegement from from Jamie (who works for Schneider) that the issue has been raised to their support team.
On your more specific question as to way of seeing the setting. You can via the HA automation process or if you have an android device install "Packet Capture" via play store. This allows you to trace the Wiser Home App traffic from your phone/tablet/etc to the Wiser Hub.
Start the packet capture app, tap the green "1" arrow, select "Wiser Home" app from list, you should then see a red square plus a key symbol in the tool bar of your device.
backout out of packet capture app (it continues to run in background).
start up Wiser App
exit from Wiser App
back into packet capture, hit red box to stop trace, key disappears
you should then see a date/time stamp below with something similar to
12-02 16:40:00
xx captures
select that and you can see all the communication between your device & Wiser Hub. Look for an entry around 4-6KB which when you select it is headed
GET /data/v2/domain
That will show a JSON output of all the settings from the hub including those not visible via the Wiser App.
You can save the data as a txt file for future use by tapping the : to the right of the orange JSON
It should look something like
{
"System": {
"PairingStatus": "Paired",
"TimeZoneOffset": 0,
"AutomaticDaylightSaving": true,
"SystemMode": "Heat",
"FotaEnabled": true,
"ValveProtectionEnabled": false,
"EcoModeEnabled": true,
"AwayModeAffectsHotWater": true,
"AwayModeSetPointLimit": 160,
"BoilerSettings": {
"ControlType": "HeatSourceType_RelayControlled",
"FuelType": "Gas",
"CycleRate": "CPH_6",
"OnOffHysteresis": 5
},
== etc ==
Last edited: