3 files
This commit is contained in:
@@ -940,3 +940,5 @@
|
|||||||
{"timestamp": "2026-08-08T02:30:15.962820+00:00", "tool_name": "ha_eval_template", "parameters": {"template": "{{ (as_local('2026-08-08T01:52:17+00:00' | as_datetime)).strftime('%I:%M %p').lstrip('0') }}", "timeout": 3, "report_errors": true}, "execution_time_ms": 6.033182144165039, "success": true, "error_message": null, "response_size_bytes": 190, "user_context": null}
|
{"timestamp": "2026-08-08T02:30:15.962820+00:00", "tool_name": "ha_eval_template", "parameters": {"template": "{{ (as_local('2026-08-08T01:52:17+00:00' | as_datetime)).strftime('%I:%M %p').lstrip('0') }}", "timeout": 3, "report_errors": true}, "execution_time_ms": 6.033182144165039, "success": true, "error_message": null, "response_size_bytes": 190, "user_context": null}
|
||||||
{"timestamp": "2026-08-08T02:31:39.502387+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "printer-stats", "list_only": false, "force_reload": false, "entity_id": null, "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": "print", "mode": null, "query": null}, "execution_time_ms": 2.2668838500976562, "success": true, "error_message": null, "response_size_bytes": 6279, "user_context": null}
|
{"timestamp": "2026-08-08T02:31:39.502387+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "printer-stats", "list_only": false, "force_reload": false, "entity_id": null, "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": "print", "mode": null, "query": null}, "execution_time_ms": 2.2668838500976562, "success": true, "error_message": null, "response_size_bytes": 6279, "user_context": null}
|
||||||
{"timestamp": "2026-08-08T02:31:39.973765+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": ["sensor.octoprint_octoprint_position_z", "sensor.octoprint_current_z", "sensor.octoprint_filament_used_total", "sensor.octoprint_last_print_filament", "sensor.octoprint_time_left", "sensor.octoprint_approximate_completion_time"], "fields": null, "attribute_keys": null}, "execution_time_ms": 19.826412200927734, "success": true, "error_message": null, "response_size_bytes": 3236, "user_context": null}
|
{"timestamp": "2026-08-08T02:31:39.973765+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": ["sensor.octoprint_octoprint_position_z", "sensor.octoprint_current_z", "sensor.octoprint_filament_used_total", "sensor.octoprint_last_print_filament", "sensor.octoprint_time_left", "sensor.octoprint_approximate_completion_time"], "fields": null, "attribute_keys": null}, "execution_time_ms": 19.826412200927734, "success": true, "error_message": null, "response_size_bytes": 3236, "user_context": null}
|
||||||
|
{"timestamp": "2026-08-08T02:35:02.423555+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "del config[\"views\"][0][\"sections\"][1][\"cards\"][4]", "config_hash": "8a380b04fa814848", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 20.186185836791992, "success": true, "error_message": null, "response_size_bytes": 634, "user_context": null}
|
||||||
|
{"timestamp": "2026-08-08T02:35:05.698476+00:00", "tool_name": "ha_get_history", "parameters": {"entity_ids": "sensor.octoprint_current_z", "source": "history", "start_time": "48h", "end_time": null, "minimal_response": true, "significant_changes_only": true, "limit": 60, "offset": null, "period": "day", "statistic_types": null, "order": "desc", "fields": ["entities"], "ctx": {"_STATE_TTL_SECONDS": 86400}}, "execution_time_ms": 1483.0968379974365, "success": true, "error_message": null, "response_size_bytes": 8085, "user_context": null}
|
||||||
|
|||||||
@@ -117,15 +117,6 @@
|
|||||||
"columns": 6
|
"columns": 6
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "tile",
|
|
||||||
"entity": "sensor.octoprint_approximate_completion_time",
|
|
||||||
"name": "Est. Finish",
|
|
||||||
"icon": "mdi:calendar-clock",
|
|
||||||
"grid_options": {
|
|
||||||
"columns": 6
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"content": "{% set finish = states('sensor.octoprint_approximate_completion_time') | as_datetime %}{% if finish %}**Est. finish:** {{ (as_local(finish)).strftime('%I:%M %p').lstrip('0') }}{% else %}**Est. finish:** —{% endif %}",
|
"content": "{% set finish = states('sensor.octoprint_approximate_completion_time') | as_datetime %}{% if finish %}**Est. finish:** {{ (as_local(finish)).strftime('%I:%M %p').lstrip('0') }}{% else %}**Est. finish:** —{% endif %}",
|
||||||
|
|||||||
+24
-24
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"0xffffb40e0607ace4": {
|
"0xffffb40e0607ace4": {
|
||||||
"energy": 14,
|
"energy": 14.01,
|
||||||
"state": "ON",
|
"state": "ON",
|
||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"voltage": 118,
|
"voltage": 117.1,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"ac_frequency": 60,
|
"ac_frequency": 60,
|
||||||
"power_factor": 0.58,
|
"power_factor": 0.63,
|
||||||
"update": {
|
"update": {
|
||||||
"state": "idle",
|
"state": "idle",
|
||||||
"installed_version": 268513381,
|
"installed_version": 268513381,
|
||||||
@@ -15,9 +15,9 @@
|
|||||||
"latest_source": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/ThirdReality/SmartPlug_Zigbee_PROD_OTA_V101_1.01.01.ota",
|
"latest_source": "https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/ThirdReality/SmartPlug_Zigbee_PROD_OTA_V101_1.01.01.ota",
|
||||||
"latest_release_notes": null
|
"latest_release_notes": null
|
||||||
},
|
},
|
||||||
"power": 134.5,
|
"power": 159.1,
|
||||||
"linkquality": 116,
|
"linkquality": 116,
|
||||||
"current": 1.87,
|
"current": 2.13,
|
||||||
"power_on_behavior": "on"
|
"power_on_behavior": "on"
|
||||||
},
|
},
|
||||||
"0xffffb40e0607af27": {
|
"0xffffb40e0607af27": {
|
||||||
@@ -27,9 +27,9 @@
|
|||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"power": 247.9,
|
"power": 240.3,
|
||||||
"current": 1.8,
|
"current": 2.09,
|
||||||
"energy": 27.12,
|
"energy": 27.14,
|
||||||
"power_factor": 0.98,
|
"power_factor": 0.98,
|
||||||
"update": {
|
"update": {
|
||||||
"state": "idle",
|
"state": "idle",
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
"state": "ON",
|
"state": "ON",
|
||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"voltage": 117.9,
|
"voltage": 117.4,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"energy": 50.67,
|
"energy": 50.67,
|
||||||
"power_factor": 0.21,
|
"power_factor": 0.21,
|
||||||
@@ -74,11 +74,11 @@
|
|||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"voltage": 116.1,
|
"voltage": 116.3,
|
||||||
"state": "ON",
|
"state": "ON",
|
||||||
"ac_frequency": 60,
|
"ac_frequency": 60,
|
||||||
"energy": 103.29,
|
"energy": 103.3,
|
||||||
"power": 102.8,
|
"power": 100.6,
|
||||||
"current": 0.91,
|
"current": 0.91,
|
||||||
"power_factor": 0.96,
|
"power_factor": 0.96,
|
||||||
"update": {
|
"update": {
|
||||||
@@ -95,13 +95,13 @@
|
|||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"voltage": 116.9,
|
"voltage": 116.8,
|
||||||
"energy": 44.41,
|
"energy": 44.42,
|
||||||
"state": "ON",
|
"state": "ON",
|
||||||
"power": 70.6,
|
"power": 73.5,
|
||||||
"current": 0.76,
|
"current": 0.73,
|
||||||
"ac_frequency": 60,
|
"ac_frequency": 60,
|
||||||
"power_factor": 0.82,
|
"power_factor": 0.76,
|
||||||
"update": {
|
"update": {
|
||||||
"state": "idle",
|
"state": "idle",
|
||||||
"installed_version": 268513381,
|
"installed_version": 268513381,
|
||||||
@@ -114,12 +114,12 @@
|
|||||||
},
|
},
|
||||||
"0xffffb40e060895b3": {
|
"0xffffb40e060895b3": {
|
||||||
"state": "ON",
|
"state": "ON",
|
||||||
"voltage": 118.1,
|
"voltage": 117.4,
|
||||||
"ac_frequency": 60,
|
"ac_frequency": 60,
|
||||||
"energy": 6.4,
|
"energy": 6.4,
|
||||||
"current": 0.01,
|
"current": 0.01,
|
||||||
"power": 0.1,
|
"power": 0.1,
|
||||||
"power_factor": 0.11,
|
"power_factor": 0.22,
|
||||||
"linkquality": 123,
|
"linkquality": 123,
|
||||||
"update": {
|
"update": {
|
||||||
"state": "idle",
|
"state": "idle",
|
||||||
@@ -136,14 +136,14 @@
|
|||||||
"0xffffb40e0608864e": {
|
"0xffffb40e0608864e": {
|
||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"voltage": 118.8,
|
"voltage": 118.2,
|
||||||
"energy": 17.35,
|
"energy": 17.35,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"state": "ON",
|
"state": "ON",
|
||||||
"current": 0.02,
|
"current": 0.02,
|
||||||
"ac_frequency": 60,
|
"ac_frequency": 60,
|
||||||
"power": 0.3,
|
"power": 0.3,
|
||||||
"power_factor": 0.14,
|
"power_factor": 0.2,
|
||||||
"update": {
|
"update": {
|
||||||
"state": "idle",
|
"state": "idle",
|
||||||
"installed_version": 268513381,
|
"installed_version": 268513381,
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
"0xffffb40e060893d8": {
|
"0xffffb40e060893d8": {
|
||||||
"state": "ON",
|
"state": "ON",
|
||||||
"led_brightness": 100,
|
"led_brightness": 100,
|
||||||
"voltage": 118.6,
|
"voltage": 118.1,
|
||||||
"countdown_to_turn_off": 0,
|
"countdown_to_turn_off": 0,
|
||||||
"countdown_to_turn_on": 0,
|
"countdown_to_turn_on": 0,
|
||||||
"energy": 3.04,
|
"energy": 3.04,
|
||||||
@@ -188,7 +188,7 @@
|
|||||||
"latest_release_notes": null
|
"latest_release_notes": null
|
||||||
},
|
},
|
||||||
"power_factor": 0.06,
|
"power_factor": 0.06,
|
||||||
"power": 0.4
|
"power": 0.2
|
||||||
},
|
},
|
||||||
"0xa4c1380d0679ffff": {
|
"0xa4c1380d0679ffff": {
|
||||||
"battery": 100,
|
"battery": 100,
|
||||||
@@ -245,7 +245,7 @@
|
|||||||
},
|
},
|
||||||
"0xb40e060fffe717c5": {
|
"0xb40e060fffe717c5": {
|
||||||
"battery": 100,
|
"battery": 100,
|
||||||
"occupancy": false,
|
"occupancy": true,
|
||||||
"tamper": false,
|
"tamper": false,
|
||||||
"battery_low": false,
|
"battery_low": false,
|
||||||
"linkquality": 72,
|
"linkquality": 72,
|
||||||
|
|||||||
Reference in New Issue
Block a user