'Fibaro Z-Wave FGK-101 Temperature & Door/Window Sensor' Full Support Handler

I’ve checked off your suggestions, and the open/close status still isn’t updating on my end, but that isn’t my main concern (I can use the original device handler for that…) - I just want the temperature information! :slight_smile:

I ordered two DS18B20’s off Amazon and both were faulty. I ordered a pack of 5 off eBay for the same price and struck gold with the first one. I’m finally getting a reading instead of just -99° like I had with the two faulty DS18B20s originally.

Now that my temperarture information is working, do you mind elaborating a bit on changing to Fahrenheit readings? I am a total code rookie. Any insight would be appreciated!

Note that if you want to display temperatures in Fahrenheits (Fibaro
reports °C by default), you need to perform a conversion and modify line
262 of the handler “map.unit = cmd.scale == 1 ? “F” : “C””.

Edit: Maybe I lied as now I’m getting a reading of 73.2. However, it doesn’t seem to update, even though I’ve pushed the button on the sensor and waited over an hour! What gives? Why is none of this updating?