Sensor temp no longer readable from MakerAPI?

edit: I just realized all temperature sensors from MakerAPI dropped off at the same time, my original example just happens to be the one I noticed first.

I’ve got a Qubino 1D relay w/temperature sensor attached to Hubitat that, in turn, is readable in HA via the MakerAPI. It’s been working great for over a year, allowing me to chart and trigger based off temperature data (this is a probe shoved inside a freezer).

Recently, at precisely 2024-03-09 11:28:18 PT, HA stopped being able to read temperature data.

I’m having a hard time figuring out what broke or caused this. I don’t recall if I updated HA or HE and I’d check my logs but HA doesn’t seem to keep that long of a tail.

The MakerAPI is currently spitting out this JSON and I don’t see anything wrong with it:
{"id":"97","name":"Generic Z-Wave Relay","label":"Q1Dtemp","type":"Qubino 1D Relay Module","room":null,"attributes":[{"name":"switch","currentValue":"off","dataType":"ENUM","values":["on","off"]},{"name":"temperature","currentValue":3.1,"dataType":"NUMBER"}],"capabilities":["Configuration","Actuator","Refresh","TemperatureMeasurement",{"attributes":[{"name":"temperature","dataType":null}]},"Switch",{"attributes":[{"name":"switch","dataType":null}]}],"commands":["configure","off","on","refresh"]}

I don’t know what exactly was wrong but I discovered my HACS-Hubitat integration had some pending updates and after doing those, my sensors show again. 0.9.23, 0.9.24 or 0.9.25 was necessary

1 Like

@pexeuskt Fantastic thank you , I had the same issue and was having trouble tracking down why it was just the temperature parameter of devices that was unavailable. I read the HACS-Hubitat integration Release Notes for each of the releases and there were ‘climate’ mentions/fixes.