#Brother Printer notifier

1 messages · Page 1 of 1 (latest)

olive fossil
#

I would be grateful for advise on this matter.

covert rivet
#

I'd imagine you take a look in Dev Tools ->Services and type notify. and that'll show you your notify services that you can use

#

The app I think is like mobile_app_...

olive fossil
#

I found notify.mobile_app_neandros (Neandros is my iPhone), I used that in configuration.yaml as notifier like this:
notifiers:
- notify.mobile_app_neandros
But when I click the [CALL SERVICE] button it fails.

#

Then I changed it to

notifiers:
- mobile_app_neandros_notify

#

I received these notifictions in HA:
Setup failed for alert: Integration failed to initialize.
00:12:34 – (ERROR) setup.py
Setup failed for laser_out_of_paper: Integration not found.
00:12:34 – (ERROR) setup.py - message first occurred at 00:12:34 and shows up 2 times

covert rivet
#

Paste the whole section you've got in your config

olive fossil
#
  - binary_sensor:
      - name: "Laser Printer Out Of Paper"
        state: >
          {{ is_state('sensor.hl_l2340d_status', 'no paper') }}

  - binary_sensor:
      - name: "Laser Printer Paper Jam"
        state: >
          {{ is_state('sensor.hl_3150cdw_status', 'paper jam') }}

alert:
laser_out_of_paper:
  name: Laser Printer is Out of Paper
  done_message: Laser Printer Has Paper
  entity_id: binary_sensor.laser_printer_out_of_paper
  can_acknowledge: true
  notifiers:
    - mobile_app_neandros_notify

laser_paper_jam:
  name: Laser Printer has a Paper Jam
  done_message: Laser Printer Paper Jam Cleared
  entity_id: binary_sensor.laser_printer_paper_jam
  can_acknowledge: true
  notifiers:
    - mobile_app_neandros_notify```
#

It's passed midnight. I'll check back tomorrow.

covert rivet
#

You'll want to paste that as code, either add three `s to the beginning and end or paste to a code sharing site

olive fossil
#

My apologies. I’ll do that tomorrow.

#

Done 🙂

covert rivet
#

Missing everything being indented under alert:

#

Those all are part of that block