Search found 15 matches

by Ayep
Saturday 04 March 2023 11:05
Forum: Z-Wave
Topic: Easiest way to migrate Openzwave to ZWave-JS-UI
Replies: 474
Views: 286993

Re: Easiest way to migrate Openzwave to ZWave-JS-UI

Hi all, I created a docker-compose.yml file, in ~/store/. docker-compose up -d indeed launches a new instance, with automatically resumes after reboot. However, I have lost all of my settings and configs. Before doing any damage, how I can transfer the settings that were in the initial command, into ...
by Ayep
Wednesday 01 March 2023 16:59
Forum: Z-Wave
Topic: Easiest way to migrate Openzwave to ZWave-JS-UI
Replies: 474
Views: 286993

Re: Easiest way to migrate Openzwave to ZWave-JS-UI

What is the best way to Start Docker Containers Automatically After a Reboot? Hello there, did you ever figure this out? I'm currently running in the terminal the following command, which seems to work great so far : sudo docker run --rm -it -p 8091:8091 -p 3000:3000 -e TZ=Europe/Paris --device ...
by Ayep
Friday 23 December 2022 12:31
Forum: Python
Topic: Python plugin - Solax Inverters
Replies: 64
Views: 8081

Re: Python plugin - Solax Inverters

Superb, huge progress indeed. Since I had done a fresh installation, I had forgotten to input the 192.168.1.* in the "Local Networks (no username/password)" settings. Now json works... And I have one new device named "Solax - [myserialkey]". I assume the next devices will populate with time. Thank ...
by Ayep
Friday 23 December 2022 12:24
Forum: Python
Topic: Python plugin - Solax Inverters
Replies: 64
Views: 8081

Re: Python plugin - Solax Inverters

Ah well spotted, you could indeed be onto something. This command

Code: Select all

http://192.168.1.38:8080/json.htm?type=command&param=getSunRiseSet
yields a

Code: Select all

401 Unauthorized
by Ayep
Friday 23 December 2022 11:33
Forum: Python
Topic: Python plugin - Solax Inverters
Replies: 64
Views: 8081

Re: Python plugin - Solax Inverters

Hi all, First and foremost - many thanks to the dev for the creation of this plugin. I've recently switch to a solax inverter and am looking forward to getting some data. Now, i've started off fresh, and am running into some troubles. Here is my error log : 2022-12-23 11:20:14.214 Error: SolaX: Call ...
by Ayep
Tuesday 14 June 2022 9:53
Forum: Python
Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
Replies: 401
Views: 144586

Re: Python plugin: Modbus RTU / ASCII / TCP/IP

Hi

Many thanks for your response.
I had not realised this was a bullseye / python issue, but that now makes a lot more sense.
I'll try the beta and if not I'll roll back to buster and stick with stable.

Many thanks for the input.
by Ayep
Monday 13 June 2022 17:45
Forum: Python
Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
Replies: 401
Views: 144586

Re: Python plugin: Modbus RTU / ASCII / TCP/IP

Hi all, Firstly, thanks to those who have worked on this ; I'm hoping I can make use of this neat device soon! I've been struggling to get things running, and have thoroughly read through this entire thread twice now. The device : rpi4 with lastest distro, uptodate and upgraded etc. Stable Domoticz ...
by Ayep
Wednesday 24 June 2020 9:10
Forum: Utility
Topic: Updating incremental counter with TIME value / json
Replies: 44
Views: 11869

Re: Updating incremental counter with TIME value / json

Hi all, Has anyone been able to work out a fix? The problem with this script occurred with the upgrade to 2020.1. Since then, no luck, the script seems to adding cumulative values and not counting properly. What could have triggered this behaviour? Any idea of alternative scripts of easy fixes? Many ...
by Ayep
Thursday 18 June 2020 22:08
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to install Domoticz on a Synology NAS
Replies: 577
Views: 193823

Re: How to install Domoticz on a Synology NAS

Thank you so much.
Will be donating towards your work.
by Ayep
Monday 11 May 2020 10:51
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to install Domoticz on a Synology NAS
Replies: 577
Views: 193823

Re: How to install Domoticz on a Synology NAS

Hi all, I can only assume something is on the cards for synology users. Check out the "News and updates" section, and the post about Domoticz 2020.2 stable being released : If you are using Domoticz on other platforms (Like for instance on a Synology NAS), it could be some time before it is ready ...
by Ayep
Saturday 09 May 2020 16:13
Forum: dzVents
Topic: Error: EventSystem: problem writing file: /usr/local/domoticz/var/scripts/dzVents/generated_scripts/..... [Solved]
Replies: 3
Views: 2247

Re: Error: EventSystem: problem writing file: /usr/local/domoticz/var/scripts/dzVents/generated_scripts/..... [Solved]

Wow. Thank you for that. Somehow there was no folder? In spite of that, the scripts could all be edited under domoticz. No idea what happened, maybe they were being stored somewhere else? Has the default location changed? I had to create the following folder : /volume1/@appstore/domoticz/var/scripts ...
by Ayep
Saturday 09 May 2020 15:00
Forum: dzVents
Topic: Error: EventSystem: problem writing file: /usr/local/domoticz/var/scripts/dzVents/generated_scripts/..... [Solved]
Replies: 3
Views: 2247

Error: EventSystem: problem writing file: /usr/local/domoticz/var/scripts/dzVents/generated_scripts/..... [Solved]

Hi, My domoticz has been going haywire lately unfortunately. App actually crashed a few times on the syno server, and tried restoring a recent backup of it. Seems to have somewhat worked, although I still have one other problem (for another thread). However, since then, none of my DZvents scripts ...
by Ayep
Thursday 23 April 2020 8:33
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: How to install Domoticz on a Synology NAS
Replies: 577
Views: 193823

Re: How to install Domoticz on a Synology NAS

Good thread thanks for the input. Also looking into rolling back.
How must one go about a " clean install" ? Simple uninstall via dsm or anything else ?
Thanks
by Ayep
Friday 27 March 2020 15:14
Forum: Utility
Topic: Updating incremental counter with TIME value / json
Replies: 44
Views: 11869

Re: Updating incremental counter with TIME value / json

OK thanks, here we go. The timer is used to work out the duration of the pool filtration (another script, totally independent at this time, sets filtration at specific times and duration according to temperature - no variable is passed to and from though). Pool-filtration.png Untitled-1.png I've ...
by Ayep
Friday 27 March 2020 8:22
Forum: Utility
Topic: Updating incremental counter with TIME value / json
Replies: 44
Views: 11869

Re: Updating incremental counter with TIME value / json

Hi, First and foremost, I would like to thank the contributors for this script that has proven to be quite useful. However, since I last updated Domoticz (the latest march version), my counter has gone haywire. It used to count correctly, an hour here and there of daily use, and a correct total ...