homebridge-netatmo icon indicating copy to clipboard operation
homebridge-netatmo copied to clipboard

Siri | other languages

Open coliflower opened this issue 7 years ago • 2 comments

Hello Stefan,

to mix German Siri with English names is causing troubles to recognize the „order“ …

Is or will it be possible to setup the names via config.json, too ?

An example form the homebridge-knx plugin:

  {
        "platform" : "KNX",
        "name": "KNX",
        "knxd_ip": „10.x.x.x",
        "knxd_port": 6720,
        "knxd_do_not_read_set_groups": true,
        "accessories":
        [
            {
                "accessory_type": "knxdevice",
                "name": "Wohnküche",
                "services":
                [
                    {
                        "type": "Lightbulb",
                        "description": „Küche Pendelleuchte",
                        "name": "Küche",
                        "On": { "Set": "5/1/0", "Listen": ["5/1/4"] },
                        "Brightness": { "Set": "5/1/3", "Listen": ["5/1/5"] }
                    },
                    {
                        "type": "Lightbulb",
                        "description": "Esstisch Pendelleuchte",
                        "name": "Tisch",
                        "On": { "Set": "1/1/21", "Listen": ["1/1/24"] },
                        "Brightness": { "Set": "1/1/23", "Listen": ["1/1/25"] }
                    },
                    {
                        "type": "Lightbulb",
                        "description": "Sofa Pendelleuchte",
                        "name": "Sofa",
                        "On": { "Set": "1/1/1", "Listen": ["1/1/4"] },
                        "Brightness": { "Set": "1/1/3", "Listen": ["1/1/5"] }
                    },
                    {
                        "type": "Lightbulb",
                        "description": "Coutch Stehlampe",
                        "name": "Kugel",
                        "On": { "Set": "1/1/241", "Listen": ["1/1/244"] },
                        "Brightness": { "Set": "1/1/243", "Listen": ["1/1/245"] }
                    },
                    {
                        "type": "Outlet",
                        "description": "Steckdose Kaffee",
                        "name": "Kaffee",
                        "On": { "Set": "2/2/18", "Listen": ["2/2/23"] }
                    },
                    {
                        "type": "Outlet",
                        "description": "Steckdose Mikrowelle",
                        "name": "Mikro",
                        "On": { "Set": "2/2/0", "Listen": ["2/2/5"] }
                    },
                    {
                        "type": "TemperatureSensor",
                        "description": "Temperatursensor TS3 Küche",
                        "name": "Küchentemperatur",
                        "CurrentTemperature": { "Listen": ["0/3/4"] }
                    },
                    {
                        "type": "TemperatureSensor",
                        "description": "Temperatursensor TS3 Wohnküche",
                        "name": "Wohnzimmertemperatur",
                        "CurrentTemperature": { "Listen": ["0/3/8"] }
                    }
                ]
            }
        ]

Thank you in advance for your opinion / replay :-) !! Dariusz

coliflower avatar Aug 07 '16 07:08 coliflower

Hi Dariusz,

this feature is already on the TODO list. (This is what is meant with I18n. Since I do not have that much spare time at the moment, it might take a while.

Meanwhile, you might be able to change the siri names. For example when using Elgato eve app:

  • Choose settings tab at the bottom right (Einstellungen).
  • In the section for your home, there should be a "Devices" ("Geräte") entry.
  • When you select that entry you should see a list of devices under your homebridge.
  • When selecting a device, on the next screen there is an option to change siri names (Siri Namen). Here you can change siri names for characteristics.

planetk avatar Aug 07 '16 07:08 planetk

Hi Stefan,

thanks and „gutes Gelingen“ ! I will check with EVE by it works fine to me (hopefully) ;-)

Have a nice day !

coliflower avatar Aug 07 '16 07:08 coliflower