Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temperature Sensor values above 42 degree celsius are reported al Fahrenheit. #269

Open
rene100575 opened this issue Dec 15, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rene100575
Copy link

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

@rene100575 rene100575 added the bug Something isn't working label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants