Just after posting I have tried again and it works now.
So best is to renew your auth code with :
https://ssoalpha.dvb.corpinter.net/v1/auth?response_type=code&client_id=<your client ID>redirect_uri=https://localhost&scope=openid%20mb:vehicle:mbdata:vehiclestatus%20mb:vehicle:mbdata:fuelstatus%20mb ...
Search found 12 matches
- Tuesday 06 June 2023 12:48
- Forum: Others
- Topic: Mercedes Me (Connected Vehicle)
- Replies: 150
- Views: 30127
- Tuesday 06 June 2023 12:38
- Forum: Others
- Topic: Mercedes Me (Connected Vehicle)
- Replies: 150
- Views: 30127
Re: Mercedes Me (Connected Vehicle)
Hi Roland
Thanks for your post. I have the same issue since 1/6/2023.
I have tried to create new project and credentials .
This process is working but the issue with the token remains :
2023-06-06 12:19:30.579 Mercedes: Attempting login (using provided Authorization code).
2023-06-06 12:19:31.235 ...
Thanks for your post. I have the same issue since 1/6/2023.
I have tried to create new project and credentials .
This process is working but the issue with the token remains :
2023-06-06 12:19:30.579 Mercedes: Attempting login (using provided Authorization code).
2023-06-06 12:19:31.235 ...
- Tuesday 18 April 2023 13:14
- Forum: Others
- Topic: Mercedes Me (Connected Vehicle)
- Replies: 150
- Views: 30127
Re: Mercedes Me (Connected Vehicle)
https://developer.mercedes-benz.com/status
Back online since 18/4 2:07, All OK now
Back online since 18/4 2:07, All OK now
- Monday 17 April 2023 18:43
- Forum: Others
- Topic: Mercedes Me (Connected Vehicle)
- Replies: 150
- Views: 30127
Re: Mercedes Me (Connected Vehicle)
Server is actually down since Friday 14/4/2023 18:51
https://developer.mercedes-benz.com/status
https://developer.mercedes-benz.com/status
- Friday 31 December 2021 14:03
- Forum: DIY Hardware and Protocols
- Topic: Sonoff DIY non complicated
- Replies: 4
- Views: 7742
Sonoff DIY non complicated
Hi, Just wanted to share my experience in activating a Sonoff BasicR3 in domoticz. Looking on the internet I found many complex solutions (Tasmota, MQTT, eWelink ...) all working but complicated. Since 2019 sonoff offers the DIY where you can simply post http requests to control the device ...
- Tuesday 17 November 2020 10:47
- Forum: Python
- Topic: Python Plugin: Domoticz-Google-Plugin
- Replies: 132
- Views: 34848
Re: Python Plugin: Domoticz-Google-Plugin
Since gtts 2.2.1 the notifications are working correctly (within 2 seconds). (install with : sudo pip3 install gtts==2.2.1)
Script commands when using dzVents :
domoticz.notify(subject, message [,priority][,sound][,extra],"Google_Devices",domoticz.NSS_GOOGLE_DEVICES)
e.g. domoticz.notify("","Hello ...
Script commands when using dzVents :
domoticz.notify(subject, message [,priority][,sound][,extra],"Google_Devices",domoticz.NSS_GOOGLE_DEVICES)
e.g. domoticz.notify("","Hello ...
- Sunday 15 November 2020 18:43
- Forum: Python
- Topic: Python Plugin: Domoticz-Google-Plugin
- Replies: 132
- Views: 34848
Re: Python Plugin: Domoticz-Google-Plugin
Hi
A solution for the error "discoveryCallback: 'Chromecast' object has no attribute 'host'/'port'"
If you replace in the plugin.py in the discoveryCallback function the : googleDevice.host, googleDevice.port with fix address like "192.168.0.170", 8009 the discovery and creation of devices is not ...
A solution for the error "discoveryCallback: 'Chromecast' object has no attribute 'host'/'port'"
If you replace in the plugin.py in the discoveryCallback function the : googleDevice.host, googleDevice.port with fix address like "192.168.0.170", 8009 the discovery and creation of devices is not ...
- Sunday 12 January 2020 17:41
- Forum: Speech & Voice Systems
- Topic: Domoticz to Google Assistant integration
- Replies: 285
- Views: 63154
Re: Updated status in Google assistant
Related to the above. I had some issues because GA had a wrong status. I tried to open my garage but GA was telling me that it was already open :(
This issue is not improving with the Report_state feature. So I'm triggering a manual "http://localhost:port/sync" on an important device change or time ...
This issue is not improving with the Report_state feature. So I'm triggering a manual "http://localhost:port/sync" on an important device change or time ...
- Tuesday 07 January 2020 22:36
- Forum: Speech & Voice Systems
- Topic: Domoticz to Google Assistant integration
- Replies: 285
- Views: 63154
Re: Domoticz to Google Assistant integration
Thanks man!
That was quick.
1.4.10 is working fine.
That was quick.
1.4.10 is working fine.
- Tuesday 07 January 2020 17:52
- Forum: Speech & Voice Systems
- Topic: Domoticz to Google Assistant integration
- Replies: 285
- Views: 63154
Re: Domoticz to Google Assistant integration
Hi,
Is it normal that I have to add the import of fanDomain in smarthome.py at every update?
I have a Fan definition in the image override section of config.yaml.
By The Way : great development and improvements in the settings page.
Thanks!
Are you running dzga master or beta?
=> it is beta 1 ...
- Monday 06 January 2020 22:57
- Forum: Speech & Voice Systems
- Topic: Domoticz to Google Assistant integration
- Replies: 285
- Views: 63154
Re: Domoticz to Google Assistant integration
Hi,
Is it normal that I have to add the import of fanDomain in smarthome.py at every update?
I have a Fan definition in the image override section of config.yaml.
By The Way : great development and improvements in the settings page.
Thanks!
Is it normal that I have to add the import of fanDomain in smarthome.py at every update?
I have a Fan definition in the image override section of config.yaml.
By The Way : great development and improvements in the settings page.
Thanks!
- Saturday 14 September 2019 11:29
- Forum: Speech & Voice Systems
- Topic: Domoticz to Google Assistant integration
- Replies: 285
- Views: 63154
Re: Domoticz to Google Assistant integration
Thanks a lot for providing this great possibility, it is working!
Had some troubles starting up the reverse proxy (nginx).
Had to define proxy_pass locations /smarthome /oauth /login /token /sync (without following "/") to make it work.
I'm using Domoticz as a front end to a PLC automation system ...
Had some troubles starting up the reverse proxy (nginx).
Had to define proxy_pass locations /smarthome /oauth /login /token /sync (without following "/") to make it work.
I'm using Domoticz as a front end to a PLC automation system ...