Wx "Placeholder" Problem

Stan-
Thanks for posting and sorry to hear that weather devices have been causing trouble!

Which weather driver are you currently using? We’ve had a few other reports of community developed weather devices in Hubitat causing trouble and not consistently syncing over.

We’ve modified Matthew’s amazing DarkSky driver to improve reliability with SharpTools and the Hubitat Cloud Relay. You can find the modified driver here:

Simplified version of Matthew's driver - ALL CREDIT TO MATHEW - this is just a fix for quirks in Hubitat with missing defined attributes · GitHub

Considering that the existing weather device may be reporting excess attributes, I would recommend creating a brand new device with this driver, then authorize the new device in SharpTools and update your dashboards accordingly (and deauthorize or delete previous weather devices as needed).

A bit of background if you’re interested…

View Background Details

One of the challenges with the Apixu and Dark Sky drivers available on the Hubitat community is they are trying to cater to such a wide audience that they sometimes can cause issues with Hubitat’s Cloud Relay.

Specifically, when SharpTools asks Hubitat for the list of devices that you have authorized and their current state, sometimes these community developed weather drivers can cause issues on the hub or with Hubitat’s Cloud Relay. Several things can contribute to issues on the hub/relay including sending across too much data, reporting that a capability is supported, but not reporting the relevant attributes, and more.

Many of these custom weather drivers have been modified to try to meet so many people’s needs that they’ve started running into limits of the system. Some of these modifications include reporting all sorts of additional esoteric data elements and dynamically reporting attributes (even though the capabilities are static which causes an issue!)

We started seeing more reports of issues with custom weather drivers on Hubitat, so we stripped down Matthew’s amazing DarkSky driver to create a simplified version that only reports the attributes and capabilities needed for SharpTools. We’ve had a small number of people try out this driver and it has resolved the issues for them.

3 Likes