2.2.0 • Published 5 months ago

homebridge-mobilealerts v2.2.0

Weekly downloads
4
License
ISC
Repository
github
Last release
5 months ago

homebridge-mobilealerts

This is a homebridge plugin for several Mobile-Alerts (Technoline/Weatherhub) devices.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-mobilealerts
  3. Update your configuration file. See sample-config.json in this repository for a sample.

Configuration

Configuration sample:

"platforms": [
	{
		"platform": "MobileAlerts",
		"name": "MobileAlerts",
		"iphoneid": "YOURIPHONEID",
		"devices": [
			"0123456789ABCDEF",	// sensor serial
			"1234567890ABCDEF",	// sensor serial
			"2345678901ABCDEF"	// sensor serial
		],
		"api": {				// -> fit this to app settings!
			"language": "de",		
			"ampm": false,		// use am/pm vs. 24h
			"celsius": true,	// use °C vs. °F
			"mm": true,			// use mm vs. in
			"speedunit": 0		// 0=m/s; 1=km/h; 2=mph; 3=kn
		},
		"log": {
			"verbose": false,	// increase log output
			"data": false		// log received data
		},
		"reset": false			// reset all sensors
	}
]

To retrieve your iPhone ID please follow following guide: 1. Open your Mobile Alerts app. 2. Go to "Settings". 3. Scroll down to find your iPhone ID.

Optional Parameters

  • reset removes and add the sensors/accessories again.

Currently Supported Devices

  • MA 10001
  • MA 10006
  • MA 10100
  • MA 10120
  • MA 10200
  • MA 10230
  • MA 10232
  • MA 10320
  • MA 10350
  • MA 10410
  • MA 10421
  • MA 10450
  • MA 10700
  • MA 10800
  • WH 30.3312.02
2.2.0

5 months ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.14

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago