3 files
This commit is contained in:
@@ -1057,3 +1057,5 @@
|
||||
{"timestamp": "2026-08-09T01:33:08.065395+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.7425289154052734, "success": true, "error_message": null, "response_size_bytes": 7127, "user_context": null}
|
||||
{"timestamp": "2026-08-09T01:35:45.217797+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config['views'][0]['sections'][1]['cards'][2]['primary'] = \"Elapsed {{ (states('sensor.octoprint_elapsed') | float(0) / 60) | round(0) | int }} min\"; config['views'][0]['sections'][1]['cards'][3]['primary'] = \"Remaining {{ (states('sensor.octoprint_time_left') | float(0) / 60) | round(0) | int }} min\"", "config_hash": "ee1ae1ef5e6fee0c", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": true, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 9.61923599243164, "success": true, "error_message": null, "response_size_bytes": 30390, "user_context": null}
|
||||
{"timestamp": "2026-08-09T01:36:50.728727+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config['views'][0]['sections'][1]['cards'][2]['primary'] = \"Elapsed: {{ (states('sensor.octoprint_elapsed') | float(0) / 60) | round(0) | int }} min\"; config['views'][0]['sections'][1]['cards'][3]['primary'] = \"Remaining: {{ (states('sensor.octoprint_time_left') | float(0) / 60) | round(0) | int }} min\"", "config_hash": "9e8657b732a78dd5", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": true, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 13.326883316040039, "success": true, "error_message": null, "response_size_bytes": 30392, "user_context": null}
|
||||
{"timestamp": "2026-08-09T01:38:37.135210+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config['views'][0]['sections'][1]['cards'][1]['grid_options']['rows'] = 3", "config_hash": "e4ee36960f025b59", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": true, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 18.406152725219727, "success": true, "error_message": null, "response_size_bytes": 30141, "user_context": null}
|
||||
{"timestamp": "2026-08-09T01:40:44.759786+00:00", "tool_name": "ha_search", "parameters": {"query": "octoprint", "domain_filter": "sensor", "area_filter": null, "search_types": null, "limit": 50, "offset": 0, "exact_match": true, "include_hidden": true, "include_config": false, "group_by_domain": false, "per_domain_limit": null, "state_filter": null, "result_fields": null, "fields": null, "config_time_budget": null, "ctx": {"_STATE_TTL_SECONDS": 86400}}, "execution_time_ms": 181.89048767089844, "success": true, "error_message": null, "response_size_bytes": 9633, "user_context": null}
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
},
|
||||
"grid_options": {
|
||||
"columns": 6,
|
||||
"rows": 2
|
||||
"rows": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
+18
-18
@@ -4,7 +4,7 @@
|
||||
"state": "ON",
|
||||
"led_brightness": 100,
|
||||
"countdown_to_turn_off": 0,
|
||||
"voltage": 120.8,
|
||||
"voltage": 121,
|
||||
"countdown_to_turn_on": 0,
|
||||
"ac_frequency": 60,
|
||||
"power_factor": 0.14,
|
||||
@@ -27,7 +27,7 @@
|
||||
"led_brightness": 100,
|
||||
"countdown_to_turn_off": 0,
|
||||
"countdown_to_turn_on": 0,
|
||||
"power": 2.8,
|
||||
"power": 2,
|
||||
"current": 0.12,
|
||||
"energy": 27.67,
|
||||
"power_factor": 0.15,
|
||||
@@ -45,7 +45,7 @@
|
||||
"state": "ON",
|
||||
"led_brightness": 100,
|
||||
"countdown_to_turn_off": 0,
|
||||
"voltage": 120.8,
|
||||
"voltage": 120.3,
|
||||
"countdown_to_turn_on": 0,
|
||||
"energy": 51.49,
|
||||
"power_factor": 0.2,
|
||||
@@ -64,7 +64,7 @@
|
||||
},
|
||||
"0xb40e060fffe031e3": {
|
||||
"battery": 100,
|
||||
"contact": true,
|
||||
"contact": false,
|
||||
"tamper": false,
|
||||
"battery_low": false,
|
||||
"linkquality": 134,
|
||||
@@ -74,12 +74,12 @@
|
||||
"led_brightness": 100,
|
||||
"countdown_to_turn_off": 0,
|
||||
"countdown_to_turn_on": 0,
|
||||
"voltage": 122,
|
||||
"voltage": 122.4,
|
||||
"state": "ON",
|
||||
"ac_frequency": 60,
|
||||
"energy": 105.46,
|
||||
"power": 103.6,
|
||||
"current": 0.96,
|
||||
"energy": 105.47,
|
||||
"power": 114.8,
|
||||
"current": 1.03,
|
||||
"power_factor": 0.94,
|
||||
"update": {
|
||||
"state": "idle",
|
||||
@@ -95,11 +95,11 @@
|
||||
"led_brightness": 100,
|
||||
"countdown_to_turn_off": 0,
|
||||
"countdown_to_turn_on": 0,
|
||||
"voltage": 119.8,
|
||||
"energy": 45.45,
|
||||
"voltage": 120,
|
||||
"energy": 45.46,
|
||||
"state": "ON",
|
||||
"power": 37.6,
|
||||
"current": 0.46,
|
||||
"power": 37,
|
||||
"current": 0.44,
|
||||
"ac_frequency": 60,
|
||||
"power_factor": 0.75,
|
||||
"update": {
|
||||
@@ -114,12 +114,12 @@
|
||||
},
|
||||
"0xffffb40e060895b3": {
|
||||
"state": "ON",
|
||||
"voltage": 120.7,
|
||||
"voltage": 120.8,
|
||||
"ac_frequency": 60,
|
||||
"energy": 6.99,
|
||||
"current": 0.02,
|
||||
"power": 0.1,
|
||||
"power_factor": 0.11,
|
||||
"power_factor": 0.22,
|
||||
"linkquality": 123,
|
||||
"update": {
|
||||
"state": "idle",
|
||||
@@ -143,7 +143,7 @@
|
||||
"current": 0.02,
|
||||
"ac_frequency": 60,
|
||||
"power": 0.4,
|
||||
"power_factor": 0.18,
|
||||
"power_factor": 0.14,
|
||||
"update": {
|
||||
"state": "idle",
|
||||
"installed_version": 268513381,
|
||||
@@ -172,7 +172,7 @@
|
||||
"0xffffb40e060893d8": {
|
||||
"state": "ON",
|
||||
"led_brightness": 100,
|
||||
"voltage": 121.8,
|
||||
"voltage": 122.3,
|
||||
"countdown_to_turn_off": 0,
|
||||
"countdown_to_turn_on": 0,
|
||||
"energy": 3.05,
|
||||
@@ -187,8 +187,8 @@
|
||||
"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
|
||||
},
|
||||
"power_factor": 0.13,
|
||||
"power": 1.4
|
||||
"power_factor": 0.07,
|
||||
"power": 0.2
|
||||
},
|
||||
"0xa4c1380d0679ffff": {
|
||||
"battery": 100,
|
||||
|
||||
Reference in New Issue
Block a user