|
发表于 2023-7-6 11:26:01
|
显示全部楼层
本帖最后由 kkk123 于 2023-7-6 11:42 编辑
为什么那个图不更新了,固定在某些日期
后台是能获取到这几天的数值的
今天已经不能正常使用了,后台报错
2023-07-06 11:27:21.762 ERROR (MainThread) [homeassistant.helpers.template_entity] TemplateError('TypeError: unsupported operand type(s) for +: 'NoneType' and 'NoneType'') while processing template 'Template<template=({% set last_month1 = state_attr('sensor.041000xxxxx_last_month_total_usage', 'last_month_by_day') %} {% set this_month1 = state_attr('sensor.041000xxxx_this_month_total_usage', 'this_month_by_day') %} {% set history1 = last_month1 + this_month1 %} {{ history1 }}) renders=4>' for attribute 'history_day_value1' in entity 'sensor.history_day1'
|
|