Closed edif30 closed 5 years ago
I'm seeing exact same behavior and error message.
Maybe Zillow is having issues? Seeing same issue here.
Their API seems to be working ok
http://www.zillow.com/webservice/GetZestimate.htm?zws-id=
Look at the response it gave you. Did the API change?
sorry, meant ....
http://www.zillow.com/webservice/GetZestimate.htm?zws-id=YOURZWSID&zpid=48749425
where YOURZWSID is yours. This returned valid data for me.
@dreed47 look at the variable for valueChange
is yours blank? This is what I see <valueChange/>
Def the reason for the error.
Edit: it looks like your ZPID has the same data as mine.
Yeah, not sure if it's an official change in their API or just an issue on their side. https://www.zillow.com/howto/api/GetZestimate.htm
But it seems the HA code should handle an empty value just in case.
@dreed47 not in this particular case: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/zestimate/sensor.py#L119
The code just checks if the API is there, then it assumes all the data is present.
yeah, just saw that :(
Home Assistant release with the issue: Any**
Last working Home Assistant release (if known):ALL are affected**
Operating environment (Hass.io/Docker/Windows/etc.):Docker**
Component/platform:Zestimate**
Description of problem:See traceback** Component fails to load on restart.
Traceback (if applicable):