NorthernMan54 / homebridge-mcuiot

Homebridge platform plugin that support's a network of nodemcu's running nodemcu-dht-yl69-mdns to display Temperature and Humidity.
30 stars 12 forks source link

Hostname of NodeMCU #10

Closed chimcen closed 5 years ago

chimcen commented 5 years ago

Hi,

is there a way to rename the NodeMCU module? So it will be show with a different name as e.g. "Node-xxx" in Homekit apps?

NorthernMan54 commented 5 years ago

The config.json setting aliases allows this, please review the README.

"platforms": [ { "platform": "mcuiot", "name": "MCUIOT", "aliases": { "NODE-2BA4CB": "Front Porch", "NODE-8F8FE": "Cold Cellar", "NODE-DC4492": "Office", "NODE-DC4492GD": "Garage Door" } } ],

On Sep 6, 2018, at 2:22 PM, chimcen notifications@github.com wrote:

Hi,

is there a way to rename the NodeMCU module? So it will be show with a different name as e.g. "Node-xxx" in Homekit apps?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

chimcen commented 5 years ago

Thank you - i‘ve seen the readme aleady - i just ask, because in your blog are still remain the original hostnames...

image

NorthernMan54 commented 5 years ago

I keep meaning to go back and update the instructable but never find the time. Tks for reminding me.

On Sep 6, 2018, at 4:49 PM, chimcen notifications@github.com wrote:

Thank you - i‘ve seen the readme aleady - i just ask, because in your blog are still remain the original hostnames...

https://cdn.instructables.com/FDU/XX3L/IUIYZSBK/FDUXX3LIUIYZSBK.LARGE.jpg

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.