This is the complete file how it should be :
{
“mnmn”: “SmartThingsCommunity”,
“vid”: “ba1b30f7-dad6-3c19-9ae0-de69ee6ea504”,
“version”: “0.0.1”,
“type”: “profile”,
“dashboard”: {
“states”: [
{
“component”: “main”,
“capability”: “temperatureMeasurement”,
“version”: 1,
“idx”: 0,
“group”: “main”,
“values”: ,
“composite”: false
}
],
“actions”: ,
“basicPlus”:
},
“detailView”: [
{
“component”: “main”,
“capability”: “temperatureMeasurement”,
“version”: 1,
“values”: ,
“patch”:
},
{
“component”: “main”,
“capability”: “thermostatHeatingSetpoint”,
“version”: 1,
“values”: [{
“key”:“heatingSetpoint.value”,
“label”:“Temp 1”}],
“patch”:
},
{
“component”: “main”,
“capability”: “thermostatCoolingSetpoint”,
“version”: 1,
“values”: [{“key”:“coolingSetpoint.value”,
“label”:“Temp 2”}],
“patch”:
},
{
“component”: “main”,
“capability”: “thermostatMode”,
“version”: 1,
“values”: ,
“patch”:
},
{
“component”: “main”,
“capability”: “thermostatFanMode”,
“version”: 1,
“values”: ,
“patch”:
},
{
“component”: “main”,
“capability”: “thermostatOperatingState”,
“version”: 1,
“values”: ,
“patch”:
},
{
“component”: “main”,
“capability”: “refresh”,
“version”: 1,
“values”: ,
“patch”:
}
],
“automation”: {
“conditions”: [
{
“component”: “main”,
“capability”: “temperatureMeasurement”,
“version”: 1,
“values”: ,
“patch”: ,
“exclusion”:
},
{
“component”: “main”,
“capability”: “thermostatHeatingSetpoint”,
“version”: 1,
“values”: [{
“key”:“heatingSetpoint.value”,
“label”:“Temp 1”}],
“patch”: ,
“exclusion”:
},
{
“component”: “main”,
“capability”: “thermostatCoolingSetpoint”,
“version”: 1,
“values”: [{“key”:“coolingSetpoint.value”,
“label”:“Temp 2”}],
“patch”: ,
“exclusion”:
},
{
“component”: “main”,
“capability”: “thermostatMode”,
“version”: 1,
“values”: ,
“patch”: ,
“exclusion”:
},
{
“component”: “main”,
“capability”: “thermostatFanMode”,
“version”: 1,
“values”: ,
“patch”: ,
“exclusion”:
},
{
“component”: “main”,
“capability”: “thermostatOperatingState”,
“version”: 1,
“values”: ,
“patch”: ,
“exclusion”:
}
],
“actions”: [
{
“component”: “main”,
“capability”: “thermostatHeatingSetpoint”,
“version”: 1,
“values”: [{
“key”: “heatingSetpoint.value”,
“label”:“Temp 1”}],
“patch”: ,
“exclusion”:
},
{
“component”: “main”,
“capability”: “thermostatCoolingSetpoint”,
“version”: 1,
“values”: [{“key”:“coolingSetpoint.value”,
“label”: “Temp 2”}],
“patch”: ,
“exclusion”:
},
{
“component”: “main”,
“capability”: “thermostatMode”,
“version”: 1,
“values”: ,
“patch”: ,
“exclusion”:
},
{
“component”: “main”,
“capability”: “thermostatFanMode”,
“version”: 1,
“values”: ,
“patch”: ,
“exclusion”:
},
{
“component”: “main”,
“capability”: “refresh”,
“version”: 1,
“values”: ,
“patch”: ,
“exclusion”:
}
]
},
“presentationId”: “ba1b30f7-dad6-3c19-9ae0-de69ee6ea504”,
“manufacturerName”: “SmartThingsCommunity”
}
I imported back the new deviceConfig.json
I updated all the profiles (folder has about 10) with the new VID and mnmn
Then package, publish and install but nothing has changed on the screen.