(EDGE Driver-Mc): Zigbee Temp Sensor and Child Thermostat Mc, Zigbee Temp Sensor with Thermostat Mc

Hi!

I added a fingerprint for the Sonoff Thermometer with probe (SNZB-02LD) to my local copy of the Edge driver and created a new device profile using the CLI:

smartthings deviceprofile:create -i temp-therm-battery-05.yml

I rebuilt the package and reinstalled the driver. The device was recognized, but the detail view still shows a Humidity tile, which this device does not support. Interestingly:

  • The dashboard view does not show humidity.

  • The device settings still include a humidity offset.

  • I did not create or publish a new device-config or presentation.

When I check the device info using:

smartthings devices <deviceId>

smartthings deviceprofiles <profileId>

…I see that the device is using the ‘temp-humid-therm-battery-05’ profile instead of the new one I created (temp-therm-battery-05), even though I published the new profile.

The driver functions correctly and meets my needs, but I’d like to clean up the presentation and understand why the newly created profile isn’t being used.

Any insight or pointers would be appreciated! Thanks in advance.