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

The temperature sensors are swapped #39

Open
zdeneksvarc opened this issue Nov 1, 2023 · 0 comments
Open

The temperature sensors are swapped #39

zdeneksvarc opened this issue Nov 1, 2023 · 0 comments

Comments

@zdeneksvarc
Copy link

Looks like the temperature readings from the sensors are mixed up (temperature_in vs temperature_out). Both issues for prana.get_state and `prana.set_state. True inside temperature is 22.6 and outside temperature is 15.4 right now. Temperature on Prana display is ok. All other sensors data from API are ok.

{
    "result": {
        "speed_locked": 1,
        "speed_in": 1,
        "speed_out": 1,
        "brightness": 4,
        "night_mode": true,
        "auto_mode": false,
        "flows_locked": true,
        "is_on": true,
        "mini_heating_enabled": false,
        "winter_mode_enabled": false,
        "is_input_fan_on": true,
        "is_output_fan_on": true,
        "sensors": {
            "temperature_in": 15.4,
            "temperature_out": 22.6,
            "humidity": 64,
            "pressure": 739,
            "voc": 282,
            "co2": 746
        },
        "timestamp": "2023-11-01T21:25:17.919052"
    },
    "id": 1,
    "jsonrpc": "2.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant