-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
1.05 blueprints showing errors upon startup of HA #230
Comments
Are you still seeing this? Is the device working otherwise? |
Yes still see the errors at start up, only,
|
OK in that case, what seems to be happening is that some elements are not loaded by the time the automations are being loaded on startup. Primarily, it'd be the light devices used to control themes, so all the theme-enabled blueprint will have this issue, but only on boot time. I don't think there's a workaround on this apart from ignoring it :| |
The past few months I've encountered some non critical startup errors with the blueprints I use. The errors seem not to cause any malfunctions during usage, only startup errors.
Is it something I've misconfigured? Or do blueprint, maybe need an update to cover a resent HA update?
Just thought I would ask. like I said It seem non critical.
Thanks again For the useful project.
The error:
15:42:40.858 ERROR (MainThread) [homeassistant.components.automation.haspone_p_9_b_all_page_9_displays_heatpump_controls_plate102_tv] Error rendering variables: UndefinedError: None has no element 0
2023-05-04 15:42:40.878 ERROR (MainThread) [homeassistant.components.automation.haspone_p_x_b_y_displays_a_clock_with_a_clock_icon_plate102_tv] Error rendering variables: UndefinedError: None has no element 0
2023-05-04 15:42:40.897 ERROR (MainThread) [homeassistant.components.automation.haspone_p_x_b_y_displays_the_month_date_with_a_calendar_icon_plate102_tv] Error rendering variables: UndefinedError: None has no element 0
2023-05-04 15:42:40.934 ERROR (MainThread) [homeassistant.components.automation.haspone_p_x_b_y_displays_the_value_of_a_given_entity_with_icons_and_colors_plate102_tv] Error rendering variables: UndefinedError: None has no element 0
2023-05-04 15:42:41.009 ERROR (MainThread) [homeassistant.components.automation.haspone_p_x_b_y_displays_the_value_of_a_given_entity_with_icons_and_colors_plate102_tv_2] Error rendering variables: UndefinedError: None has no element 0
2023-05-04 15:42:41.040 ERROR (MainThread) [homeassistant.components.automation.haspone_p4_b7_displays_a_dimmer_with_a_toggle_on_off_icon_plate102_tv] Error rendering variables: UndefinedError: None has no element 0
2023-05-04 15:42:41.068 ERROR (MainThread) [homeassistant.components.automation.haspone_p4_b8_displays_a_dimmer_with_a_toggle_on_off_icon_plate102_tv] Error rendering variables: UndefinedError: None has no element 0
2023-05-04 15:42:41.127 ERROR (MainThread) [homeassistant.components.automation.haspone_p4_b9_displays_a_dimmer_with_a_toggle_on_off_icon_plate102_tv] Error rendering variables: UndefinedError: None has no element 0
2023-05-04 15:42:41.246 ERROR (MainThread) [homeassistant.components.automation.haspone_p_x_b_y_displays_a_clock_with_a_clock_icon_plate_wall_001] Error rendering variables: UndefinedError: None has no element 0
2023-05-04 15:42:41.310 ERROR (MainThread) [homeassistant.components.automation.haspone_p1_b5_displays_the_month_date_with_a_calendar_icon_plate_wall_001] Error rendering variables: UndefinedError: None has no element 0
2023-05-04 15:42:41.410 ERROR (MainThread) [homeassistant.components.automation.haspone_p1_b6_displays_the_value_of_a_given_entity_with_icons_and_colors_plate_wall_001] Error rendering variables: UndefinedError: None has no element 0
2023-05-04 15:42:41.463 ERROR (MainThread) [homeassistant.components.automation.haspone_p_9_b_all_page_9_displays_heatpump_controls_plate_wall_001] Error rendering variables: UndefinedError: None has no element 0
2023-05-04 15:42:41.527 ERROR (MainThread) [homeassistant.components.automation.haspone_p4_b7_displays_a_dimmer_with_a_toggle_on_off_icon_plate_wall_001] Error rendering variables: UndefinedError: None has no element 0
2023-05-04 15:42:41.612 ERROR (MainThread) [homeassistant.components.automation.haspone_p4_b8_displays_a_dimmer_with_a_toggle_on_off_icon_plate_wall_001] Error rendering variables: UndefinedError: None has no element 0
2023-05-04 15:42:41.674 ERROR (MainThread) [homeassistant.components.automation.haspone_p1_b7_displays_the_value_of_a_given_entity_with_icons_and_colors_plate_wall_001] Error rendering variables: UndefinedError: None has no element 0
The text was updated successfully, but these errors were encountered: