dresden-elektronik / deconz-rest-plugin

deCONZ REST-API plugin to control ZigBee devices
BSD 3-Clause "New" or "Revised" License
1.89k stars 498 forks source link

MOCREO ST-4 temperature sensor with external probe #6210

Closed srd424 closed 2 years ago

srd424 commented 2 years ago

This one may not be possible, as the manufacturer & model ID are not populated, but there is an identifier in the "Date Code" attribute in the first "Basic" cluster that could be used (I appreciate this probably requires a device specific hack, which may be undesirable.) The actual probe temperature seems to be read just fine, it appears in the first temperature cluster (under "01".) The humidity measures just seem to return 0. The second temperature cluster (under "08") doesn't appear to return sensible data.

If this is too much of a disaster zone then feel free to close :)

Device

https://www.amazon.co.uk/MOCREO-Temperature-Waterproof-Thermometer-Refrigerator/dp/B09G9MG19D

Screenshots

Screenshot_2022-07-20_16-30-56 Screenshot_2022-07-20_16-30-32

Basic

01-basic

Temperature measurement

01-temp

Smanar commented 2 years ago

Harr, realy bad luck. Deconz use manufacture name and model id to reconize devices. MOCREO do that for all their stuff ?

srd424 commented 2 years ago

I don't know - this is the only device I've got by them so far! I'm not a Zigbee expert, but it smacks of "we cloned the example in the SDK and filled in the bare minimum to get it working with our own hub" :( Annoying though because it's the only temperature sensor with an external probe I can get hold of here in the UK..

Smanar commented 2 years ago

This one is not available in UK ? https://www.domadoo.fr/fr/peripheriques/5998-owon-sonde-de-temperature-deportee-sur-cable-zigbee.html here is one on Icasa.ia too.

srd424 commented 2 years ago

No - and they won't ship to the UK either now because brexit has made the costs/paperwork too ludicrous :( I may be able to get some sent to a friend's parents in France and then bought over..

github-actions[bot] commented 2 years ago

As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs.

srd424 commented 2 years ago

FWIW, I've switched to zigbee2mqtt, because I can at least make this sensor sort-of work with that codebase (its "interview" of the device fails, but its fingerprint concept allows me to match the device and declare what it exposes, and it emits recognizable temperature readings OK.)