3 files
This commit is contained in:
@@ -1189,3 +1189,6 @@
|
||||
{"timestamp": "2026-08-14T14:49:42.716390+00:00", "tool_name": "ha_config_get_dashboard", "parameters": {"url_path": "printer-stats", "list_only": false, "force_reload": false, "entity_id": "binary_sensor.octoprint_printing", "card_type": null, "heading": null, "include_config": false, "include_screenshot": false, "view_path": null, "mode": null, "query": null}, "execution_time_ms": 2.090930938720703, "success": true, "error_message": null, "response_size_bytes": 709, "user_context": null}
|
||||
{"timestamp": "2026-08-14T14:49:46.549094+00:00", "tool_name": "ha_get_integration", "parameters": {"entry_id": "01KZE886307286YXMBE4G8435Y", "query": null, "domain": null, "include_options": true, "include_schema": false, "include_subentries": false, "include_subentry_schema": false, "subentry_type": null, "subentry_id": null, "show_advanced_options": false, "exact_match": true, "limit": 50, "offset": 0, "include_diagnostics": false, "include_knx_project": false, "device_id": null, "diagnostics_fields": null, "diagnostics_truncate_at_bytes": null, "diagnostics_data_path": null, "diagnostics_data_offset": 0, "diagnostics_data_limit": null}, "execution_time_ms": 21.503686904907227, "success": true, "error_message": null, "response_size_bytes": 905, "user_context": null}
|
||||
{"timestamp": "2026-08-14T14:49:50.576309+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": null, "mode": null, "query": null}, "execution_time_ms": 2.5353431701660156, "success": true, "error_message": null, "response_size_bytes": 13587, "user_context": null}
|
||||
{"timestamp": "2026-08-14T14:53:36.648729+00:00", "tool_name": "ha_config_set_dashboard", "parameters": {"url_path": "printer-stats", "config": null, "python_transform": "config['views'][0]['sections'][1]['cards'][1]['entity'] = 'sensor.octoprint_print_progress_live'; config['views'][0]['sections'][1]['cards'][7]['entity'] = 'sensor.octoprint_print_progress_live'", "config_hash": "c0267114eaf0098d", "title": null, "icon": null, "require_admin": null, "show_in_sidebar": null, "MandatoryBPS": false, "BestPracticeKey": null, "return_screenshot": false, "view_path": null}, "execution_time_ms": 13.415098190307617, "success": true, "error_message": null, "response_size_bytes": 779, "user_context": null}
|
||||
{"timestamp": "2026-08-14T14:53:37.829383+00:00", "tool_name": "ha_config_set_helper", "parameters": {"helper_type": "template", "name": null, "helper_id": "01KZE886307286YXMBE4G8435Y", "entry_id": null, "subentry_type": null, "subentry_id": null, "show_advanced_options": false, "icon": null, "area_id": null, "labels": null, "min_value": null, "max_value": null, "step": null, "unit_of_measurement": null, "options": null, "initial": null, "mode": null, "has_date": null, "has_time": null, "restore": null, "duration": null, "monday": null, "tuesday": null, "wednesday": null, "thursday": null, "friday": null, "saturday": null, "sunday": null, "latitude": null, "longitude": null, "radius": null, "passive": null, "user_id": null, "device_trackers": null, "picture": null, "tag_id": null, "description": null, "category": null, "config": {"state": "{{ 0 if not is_state('binary_sensor.octoprint_printing', 'on') else states('sensor.octoprint_print_time_left_live') | float }}", "unit_of_measurement": "s", "device_class": "duration", "state_class": "measurement"}, "wait": true, "action": "update", "MandatoryBPS": false, "BestPracticeKey": null}, "execution_time_ms": 201.7676830291748, "success": true, "error_message": null, "response_size_bytes": 327, "user_context": null}
|
||||
{"timestamp": "2026-08-14T14:53:41.503495+00:00", "tool_name": "ha_get_state", "parameters": {"entity_id": ["sensor.octoprint_print_progress_live", "sensor.octoprint_print_time_left_live", "sensor.octoprint_time_left", "sensor.octoprint_print_state_live"], "fields": ["state", "attributes"], "attribute_keys": ["printTimeLeft", "printTimeLeftOrigin", "completion"]}, "execution_time_ms": 19.060134887695312, "success": true, "error_message": null, "response_size_bytes": 1382, "user_context": null}
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
},
|
||||
{
|
||||
"type": "gauge",
|
||||
"entity": "sensor.octoprint_print_progress",
|
||||
"entity": "sensor.octoprint_print_progress_live",
|
||||
"name": "Progress",
|
||||
"min": 0,
|
||||
"max": 100,
|
||||
@@ -144,7 +144,7 @@
|
||||
},
|
||||
{
|
||||
"type": "sensor",
|
||||
"entity": "sensor.octoprint_print_progress",
|
||||
"entity": "sensor.octoprint_print_progress_live",
|
||||
"name": "Progress History",
|
||||
"graph": "line",
|
||||
"hours_to_show": 24,
|
||||
|
||||
+14
-14
@@ -4,7 +4,7 @@
|
||||
"state": "ON",
|
||||
"led_brightness": 100,
|
||||
"countdown_to_turn_off": 0,
|
||||
"voltage": 119.1,
|
||||
"voltage": 118.6,
|
||||
"countdown_to_turn_on": 0,
|
||||
"ac_frequency": 60,
|
||||
"power_factor": 0.11,
|
||||
@@ -27,7 +27,7 @@
|
||||
"led_brightness": 100,
|
||||
"countdown_to_turn_off": 0,
|
||||
"countdown_to_turn_on": 0,
|
||||
"power": 2,
|
||||
"power": 2.1,
|
||||
"current": 0.11,
|
||||
"energy": 28.61,
|
||||
"power_factor": 0.19,
|
||||
@@ -45,10 +45,10 @@
|
||||
"state": "ON",
|
||||
"led_brightness": 100,
|
||||
"countdown_to_turn_off": 0,
|
||||
"voltage": 118.5,
|
||||
"voltage": 118,
|
||||
"countdown_to_turn_on": 0,
|
||||
"energy": 55.94,
|
||||
"power_factor": 0.9,
|
||||
"power_factor": 0.2,
|
||||
"ac_frequency": 60,
|
||||
"update": {
|
||||
"state": "idle",
|
||||
@@ -58,8 +58,8 @@
|
||||
"latest_release_notes": null
|
||||
},
|
||||
"linkquality": 134,
|
||||
"power": 83.3,
|
||||
"current": 0.82,
|
||||
"power": 0.3,
|
||||
"current": 0.02,
|
||||
"power_on_behavior": "on"
|
||||
},
|
||||
"0xb40e060fffe031e3": {
|
||||
@@ -77,8 +77,8 @@
|
||||
"voltage": 116.6,
|
||||
"state": "ON",
|
||||
"ac_frequency": 60,
|
||||
"energy": 115.07,
|
||||
"power": 101.9,
|
||||
"energy": 115.08,
|
||||
"power": 102,
|
||||
"current": 0.92,
|
||||
"power_factor": 0.94,
|
||||
"update": {
|
||||
@@ -95,13 +95,13 @@
|
||||
"led_brightness": 100,
|
||||
"countdown_to_turn_off": 0,
|
||||
"countdown_to_turn_on": 0,
|
||||
"voltage": 118.8,
|
||||
"voltage": 118.3,
|
||||
"energy": 51.64,
|
||||
"state": "ON",
|
||||
"power": 51.3,
|
||||
"current": 0.54,
|
||||
"power": 48.5,
|
||||
"current": 0.51,
|
||||
"ac_frequency": 60,
|
||||
"power_factor": 0.78,
|
||||
"power_factor": 0.79,
|
||||
"update": {
|
||||
"state": "idle",
|
||||
"installed_version": 268513381,
|
||||
@@ -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.06,
|
||||
"power": 0.1
|
||||
"power_factor": 0.38,
|
||||
"power": 2.5
|
||||
},
|
||||
"0xa4c1380d0679ffff": {
|
||||
"battery": 100,
|
||||
|
||||
Reference in New Issue
Block a user