ioBroker / AdapterRequests

This Place is used to track the status of new Adapter-Requests.
248 stars 36 forks source link

Google Device Access #478

Open Loi83 opened 3 years ago

Loi83 commented 3 years ago

Seit ein paar Wochen kann man (einmalig kostenpflichtig) unter: https://developers.google.com/nest/device-access auf seine Google Nest geräte zugreifen und sie in die Hausautomation einbinden. Leider habe ich da keinen Ahnung davon, würde aber meinen Zugang für die Entwicklung eines Adapters zur Verfügung stellen.

Diese Geräte werden bereits unterstüzt.

image

Loi83 commented 3 years ago

@Apollon77 kann ich dir mit irgendwas helfen? Wegen den zwei Tags?

Apollon77 commented 3 years ago

@Loi83 Ibn fact I just tagged this new request accordingly ... If you have devices or can give support in accessing them write here so that a potential developer that find time sees this

Loi83 commented 3 years ago

If a developer needs any infomation, i can help with a Google Nest Hello and a developer account.

Anzic23 commented 3 years ago

I have one of this - Nest Learning Thermostat, 3rd generation. I add it with this plugin homebridge-nest . I would love to have access to the thermostat via iobroker

Loi83 commented 3 years ago

I have one of this - Nest Learning Thermostat, 3rd generation. I add it with this plugin homebridge-nest . I would love to have access to the thermostat via iobroker

Can you show me your config without any token? My Config dosnt work.

Anzic23 commented 3 years ago

I have one of this - Nest Learning Thermostat, 3rd generation. I add it with this plugin homebridge-nest . I would love to have access to the thermostat via iobroker

Can you show me your config without any token? My Config dosnt work.

sure:

Node.js | v14.15.0 npm | v6.14.8 homebridge | v1.2.3 homebridge-nest v4.4.15

{
            "name": "Nest",
            "access_token": "g.0.ey----Mg",
            "platform": "Nest",
            "options": [
                "Thermostat.SeparateBuiltInHumiditySensor.Enable"
            ]
        }
Loi83 commented 3 years ago

I have one of this - Nest Learning Thermostat, 3rd generation. I add it with this plugin homebridge-nest . I would love to have access to the thermostat via iobroker

Can you show me your config without any token? My Config dosnt work.

sure:

Node.js | v14.15.0 npm | v6.14.8 homebridge | v1.2.3 homebridge-nest v4.4.15

{
            "name": "Nest",
            "access_token": "g.0.ey----Mg",
            "platform": "Nest",
            "options": [
                "Thermostat.SeparateBuiltInHumiditySensor.Enable"
            ]
        }

THX the HAM Adpater is green. But i found no item in my objects

Anzic23 commented 3 years ago

THX the HAM Adpater is green. But i found no item in my objects

try get new token, and don't close token page tab

foxthefox commented 3 years ago

der iobroker.nest könnte eine gute Absprungbasis sein, die Geräte sollten die gleiche Struktur haben. Mir fehlt:

PRs sind willkommen

Loi83 commented 3 years ago

der iobroker.nest könnte eine gute Absprungbasis sein, die Geräte sollten die gleiche Struktur haben. Mir fehlt:

  • Zeit
  • ein developer account (wobei ich glaube es sollte über den normalen google account dann laufen und nicht jede Instanz einen developer account, wie bei nest erfordern)
  • Kenntnisse zu OAuth mit google

PRs sind willkommen

Den Account kannst du von mir haben. Mit dem Rest kann ich leider auch nicht dienen.

danieldriessen commented 2 weeks ago

I started developing such an adapter here: https://github.com/danieldriessen/ioBroker.google-home-nest

This is my first ioBroker adapter development project as well as my first JavaScript project (previously, I've only coded for iOS and macOS). It's also my first time using git and GitHub.

I'm hopeful that I'll achieve my goals with this adapter and I appreciate everyone's patience as I learn and navigate through this process.

Currently, I have some basic functionality up and running and I'm in the testing phase. I've also published a beta version to npm: https://www.npmjs.com/package/iobroker.google-home-nest Feel free to test it out.

I've added some very basic documentation in the README.md file. More comprehensive setup documentation will follow soon.

danieldriessen commented 2 weeks ago

I create forum posts for the adapter in development here: https://forum.iobroker.net/topic/74450/new-adapter-google-home-nest (🇬🇧 English) https://forum.iobroker.net/topic/74453/neuer-adapter-google-home-nest (🇩🇪 German)