1
0
Fork 0

Add 3D printer configuration

This commit is contained in:
Przemek Grondek 2021-10-08 10:27:01 +02:00
parent e8f2103f15
commit b4ac1bb9a1
2 changed files with 15 additions and 0 deletions

View file

@ -21,6 +21,8 @@
entity_id: switch.3d_printer_switch
- service: switch.turn_off
entity_id: switch.3d_printer_enclosure_fan_on_off
- service: light.turn_off
entity_id: light.3d_printer_light
- id: 3dprinter-on
alias: '[3D Printer] Turn on'
@ -64,6 +66,8 @@
- service: switch.turn_on
target:
entity_id: switch.3d_printer_switch
- service: light.turn_on
entity_id: light.3d_printer_light
- conditions:
- condition: state
entity_id: switch.3d_printer_switch
@ -78,6 +82,8 @@
- service: switch.turn_off
target:
entity_id: switch.3d_printer_switch
- service: light.turn_off
entity_id: light.3d_printer_light
- id: 3dprinter-schedule
alias: '[3D Printer] Schedule turn on'
@ -92,3 +98,5 @@
entity_id:
- switch.3d_printer_switch
- switch.3d_printer_enclosure_fan_on_off
- service: light.turn_off
entity_id: light.3d_printer_light

View file

@ -151,6 +151,13 @@ camera:
draw: [ 'all' ]
attributes:
- calibration_points
- platform: generic
name: '3D Printer Camera'
still_image_url: https://192.168.110.11:8554/currentpic.cgi
stream_source: rtsp://192.168.110.11:8554/unicast
rtsp_transport: udp
verify_ssl: false
scan_interval: 5
influxdb:
host: 192.168.50.100