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

Restructure settings JSON #407

Open
ziebelje opened this issue Jan 19, 2024 · 0 comments
Open

Restructure settings JSON #407

ziebelje opened this issue Jan 19, 2024 · 0 comments
Labels
General Affects the system in general.

Comments

@ziebelje
Copy link
Member

Some of this is done, some still needs moved.

{
    "meta":
    {
        "opens":
        {
            "android": 23,
            "browser": 259,
            "ios": 12
        }
    },
    "visualize":
    {
        "data_type": "occupancy",
        "floor_plan_id": 1,
        "heat_map_static":
        {
            "temperature":
            {
                "max": 73,
                "min": 66
            }
        },
        "heat_map_values": "dynamic",
        "hide_affiliate": true,
        "range_dynamic": 7,
        "range_static":
        {
            "begin": "9/1/2022",
            "end": "9/1/2022"
        },
        "range_type": "dynamic",
        "three_d":
        {
            "auto_rotate": false,
            "show_group":
            {
                "023d1221-cad3-4d51-ad1d-a4e3220efe87": true,
                "151e0b7c-fa50-4320-b792-1699e287deea": true,
                "6a5aa5fb-2f6d-4525-a7bd-ffeaf4310b16": true,
                "6d5883a0-3eca-40b2-b10f-01f8dd35ead1": true,
                "b79f6f5a-31d5-48ad-933f-c7d0e9353fa3": true
            },
            "show_labels": true
        }
    },
    "air_quality": {
        "detail": {
            "range_type": "dynamic",
            "range_static": {
                "begin": "8/27/2022",
                "end": "9/2/2022"
            },
            "range_dynamic": 3
        },
        "summary": {
            "range_dynamic": 28
        }
    },
    "comparison": {
        "property_type": "same_structure",
        "region": "nearby"
    },
    "runtime": {
        "sensor": {
            "detail": {
                "range_type": "dynamic",
                "range_static": {
                    "begin": "8/27/2022",
                    "end": "9/2/2022"
                },
                "range_dynamic": 3
            }
        },
        "thermostat": {
            "detail": {
                "range_type": "dynamic",
                "range_static": {
                    "begin": "8/27/2022",
                    "end": "9/2/2022"
                },
                "range_dynamic": 3
            },
            "summary": {
                "gap_fill": true,
                "group_by": "day",
                "smart_scale": true,
                "time_count": 3,
                "time_period": "month"
            }
        }
    },
    "alerts": {
        "show_dismissed": false
    },
    "profile": {
        "range_begin": null
    },
    "ui": {
        "always_dock_tooltips": false,
        "rate_app_reminder_hide_until": "3023-10-27 01:43:37",
        "contribute_reminder_hide_until": "2022-12-16 02:15:57",
        "units": {
            "area": "ft²",
            "currency": "usd",
            "distance": "ft",
            "temperature": "°F"
        },
        "first_run": false,
        "last_read_announcement_id": 28,
    },

    "app": {
        "thermostat_id": 34012,
        "force_sync_shared_thermostats": true
    },



    // TODO NOT SURE ABOUT THESE YET
    "thermostat": {
        "1":
        {
            "profile":
            {
                "ignore_solar_gain": false,
                "ignore_solar_heating": true,
                "range_begin": null
            }
        },
        "34012":
        {
            "profile":
            {
                "ignore_solar_gain": false,
                "range_begin": null
            }
        }
    },


}

@ziebelje ziebelje added the General Affects the system in general. label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
General Affects the system in general.
Projects
None yet
Development

No branches or pull requests

1 participant