bruhautomation / BRUH3-Home-Assistant-Configuration

(OBSOLETE) BRUH3 Home Assistant Configuration
https://www.youtube.com/playlist?list=PLgtGAtCt_hGTc_GAEmMhQ_XVs80mZoBIG
333 stars 50 forks source link

In case 3D printer is paused you should get the notification about it #3

Closed Actpohomoc closed 7 years ago

Actpohomoc commented 7 years ago

My proposition to you is to use filament out sensor for your 3D printer. And in case of this situation 3D printer will change the state to "Paused". You should have the notification about it. Something like

- id: 3d_printer_paused_notify
  alias: 3D printer paused notify
  trigger:
  - entity_id: sensor.octoprint_current_state
    platform: state
    to: 'Paused'
  action:
    service: notify.notify
    data_template:
      message: '!!! 3D printer PAUSED now !!! In case of ends of filament need to turn off the temperature!'

https://www.thingiverse.com/search/page:1?q=filament+sensor&sa=&dwh=755922bd0c86fee

bruhautomation commented 7 years ago

This is an awesome idea! I need a filament sensor on my printer ASAP. I'll add it to the list. Cheers!

Actpohomoc commented 7 years ago

And also use the photo option in notify component. Now it works like a charm with telegram. I get the message with picture from when 3d printer: started, stoped or paused. Today for me like from fiction movie. I order 3D print in octoprint and just forget about. And unexpected notification with finished picture print arrive, Way! I'm happy to go to the separate 3D printer room to get it. And printer is ready to new round. It is real fantasy. From nothing you get the objects!