1.0.30 • Published 10 days ago

homebridge-eggtimer-plugin v1.0.30

Weekly downloads
-
License
MIT
Repository
github
Last release
10 days ago

node npm npm version Node.js CI

verified-by-homebridge

Homebridge Egg Timer Plugin

Example config.json:

    "accessories": [
        {
            "name": "Timer Bulb 1",
            "interval": 60000,
            "stateful": false,
            "occupancySensor": false,
            "accessory": "EggTimerBulb",
        },
    ]

This plugin will create a fake bulb that provides an everyday egg-timer for automations. Brightness is used as an indicator of the time remaining and can be adjusted after the time has started. When turned, the brightness will be decremented at set intervals (per minute by default). HomeKit automations can be triggered based on the timer commencing (bulb on) and on completion (bulb off).

Unlike homebridge-delay-switch, the timer length is provided each time - similar to a real-world egg timer.

This was created originally created to help with kids' bedtime routines, where nightlights would be turned off automatically after an allowed amount of reading time (call me crazy, its 2023).

Other example usages found since:

  • Automating a desk heater for bursts of heat in the winter.
  • Running our air-con for a while and having it turn off automatically.

Parameters

ParameterDescriptionDefault
intervalHow often to decrement the brightness.60000 (1 minute)
statefulPersist the timer state between restarts.false
occupancySensorAdd an occupancy sensor that reflects the timer's current state.false
1.0.22

11 days ago

1.0.26

11 days ago

1.0.25

11 days ago

1.0.24

11 days ago

1.0.23

11 days ago

1.0.29

11 days ago

1.0.28

11 days ago

1.0.27

11 days ago

1.0.30

10 days ago

1.0.21

1 month ago

1.0.20

3 months ago

1.0.19

3 months ago

1.0.18

4 months ago

1.0.17

5 months ago

1.0.16

6 months ago

1.0.15

7 months ago

1.0.14

8 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.3

11 months ago

1.0.1

11 months ago

1.0.1-beta.0

11 months ago

1.0.0-beta.0

11 months ago