I create a device "Ping Internet" for alert if internet down or wan changed
commandArray = {}
if devicechanged['Ping Internet'] then
time = os.date("%H:%M")
if devicechanged['Ping Internet'] == 'On' then
commandArray['SendNotification']= 'Internet maison rétablit à '..time..'#####telegram ...
Search found 40 matches
- Saturday 30 November 2024 18:23
- Forum: Python
- Topic: Python Plugin: Wan IP Checker
- Replies: 175
- Views: 39920
- Saturday 17 February 2024 14:37
- Forum: Python
- Topic: Python Plugin: Reolink
- Replies: 39
- Views: 11507
Re: Python Plugin: Reolink
Finaly, I update my synology to DVA1622 and AI reolink future is supported by this.
So I created directely rules webhook in Surveillance Station to domoticz
Thanks JBN for your time for this plugin
So I created directely rules webhook in Surveillance Station to domoticz
Thanks JBN for your time for this plugin
- Thursday 08 February 2024 19:03
- Forum: Other questions and discussions
- Topic: Siemens/Bosch Home Connect Ecosystem
- Replies: 86
- Views: 31911
Re: Siemens/Bosch Home Connect Ecosystem
@dyter
Did you install sseclient?
To connect to (dish)washer/dryer you need the cloud, direct connection to device is not possible.
Thanks, I install it with pip install sseclient and it start, but I have a many errors messages after connexion success and only Lave-Vaisselle - Door State is ...
- Monday 29 January 2024 17:32
- Forum: Other questions and discussions
- Topic: Siemens/Bosch Home Connect Ecosystem
- Replies: 86
- Views: 31911
Re: Siemens/Bosch Home Connect Ecosystem
I can't get it to work, missing informations for me.
The android app can work without cloud, it is possible to connect the dishwasher directely to domoticz in the local address ip lan ?
2024-01-29 17:28:51.779 Error: Lave Vaisselle: (Domoticz-Home-Connect-Plugin) failed to load 'plugin.py ...
The android app can work without cloud, it is possible to connect the dishwasher directely to domoticz in the local address ip lan ?
2024-01-29 17:28:51.779 Error: Lave Vaisselle: (Domoticz-Home-Connect-Plugin) failed to load 'plugin.py ...
- Saturday 27 January 2024 18:13
- Forum: Python
- Topic: Python Plugin: Reolink
- Replies: 39
- Views: 11507
Re: Python Plugin: Reolink
You need accept new devices in setup of domoticz
- Tuesday 16 January 2024 17:55
- Forum: Python
- Topic: Python Plugin: Reolink
- Replies: 39
- Views: 11507
Re: Python Plugin: Reolink
For work on my setup, I need to mod this 3 lines in plugin.py:
path = os.getcwd()+"/plugins/domoticz_reolink/camera.py"
self.process = subprocess.Popen(["python", path,
self.process = subprocess.Popen(["python", path,
to
path = "/opt/domoticz/userdata/plugins/reolink/camera.py"
self.process ...
path = os.getcwd()+"/plugins/domoticz_reolink/camera.py"
self.process = subprocess.Popen(["python", path,
self.process = subprocess.Popen(["python", path,
to
path = "/opt/domoticz/userdata/plugins/reolink/camera.py"
self.process ...
- Thursday 06 May 2021 20:20
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 286
- Views: 194118
Re: Tesla hardware module
This is the only one step !
- Thursday 15 April 2021 21:45
- Forum: Other questions and discussions
- Topic: ECO-DEVICES
- Replies: 7
- Views: 1459
Re: ECO-DEVICES
I have same problem !
I think you must modify sql database for this
I think you must modify sql database for this
- Friday 12 February 2021 19:18
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 286
- Views: 194118
Re: Tesla hardware module
If you have Teslamate, you can extract the token API with command:
docker exec -it teslamate_database_1 psql -U teslamate -d teslamate -c "select access from tokens;"
(teslamate_database_1 is the name of docker machine)
And on android, you can use MyTeslaCore to get a new API
docker exec -it teslamate_database_1 psql -U teslamate -d teslamate -c "select access from tokens;"
(teslamate_database_1 is the name of docker machine)
And on android, you can use MyTeslaCore to get a new API
- Wednesday 10 February 2021 17:04
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 286
- Views: 194118
Re: Tesla hardware module
Hi @MrHobbes74,
Well done for that Tesla module, congrats!
I just migrated my Domoticz Pi server from a good old Pi 2 to a Pï 4 running Buster & Domoticz 2020.2 and I discovered it.
I have a couple of Questions before configuring the module :
- Is there a way to just enter the Tesla token ...
- Tuesday 09 February 2021 17:03
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 286
- Views: 194118
Re: Tesla hardware module
After 24h, it's good, token revoked ! Please don't use teslatasks for generate token 
- Monday 08 February 2021 20:56
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 286
- Views: 194118
Re: Tesla hardware module
I deleted my second account autorisation, use revoke token with postman https://owner-api.teslamotors.com/oauth/revoke
... and token work again ! very good security on tesla servers
... and token work again ! very good security on tesla servers
- Monday 08 February 2021 19:27
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 286
- Views: 194118
Re: Tesla hardware module
If you want to be sure of that, change your password [emoji6]. But I can’t imagine it. I have never used Teslatasks. However, I also notice my Tesla doesn’t sleep anymore, already for a while. I haven’t figure out the reason yet.
Sent from my iPhone using Tapatalk
I changed my tesla account ...
- Monday 08 February 2021 18:34
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 286
- Views: 194118
Re: Tesla hardware module
All, I have added the option to specify a API key (a.k.a. access token) in the tesla configuration.
This allows you to use another app to generate the API key / access token
(e.g. via https://registration.teslatasks.com/generateTokens, or download a python script like https://github.com/enode ...
- Friday 05 February 2021 13:54
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 286
- Views: 194118
Re: Tesla hardware module
Ok thanks MrHobbes 
It's work in docker, so I make a bridge from my two domoticz
It's work in docker, so I make a bridge from my two domoticz
- Friday 05 February 2021 13:31
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 286
- Views: 194118
Re: Tesla hardware module
Yes I show the new API case but I think a file is missing somewhere. I try with a docker version for test
File missing? You need to fill in the API key yourself. There is no other file [emoji6]
Sent from my iPhone using Tapatalk
[/quote]
I move hardware folder binaries with winSCP to my ...
- Friday 05 February 2021 12:57
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 286
- Views: 194118
Re: Tesla hardware module
Yes I show the new API case but I think a file is missing somewhere. I try with a docker version for testMrHobbes74 wrote: Friday 05 February 2021 12:34 Do you see the manual API key entry in the Tesla hardware configuration?
Sent from my iPhone using Tapatalk
- Friday 05 February 2021 11:41
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 286
- Views: 194118
Re: Tesla hardware module
All, I have added the option to specify a API key (a.k.a. access token) in the tesla configuration.
This allows you to use another app to generate the API key / access token
(e.g. via https://registration.teslatasks.com/generateTokens, or download a python script like https://github.com/enode ...
- Tuesday 02 February 2021 11:07
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 286
- Views: 194118
Re: Tesla hardware module
OAuth method changed: https://www.teslaapi.io/authentication/oauth
I don't know how make token key manualy in domoticz for work
- Monday 01 February 2021 9:44
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 286
- Views: 194118
Re: Tesla hardware module
Perhaps an alternative with mqtt docker ?
I found this bridge but need a powerwall: https://github.com/terafin/mqtt-tesla-bridge
I found this bridge but need a powerwall: https://github.com/terafin/mqtt-tesla-bridge