You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have all settings in my Alexa to celsius.
When I add a temperature sensor and send values up to 42 degree celsius everything works fine (in Alexa the correct value is displayed and when I ask Alexa it reports the correct value)
When I habe temperatures >= 43 degree celsius Alexa displays the value correct but when I als her it reports in fahrenheit...109F
Bug Description
I have all settings in my Alexa to celsius.
When I add a temperature sensor and send values up to 42 degree celsius everything works fine (in Alexa the correct value is displayed and when I ask Alexa it reports the correct value)
When I habe temperatures >= 43 degree celsius Alexa displays the value correct but when I als her it reports in fahrenheit...109F
To Reproduce
here an example:
[
{
"id": "26c87a00703dd707",
"type": "vsh-virtual-device",
"z": "e992b357f4961f1e",
"name": "InfoBox",
"topic": "",
"metadata": "",
"connection": "ec6f289bfba85be1",
"template": "TEMPERATURE_SENSOR",
"retrievable": true,
"passthrough": true,
"diff": false,
"filter": false,
"filterTopic": false,
"plan": "free",
"x": 440,
"y": 1880,
"wires": [
[
"1b737418edb37cde"
]
]
},
{
"id": "c6db2897a9b0cb9e",
"type": "inject",
"z": "e992b357f4961f1e",
"name": "",
"props": [
{
"p": "payload.scale",
"v": "CELSIUS",
"vt": "str"
},
{
"p": "payload.temperature",
"v": "43",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"x": 130,
"y": 1880,
"wires": [
[
"efec8b9057ee4ea9",
"26c87a00703dd707"
]
]
},
{
"id": "efec8b9057ee4ea9",
"type": "debug",
"z": "e992b357f4961f1e",
"name": "debug 21",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 280,
"y": 1960,
"wires": []
},
{
"id": "1b737418edb37cde",
"type": "debug",
"z": "e992b357f4961f1e",
"name": "debug 22",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 620,
"y": 1960,
"wires": []
},
{
"id": "XXX",
"type": "vsh-connection",
"name": "XXXX",
"port": "8883",
"accessTokenExpiry": "XXXX",
"debug": false,
"backendUrl": "XXXX",
"lwaClientId": "XXXX"
}
]
Expected behavior
That temperatures over 42 degrees celsius are also reported in celsius.
Virtual-Smart-Home Version
4.4.4
Node-RED Version
3.1.10
Node.js Version
nor sure where to find it
Plan
PRO
Thing-ID
vshd-26c87a00703dd707
The text was updated successfully, but these errors were encountered: