Search found 13 matches

by herscotty
Wednesday 05 October 2022 14:56
Forum: Others
Topic: Netatmo Door/Window Tag - problem with curl response, body missing
Replies: 1
Views: 733

Re: Netatmo Door/Window Tag - problem with curl response, body missing

I think i found a solution. I added the Scope to the Token request: token=`curl --location --request POST "https://api.netatmo.com/oauth2/token" \ --form "grant_type=password" \ --form "client_id=5548bd8f207759344885ced0" \ --form "client_secret=LrJdHJjjwpzKdehThvi2qZw1A0duZBQe62H6mj9" \ --form ...
by herscotty
Tuesday 22 March 2022 12:06
Forum: Others
Topic: Netatmo Door/Window Tag - problem with curl response, body missing
Replies: 1
Views: 733

Netatmo Door/Window Tag - problem with curl response, body missing

Hello everyone, i try to integrate the Netatmo tags into Domoticz. For that i already wrote a little Script which works fine but i have some trouble with the tokens. When i use some other Scripts i always get a Mail for the login. So i try to use the Token: You can get the status of the tags with ...
by herscotty
Thursday 19 December 2019 18:55
Forum: Python
Topic: Twinkly christmas lights python Script
Replies: 5
Views: 2298

Re: Twinkly christmas lights python Script

I had a problem with the update of my Domoticz device. Every time I set the status of the device twinkly begins from start. I did a quick and dirty bash script that I pull every minute with crontab: */1 * * * * root /home/scott/domoticz/scripts/twinkly.sh status >/dev/null 2>&1 The script twinkly.sh ...
by herscotty
Wednesday 25 April 2018 21:17
Forum: Others
Topic: EnOcean TF61J
Replies: 1
Views: 578

Re: EnOcean TF61J

Maybe the Document will help someone to implement it?
image002.png
image002.png (155.04 KiB) Viewed 563 times
by herscotty
Tuesday 24 April 2018 22:00
Forum: Cameras
Topic: Netatmo presence
Replies: 5
Views: 4168

Re: Netatmo presence

Is it still not possible to integrate it?
by herscotty
Tuesday 24 April 2018 21:58
Forum: Others
Topic: EnOcean TF61J
Replies: 1
Views: 578

EnOcean TF61J

Hello,

anybody successfully integrated the EnOcean TF61J for blinds into Domoticz?

I i don't know how I can do that, how is it possible to send short and long signals?

Thank you!
by herscotty
Friday 25 August 2017 20:42
Forum: Other questions and discussions
Topic: Suggestions for energy monitor
Replies: 7
Views: 2777

Re: Suggestions for energy monitor

I use a dummy Sensor "electric" and triggers the script with crontab every minute
by herscotty
Thursday 04 May 2017 17:19
Forum: Other questions and discussions
Topic: Suggestions for energy monitor
Replies: 7
Views: 2777

Suggestions for energy monitor

OK, it was very easy! Depend the program "jq" -> https://stedolan.github.io/jq/ Create a virtual Sensor for Power usage and Voltage -> change the IDX in the Script Also change the IP for your neurio and Domoticz! The Script get the Powerusage and Voltage average of neurio and write them into a ...
by herscotty
Monday 20 March 2017 12:39
Forum: Other questions and discussions
Topic: Suggestions for energy monitor
Replies: 7
Views: 2777

Re: Suggestions for energy monitor

Someone already have a solution?
by herscotty
Tuesday 12 May 2015 11:22
Forum: Other questions and discussions
Topic: Get data from Homewizard
Replies: 16
Views: 8674

Re: Get data from Homewizard

I changed the time now to 10 seconds. Since yesterday evening it checks every 5 seconds and i had no problem. I watched at same time with the HomeWizard App at the iPhone and it doesn't had a disconnection. Do you have any other hint or good idea to improve it? As i already told, i haven't much ...
by herscotty
Tuesday 12 May 2015 9:26
Forum: Other questions and discussions
Topic: Get data from Homewizard
Replies: 16
Views: 8674

Re: Get data from Homewizard

It's done! Thank you all for help! I attach the final script. It search for Sensors and Switches in Domoticz and synchronize the state of them with HomeWizard. For that the name of the Switches and Sensors in Homewizard and Domoticz must be the same. It was my first script so excuse me :D Maybe some ...
by herscotty
Friday 08 May 2015 16:14
Forum: Other questions and discussions
Topic: Get data from Homewizard
Replies: 16
Views: 8674

Re: Get data from Homewizard

Maybe http://www.domoticz.com/forum/viewtopic.php?f=17&t=6117 is womething you can start with? It pulls data fromo thermometers, rain and wind from Homewizard and stores it in Domoticz. Great! Thank you! Helped me a lot. Now the last step is to push the data into Domoticz. For this i open the URL ...
by herscotty
Wednesday 06 May 2015 23:01
Forum: Other questions and discussions
Topic: Get data from Homewizard
Replies: 16
Views: 8674

Re: Get data from Homewizard

Does someone already create a script?
Sounds very Interesting. Its my first day with Domoticz. I already have HomeWizard since 2 years now and would be great to compare them.