usda-hass-config/mqtt_entities/number/jc.yaml

34 lines
757 B
YAML

- command_topic: "/jc/angle"
name: "JC Angle"
unit_of_measurement: "thou"
min: -90
max: 180
step: 10
mode: box
unique_id: "jc-crack-angle-command"
- command_topic: "/jc/height"
name: "JC Height"
unique_id: "jc-crack-height-command"
unit_of_measurement: "thou"
min: 0
max: 1665
- command_topic: "/jc/feed"
name: "JC Feed Angle"
unique_id: "jc-feed-angle-command"
unit_of_measurement: "degrees"
min: 0
max: 90
- command_topic: "/jc/feed_time"
name: "JC Feed Time"
unit_of_measurement: "seconds"
unique_id: "jc-feed-time-command"
min: 5
max: 90
- command_topic: "/jc/feedrate/"
name: "JC Feedrate Setpoint"
unique_id: "jc-feed-rate-command"
unit_of_measurement: "Pecans/second"
min: 12
max: 38
step: 0.5