Replies: 2 comments
-
Are you getting the plain server response in a trace log? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks like it is now working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have version 0.131.11 installed in Home Assistant.
If i use this configuration:
type: template
template: nordpool
region: FI
currency: EUR
charges: 0
tax: 0.255
formula: math.Max((price + charges) * (1 + tax), 0.0)
I get warning to log:
[site ] WARN 2024/12/17 13:07:33 planner: tariff not available: cannot create tariff type 'template': cannot create tariff type 'custom': unexpected end of JSON input
If i comment out the region, i get this to log:
[site ] WARN 2024/12/17 13:09:05 planner: tariff not available: cannot create tariff type 'template': cannot create tariff type 'custom': forecast: today: invalid jq query '.multiAreaEntries | [
.[] |
{
"start": .deliveryStart,
"end": .deliveryEnd,
"price": .entryPerArea. / 1000
}
] | tostring
': unexpected token "/"
Beta Was this translation helpful? Give feedback.
All reactions