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"]}