Most of them does NOT.
And even if it would be possible,
it would need an extra module,
only awailable from the manufacturer,
which would take weeks or month to import + pay custom tax + VAT
which usually costs $100+
and the API is 95% not available.
I know this, because I've tried already.
Also most restaurants are buying freezers ad-hock. So usually each of them is different. (And most of them the cheapest one.)
That would make it an "impossible huge task" not worth it.
In my country, Poland, I use other devices from this company but they have ones for one sensor via 1-Wire. Set include sensor. Power supply from POE or external 12-24V DC.
Is there are a huge amount of temp sensors for freezers in the market?
Why would you need an extra module?
You could reverse engineer their proprietary ADC using a osiloscope and some measurements taken from a controlled room using another sensor, if they dont provide the way the signal has to be read. It just takes a huge amount of time when you never done it before
I just dont believe you should drill another hole in the freezer to add your own sensor, unless it is possible to keep its thermal insulation intact, while not comprimising their insurance on those freezers
check the earlier post - Temperatures in Pizzeria freezers - #10 by PizzaProgram - it sounds like there are a variety of different types of freezer - that are physically separated by some distance - so a simple add-on retrofit would suit better than trying to hack each one.. Flat ribbon cables can be used through most seals without compromising them or needing holes.
If you suggest that route then make sure the customer knows that the complete sensor head must be inside the freezer.
Assuming it uses the standard waterproof DS18B20 sensor cable then it is 4mm diameter. There will be frost buildup around that. I have one coming today so I will confirm the diameter then.
The seals really are quite flexible and the doors are probably opened regularly anyway. I very much doubt it would be an issue. Of course, a flat cable would be even better, but I really wouldn't expect the round cable in a DS18B20 to be a problem, especially on a large industrial freezer.
I guess some silicon glue or at least a chewing gum must be used to seal the hole.
Probably a professional flexible sealing/rubber would be best, so it remains removable, but for start I'll recommend for the restaurant owners a simple hair-rubber-band.
After reading all the posts, If there was 2 things that are a must on a job like this is a disclaimer to the owner and some good public liability insurance
Maybe they do, but mostly not. Read back a few posts earlier.
Huhhh... that's a long (162) topic!
Maybe I'll read it once, but I guess restaurant freezers are a bit different than bathrooms.
More important: it is 5 years old! There can be many improvements in 5 years in IoT.
Can you pls. drop a direct link to one of those "cheap esp32 displays" you mean?
Actually "battery" here is a good thing!
If there is a power outage, usually switches are not backed up in every room.
So reporting of a meltdown would fail.
The main POS PC (running my program) has usually an UPS, so a dongle in it would be OK.
Forcing the owners to pull cables to every each fridge would cost $500-$1500 (work for an electric worker at late night) I've explained it earlier.
It is very easy for your PC to detect when a device has stopped sending messages, for example using MQTT last will and testament or simply using a delay node.
My Sonoff SNZB-02LD Zigbee temperature monitor with the DS18B20 remote sensor has arrived and works ok with zigbee2MQTT. The cable is thinner than the usual DS18B20 waterproof probe, at 3mm. It would still need a 7mm hole to feed the sensor through if you were using a drilled hole.
You've made great progress but I'll chime in. I have a couple of those Acurite sensors in use. The ones I have transmit on 433MHz. I have a small Pi Zero with the RTL-SDR dongle and antenna that picks up the signals. the "rtl_433" software knows how to decode the protocol. It sends me the data via MQTT and into Node Red.