Bonjour à tous,
J’ai un problème avec le plugin ou l’api smartthings. je n’ai que le retour d’information santé de mon four qui est créé et qui fonctionne. Four Samsung NV73J9770RS. Ce four est bien dans la liste de l’application smartthings, donc doit bien remonter des informations.
j’ai fais des tests d’interrogation via postman et j’ai l’impression que c’est l’identique des infos brutes.
les value reste à « null » et le timestamp reste toujours a la date et l’heure de quand j’ai installé mon four
j’ai bien tous les retours d’info en notification sur mon smartphone et dans l’appli smartthings du tel.
je peux même changer la température et le temps depuis le téléphone.
est ce que quelqu’un peu m’aider ou a déjà eu ce type de problème ?
ci dessous les infos brutes (j’ai changé le numéro de device par que des zéro)
https://api.smartthings.com/v1/devices/00000000-0000-0000-0000-000000000000/status
[
{
"deviceId" : "00000000-0000-0000-0000-000000000000",
"name" : "Oven",
"label" : "le four",
"manufacturerName" : "SmartThings",
"presentationId" : "SmartThings-smartthings-Samsung_OCF_Oven",
"locationId" : "3f8359cf-bd65-43f1-b570-810e0bfd4110",
"roomId" : "3967cf75-ae9d-4831-a88f-21c443fca33e",
"deviceTypeId" : "88ae7a3d-1d5c-4da7-be0b-def6380739f3",
"deviceTypeName" : "Samsung OCF Oven",
"deviceNetworkType" : "UNKNOWN",
"components" : [
{
"id" : "main",
"label" : "le four",
"capabilities" : [
{
"id" : "temperatureMeasurement",
"version" : 1
},
{
"id" : "switch",
"version" : 1
},
{
"id" : "refresh",
"version" : 1
},
{
"id" : "doorControl",
"version" : 1
},
{
"id" : "thermostatHeatingSetpoint",
"version" : 1
},
{
"id" : "ocf",
"version" : 1
},
{
"id" : "execute",
"version" : 1
},
{
"id" : "remoteControlStatus",
"version" : 1
},
{
"id" : "ovenOperationalState",
"version" : 1
},
{
"id" : "ovenSetpoint",
"version" : 1
},
{
"id" : "ovenMode",
"version" : 1
},
{
"id" : "ovenOperatingState",
"version" : 1
},
{
"id" : "custom.dthVersion",
"version" : 1
},
{
"id" : "custom.deviceInfo",
"version" : 1
},
{
"id" : "custom.region",
"version" : 1
},
{
"id" : "custom.ovenCavityStatus",
"version" : 1
},
{
"id" : "samsungce.customRecipe",
"version" : 1
},
{
"id" : "samsungce.doorState",
"version" : 1
},
{
"id" : "samsungce.kitchenDeviceIdentification",
"version" : 1
}
],
"categories" : [
{
"name" : "Switch",
"categoryType" : "manufacturer"
}
]
}
],
"dth" : {
"deviceTypeId" : "88ae7a3d-1d5c-4da7-be0b-def6380739f3",
"deviceTypeName" : "Samsung OCF Oven",
"deviceNetworkType" : "UNKNOWN",
"completedSetup" : false,
"networkSecurityLevel" : "UNKNOWN",
"executingLocally" : false
},
"type" : "DTH",
"restrictionTier" : 0
},
{
"components" : {
"main" : {
"doorControl" : {
"door" : {
"value" : null,
"timestamp" : "2021-02-26T15:41:10.580Z"
}
},
"custom.deviceInfo" : {
"deviceType" : {
"value" : null,
"timestamp" : "2021-02-26T15:43:06.289Z"
},
"serialNumber" : {
"value" : null,
"timestamp" : "2021-02-26T15:43:06.289Z"
},
"modelNumber" : {
"value" : null,
"timestamp" : "2021-02-26T15:43:06.289Z"
}
},
"custom.region" : {
"region" : {
"value" : null,
"timestamp" : "2021-02-26T15:41:08.081Z"
}
},
"ovenOperationalState" : {
"completionTime" : {
"value" : null,
"timestamp" : "2021-02-26T15:41:06.843Z"
},
"machineState" : {
"value" : null,
"timestamp" : "2021-02-26T15:41:06.843Z"
},
"progress" : {
"value" : null,
"unit" : "%",
"timestamp" : "2021-02-26T15:41:06.843Z"
},
"supportedMachineStates" : {
"value" : null,
"timestamp" : "2021-02-26T15:41:06.843Z"
},
"ovenJobState" : {
"value" : null,
"timestamp" : "2021-02-26T15:41:06.843Z"
},
"operationTime" : {
"value" : null,
"timestamp" : "2021-02-26T15:41:06.843Z"
}
},
"ovenSetpoint" : {
"ovenSetpoint" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:36.316Z"
}
},
"refresh" : [
],
"samsungce.doorState" : {
"doorState" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.044Z"
}
},
"custom.dthVersion" : {
"versionNumber" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:36.288Z"
}
},
"execute" : {
"data" : {
"value" : null,
"data" : [
],
"timestamp" : "2021-02-26T15:40:36.067Z"
}
},
"switch" : {
"switch" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:35.970Z"
}
},
"ocf" : {
"st" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:35.813Z"
},
"mndt" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:35.659Z"
},
"mnfv" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:35.480Z"
},
"mnhw" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:35.345Z"
},
"di" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:06.733Z"
},
"mnsl" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:06.674Z"
},
"dmv" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:06.335Z"
},
"n" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:06.240Z"
},
"mnmo" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:05.914Z"
},
"vid" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.019Z"
},
"mnmn" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.004Z"
},
"mnml" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:05.869Z"
},
"mnpv" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:04.726Z"
},
"mnos" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:04.711Z"
},
"pi" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:02.289Z"
},
"icv" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:02.252Z"
}
},
"remoteControlStatus" : {
"remoteControlEnabled" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:35.873Z"
}
},
"samsungce.customRecipe" : [
],
"samsungce.kitchenDeviceIdentification" : {
"regionCode" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.973Z"
},
"modelCode" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.973Z"
},
"type" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.973Z"
}
},
"temperatureMeasurement" : {
"temperature" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.912Z"
}
},
"thermostatHeatingSetpoint" : {
"heatingSetpoint" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.934Z"
}
},
"custom.ovenCavityStatus" : {
"ovenCavityStatus" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.845Z"
}
},
"ovenMode" : {
"supportedOvenModes" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.278Z"
},
"ovenMode" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.278Z"
}
},
"ovenOperatingState" : {
"completionTime" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.377Z"
},
"machineState" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.377Z"
},
"progress" : {
"value" : null,
"unit" : "%",
"timestamp" : "2021-02-26T15:40:01.377Z"
},
"supportedMachineStates" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.377Z"
},
"ovenJobState" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.377Z"
},
"operationTime" : {
"value" : null,
"timestamp" : "2021-02-26T15:40:01.377Z"
}
}
}
}
}
]