Search found 19 matches

by Freekers
Tuesday 20 November 2018 22:39
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1109
Views: 210016

Re: Python plugin: Presence detection from wireless router

@Freekers, Wouldn’t it be better to store the trusted host file on persistent storage? I think you can accomplish this by letting the docker container mount a folder on the synology to /root/.ssh (if Domoticz is running as root). This would also fix your custom authentication key file issue. To my k ...
by Freekers
Monday 19 November 2018 8:56
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1109
Views: 210016

Re: Python plugin: Presence detection from wireless router

Is it possible to disable SSH Host Key Checking? I'm asking this because I've recently switched to the Domoticz docker image. Every time the Docker image is updated, I need to login in the Docker and manually trust my router as known SSH host before iDetect works. If not, it will be stuck on this ...
by Freekers
Monday 12 November 2018 21:42
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1109
Views: 210016

Re: Python plugin: Presence detection from wireless router

Would it be possible to make the ssh key location an user configurable option? I'm asking this because the ssh key location on Synology devices is different from the normal location. I have to manually edit the python file to reflect the correct path. This way, updating becomes a bit harder, because ...
by Freekers
Monday 12 November 2018 21:34
Forum: Heating/cooling
Topic: Python plugin: ELV/EQ-3 MAX!
Replies: 188
Views: 34511

Re: Python plugin: ELV/EQ-3 MAX!

mvzut wrote: Friday 09 November 2018 10:27
mvzut wrote: Wednesday 07 November 2018 22:50 I have submitted a pull request to add the EQ-3-MAX! plugin to the Plugin Manager, I'll keep you posted.
It has been added!
Thank you very much!
by Freekers
Thursday 08 November 2018 22:08
Forum: Heating/cooling
Topic: Python plugin: ELV/EQ-3 MAX!
Replies: 188
Views: 34511

Re: Python plugin: ELV/EQ-3 MAX!

mvzut wrote: Wednesday 07 November 2018 22:50 UPDATE:
I have been able to recreate your bug, it was related to the internal device numbering logic. It should now be resolved (see Github). Thanks for finding this!
Thanks for the quick fix, it works!!
by Freekers
Wednesday 07 November 2018 19:55
Forum: Heating/cooling
Topic: Python plugin: ELV/EQ-3 MAX!
Replies: 188
Views: 34511

Re: Python plugin: ELV/EQ-3 MAX!

Have you considered adding your plugin to the Plugin Manager for easy installation & updating :) ? https://www.domoticz.com/forum/viewtopic.php?t=22339 Also, I think there is a bug with regards to the code Previously, I've set to delete unwanted devices. However, afterwards I changed this back to ...
by Freekers
Wednesday 07 November 2018 19:55
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1109
Views: 210016

Re: Python plugin: Presence detection from wireless router

Have you considered adding your plugin to the Plugin Manager for easy installation & updating :) ?
viewtopic.php?t=22339

Kind regards.
by Freekers
Monday 29 October 2018 21:12
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1109
Views: 210016

Re: Python plugin: Presence detection from wireless router

@Freekers Great finds! The latest version (just uploaded) uses the wireless command you supplied. <routerip>=routeros will force the routeros wireless query <routerip>=routeros-arp will force arp in the routeros syntax For now it will remain a custom setting. Using the auto detection script on the ...
by Freekers
Sunday 28 October 2018 18:40
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1109
Views: 210016

Re: Python plugin: Presence detection from wireless router

Glad it's working :D You might be able to tweak arp table management on the routerboard. Maybe set some time-outs(?) I don't know the platform, but it seems well documented and very tweakable. Refreshing the arp table on every polls seems a bit drastic. The plugin might miss mac addresses if the ...
by Freekers
Sunday 28 October 2018 1:49
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1109
Views: 210016

Re: Python plugin: Presence detection from wireless router

@Freekers I have an idea to support custom commands in the plugin and not assume the output is always formatted correctly for the plugin. This way support for MikroTik and other obscure routers/accespoints can be easily added. Will publish a new version today or at least this weekend (depending on ...
by Freekers
Saturday 27 October 2018 0:11
Forum: Dashticz
Topic: dashticz: Important Request
Replies: 203
Views: 26619

Re: IMPORTANT REQUEST!!!

Are you still looking for webhosting? If so, what specs are you looking for? I might be able to help you out depending on your requirements.
by Freekers
Saturday 27 October 2018 0:04
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1109
Views: 210016

Re: Python plugin: Presence detection from wireless router

This plugin is exactly what I need! Sadly it's not compatible with my router :( My router supports SSH, but the commands your script is trying to execute are not found. Debug output is as follows: 2018-10-26 22:15:06.843 (iDetect WiFi Presence Detection) Debug logging mask set to: PYTHON 2018-10-26 ...
by Freekers
Friday 22 June 2018 8:03
Forum: Others
Topic: domoticz in synology as package! Available now.
Replies: 1864
Views: 370904

Re: domoticz in synology as package! Available now.

I am running Domoticz 3.8153 stable for DSM6.1 With Python using @jumbotroll 's package. This morning, my Synology alerted me that it has been infected by Malware. It stated that a new user was created with username 'domoticz'. If I'm not mistaken, this is the user that the package creates while ...
by Freekers
Saturday 28 April 2018 20:05
Forum: Bash / PowerShell / Batch etc.
Topic: Script to get JPEG snapshot from RTSP-stream (ffmpeg)
Replies: 49
Views: 134299

Re: Script to get JPEG snapshot from RTSP-stream (ffmpeg)

Thank you very much for this informative topic! Without the information in this topic, I probably would not have been able to get my Chinese IP cam to work. I made some small changes to the script. The ffmpeg version on my Synology did not support 'image2' as output format, therefore I needed to ...
by Freekers
Sunday 12 November 2017 23:43
Forum: Others
Topic: domoticz in synology as package! Available now.
Replies: 1864
Views: 370904

Re: domoticz in synology as package! Available now.

No.. Setup / settings / tab 'backup/restore' There click on 'restore' and select the file you created earlier. You DID make a backup before, right? Just wanted to let you know that I successfully switched from the beta to the stable branch using your instructions. Thanks again, Edwin! if you did ...
by Freekers
Wednesday 25 October 2017 8:14
Forum: Others
Topic: domoticz in synology as package! Available now.
Replies: 1864
Views: 370904

Re: domoticz in synology as package! Available now.

No.. Setup / settings / tab 'backup/restore' There click on 'restore' and select the file you created earlier. You DID make a backup before, right? Thanks Edwin, now I understand :) I didn't delete the old version yet, will do so this weekend. Also, aren't scripts kept in the database then? Since ...
by Freekers
Saturday 21 October 2017 14:13
Forum: Others
Topic: domoticz in synology as package! Available now.
Replies: 1864
Views: 370904

Re: domoticz in synology as package! Available now.

Do a restore, because if you remove the package, everything is deleted. Also, make sure you backup scripts you might have. Thank you Edwin for your answer. I'm sorry, I don't quite know how to perform a restore. You mean like this? https://www.domoticz.com/wiki/Going_back_to_a_previous_version ...
by Freekers
Saturday 21 October 2017 12:00
Forum: Others
Topic: domoticz in synology as package! Available now.
Replies: 1864
Views: 370904

Re: domoticz in synology as package! Available now.

How can I switch from the beta to the stable version without losing data/configuration? Thank you! You can "downgrade" Take backup of database and script (if you have any) and remove the domoticz package. Then you can reinstall stable version and add your database again. Make sure to make a backup ...
by Freekers
Friday 20 October 2017 17:40
Forum: Others
Topic: domoticz in synology as package! Available now.
Replies: 1864
Views: 370904

Re: domoticz in synology as package! Available now.

After careful consideration, I have now made a decision. I'm just going to update/build stable versions of Domoticz to Synology in the future. There are often changes to the source code that make the beta versions need to be tested carefully before I can post them, and this requires allot of time I ...