updated lovelace dashboards and migrate tcp sensors to use serial component with SOCAT
This commit is contained in:
@@ -54,6 +54,9 @@
|
||||
{
|
||||
"entity": "input_number.jc_crush_amount",
|
||||
"name": "Select Crush Amount"
|
||||
},
|
||||
{
|
||||
"entity": "number.jc_angle"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -62,38 +65,39 @@
|
||||
{
|
||||
"type": "entities",
|
||||
"entities": [
|
||||
{
|
||||
"entity": "switch.jc_run_control"
|
||||
},
|
||||
{
|
||||
"entity": "switch.shellyplus1pm_c049ef8c7310_switch_0",
|
||||
"secondary_info": "none",
|
||||
"name": "Vibratory Feed Enable"
|
||||
},
|
||||
{
|
||||
"entity": "input_number.jc_plate_frequency"
|
||||
},
|
||||
{
|
||||
"entity": "switch.tp_link_power_strip_d7c1_vibratory_conveyor"
|
||||
},
|
||||
{
|
||||
"entity": "switch.shellyplus1_b8d61a87d2a8_switch_0"
|
||||
}
|
||||
],
|
||||
"show_header_toggle": false
|
||||
},
|
||||
{
|
||||
"type": "entities",
|
||||
"entities": [
|
||||
"number.jc_feed_time",
|
||||
"switch.jc_limit_feed_duration"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "entities",
|
||||
"entities": [
|
||||
{
|
||||
"entity": "input_number.jc_plate_frequency"
|
||||
"entity": "sensor.jc_throughput_count"
|
||||
},
|
||||
{
|
||||
"entity": "input_number.jc_feeder_frequency"
|
||||
"entity": "number.jc_feedrate_setpoint"
|
||||
},
|
||||
{
|
||||
"entity": "input_number.batch_weight"
|
||||
"entity": "sensor.jc_pi_controller_output"
|
||||
}
|
||||
],
|
||||
"title": "Set Manually on Machine (ONLY FOR DATA LOGGING)"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user