-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstrings.json
164 lines (164 loc) · 6.16 KB
/
strings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"config": {
"abort": {
"single_instance_allowed": "Only one Solcast instance allowed"
},
"step": {
"user": {
"data": {
"api_key": "Solcast API key"
},
"description": "Your Solcast API Account Key"
}
}
},
"options": {
"step": {
"init": {
"data": {
"solcast_config_action": "Action"
},
"description": "Solcast configuration options"
},
"api": {
"data": {
"api_key": "Solcast API key"
},
"description": "Your Solcast API Account Key"
},
"dampen": {
"data": {
"damp00": "00:00",
"damp01": "01:00",
"damp02": "02:00",
"damp03": "03:00",
"damp04": "04:00",
"damp05": "05:00",
"damp06": "06:00",
"damp07": "07:00",
"damp08": "08:00",
"damp09": "09:00",
"damp10": "10:00",
"damp11": "11:00",
"damp12": "12:00",
"damp13": "13:00",
"damp14": "14:00",
"damp15": "15:00",
"damp16": "16:00",
"damp17": "17:00",
"damp18": "18:00",
"damp19": "19:00",
"damp20": "20:00",
"damp21": "21:00",
"damp22": "22:00",
"damp23": "23:00"
},
"description": "Modify the hourly dampening factor"
},
"customsensor": {
"data": {
"customhoursensor": "Next X Hour Sensor"
},
"description": "Custom sensor for total energy for the next X hours"
}
},
"error": {
"unknown": "Unknown error",
"incorrect_options_action": "Incorrect action chosen"
}
},
"selector": {
"solcast_config_action": {
"options": {
"configure_api": "Solcast API key",
"configure_dampening": "Configure Dampening",
"configure_customsensor": "Configure Custom Hour Sensor"
}
}
},
"system_health": {
"info": {
"can_reach_server": "Solcast server connection",
"used_requests": "API requests remaining",
"rooftop_site_count": "Rooftop site count"
}
},
"services": {
"update_forecasts": {
"name": "Update",
"description": "Fetches the latest forecasts data from Solcast."
},
"clear_all_solcast_data": {
"name": "Clear all saved Solcast data",
"description": "Deletes the solcast.json file to remove all current solcast site data."
},
"query_forecast_data": {
"name": "Query forecast data",
"description": "Return a data set for a given query.",
"fields": {
"start_date_time": {
"name": "Start date time",
"description": "Query forecast data events from date time."
},
"end_date_time": {
"name": "End date time",
"description": "Query forecast data events up to date time."
}
}
},
"set_dampening": {
"name": "Set forecasts dampening",
"description": "Set forecast dampening hourly factor.",
"fields": {
"damp_factor": {
"name": "Dampening string",
"description": "String of hourly dampening factor values comma seperated."
}
}
},
"set_hard_limit": {
"name": "Set inverter forecast hard limit",
"description": "Prevent forcast values being higher than the inverter can produce.",
"fields": {
"hard_limit": {
"name": "Limit value in Watts",
"description": "Set the max value in watts that the inverter can produce."
}
}
},
"remove_hard_limit": {
"name": "Remove inverter forecast hard limit",
"description": "Remove set limit."
}
},
"entity": {
"sensor": {
"power_now_30m": {"name": "Power Next 30 Mins"},
"power_now_1hr": {"name": "Power Next Hour"},
"total_kwh_forecast_today": {"name": "Forecast Today"},
"peak_w_today": {"name": "Peak Forecast Today"},
"peak_w_time_today": {"name": "Peak Time Today"},
"forecast_this_hour": {"name": "Forecast This Hour"},
"get_remaining_today": {"name": "Forecast Remaining Today"},
"forecast_next_hour": {"name": "Forecast Next Hour"},
"forecast_custom_hour": {"name": "Forecast Next {forecast_custom_hour} Hours"},
"total_kwh_forecast_tomorrow": {"name": "Forecast Tomorrow"},
"peak_w_tomorrow": {"name": "Peak Forecast Tomorrow"},
"peak_w_time_tomorrow": {"name": "Peak Time Tomorrow"},
"api_counter": {"name": "API Used"},
"api_limit": {"name": "API Limit"},
"lastupdated": {"name": "API Last Polled"},
"total_kwh_forecast_d3": {"name": "Forecast Day 3"},
"total_kwh_forecast_d4": {"name": "Forecast Day 4"},
"total_kwh_forecast_d5": {"name": "Forecast Day 5"},
"total_kwh_forecast_d6": {"name": "Forecast Day 6"},
"total_kwh_forecast_d7": {"name": "Forecast Day 7"},
"power_now": {"name": "Power Now"},
"weather_description": {"name": "Weather"},
"hard_limit": {"name": "Hard Limit Set"}
},
"select": {
"estimate_mode" : {"name": "Use Forecast Field"}
}
}
}