dehsgr / homebridge-mobilealerts

This is a homebridge plugin for several Mobile-Alerts (Technoline) devices
ISC License
9 stars 1 forks source link

Missing instructions for upgrading to version 2 #31

Closed jerome71 closed 2 years ago

jerome71 commented 2 years ago

The following instructions should be included:

(do not remove the polling interval line)

Please go to the config tab of the Homebridge interface and add the following lines in the MobileAlerts section, as in the sample config.json file:

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 },

Replace sensor serials with the values found on the Mobile Alerts app's dashboard. Other languages might work

dehsgr commented 2 years ago

WHERE should these instructions be placed in?

jerome71 commented 2 years ago

Probably should be at the beginning of the readme.md file. Might not be needed if the pulgin still works after upgrading to 2.x.

dehsgr commented 2 years ago

@jerome71 should be working after last fixes related to issues #29 and #30. So I'll close here.

Thank you for your input – I really appreciated it!