Search found 20 matches
- Tuesday 05 December 2023 6:12
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Update to latest Beta (15686) failed
- Replies: 30
- Views: 7397
Re: Update to latest Beta (15686) failed
updated to 15697 just now and got it working on RPi 3B+.I had to reboot the pi to get it working.
- Saturday 10 December 2022 10:32
- Forum: MQTT Auto Discovery
- Topic: [SOLVED] BE VERY CAREFUL when updating zwavejs2mqtt !!!!
- Replies: 8
- Views: 2304
Re: [SOLVED] BE VERY CAREFUL when updating zwavejs2mqtt !!!!
I install and run my zwave-js-us this way (Raspberry Pi): sudo mkdir /opt/zwavejsui sudo mkdir /opt/zwavejsui/store docker run -d --name zwavejsui --restart unless-stopped -v /opt/zwavejsui/store:/usr/src/app/store -p 8091:8091 -p 3000:3000 --device=/dev/serial/by-id/usb-0658_0200-if00 zwavejs/zwave ...
- Saturday 10 December 2022 10:08
- Forum: Z-Wave
- Topic: zwave-js-ui which security do i need
- Replies: 5
- Views: 1950
Re: zwave-js-ui which security do i need
these manuals are not obvious, everythnig I did to set up my zwavejsui was trial and error... (also the command to start zwavejsui didnt work on my Rpi, I had to modify the command I used for zwavejs2mqtt to have persistent configuration) Get the key from Domoticz (mine was just ...
- Thursday 22 September 2022 8:27
- Forum: Z-Wave
- Topic: Fixing Z-Wave for once and for all!
- Replies: 218
- Views: 42918
Re: Fixing Z-Wave for once and for all!
Guys, if you disable the OZW device, to see devices again you must go to settings -> System tab -> Hardware/Devices and uncheck the "Hide Disbaled Hardware Senosors".
- Friday 26 February 2021 8:03
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373175
Re: domoticz in synology as package! Available now.
guys, it seems it's time to buy a raspberry pi and be up to date with Domoticz. I already ordered pi 3B, found somwhere around here that 3B should be enough to run the home automation. EDIT: I received the 3B+ and set it up yesterday, Rasp OS Lite + domoticz beta + python (modbus and viessmann API ...
- Wednesday 28 October 2020 14:55
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373175
Re: domoticz in synology as package! Available now.
Hi, I'm trying to install the latest Synology package on my DS215J, the v2020.2.12494-8. It won't start on my NAS. The package seems a lot smaller then the previous version I have, v2020.2.12393-8. 58 MB vs. 19 MB. Should the new version work or is something wrong? Thanks for your help! Regards ...
- Thursday 24 September 2020 11:41
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373175
Re: domoticz in synology as package! Available now.
check Jumbotrol's website:
http://www.jadahl.com/
http://www.jadahl.com/
- Saturday 12 September 2020 12:13
- Forum: Python
- Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
- Replies: 401
- Views: 144586
Re: Python plugin: Modbus RTU / ASCII / TCP/IP
Hey developers of the plugin, Some time ago I modded v1.0.9 for my house ventilation system to use different values of the fan speeds whenever I need (not using fixed payload value). So I decided to read a dedicated domoticz user variable inside the python script and write the value by Modbus to my ...
- Wednesday 09 September 2020 12:45
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373175
Re: domoticz in synology as package! Available now.
OK, I got the solution. 1. Remove any Python3 you have installed in the DSM. 2. as you have Python3.7.7 in domoticz just add the bin folder to the PATH: Edit etc/profile file and add to PATH "/volume1/@appstore/python3/usr/bin/", it should look like that "PATH=/volume1/@appstore/domoticz/bin:" To ...
- Wednesday 09 September 2020 7:25
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373175
Re: domoticz in synology as package! Available now.
...but in this case I can't use any external libraries like Viessmann heat pump ViCare api that must be installed in DSM (pip3 install PyViCare) or PyModbus (pip3 install pymodbus pymodbusTCP). I'm not an expert, but maybe it's possible to use DMS python3.7.7 like a system installed python ...
- Tuesday 08 September 2020 19:17
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373175
Re: domoticz in synology as package! Available now.
@Jumbotroll So I found that a python3.7 is located in domoticz lib folder (unlike 2020.1 where the system python was used). My plugins didnt want to work as domoticz couldnt find dependencies installed in my DSM python (also 3.7.7). The workaround was to rename domoticz python3.7 folder to python3.7 ...
- Tuesday 08 September 2020 17:24
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373175
Re: domoticz in synology as package! Available now.
my situation is similar, 2020.2 crashes on python plugin manager (segmentation fault). Deleting the plugins from plugin folder makes Domoticz starts properly. I found the plugin developers had to rewrite the plugin for 2020.2 and made it with Python v3.7.3. https://www.domoticz.com/forum/viewtopic ...
- Saturday 05 September 2020 10:36
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373175
Re: domoticz in synology as package! Available now.
my situation is similar, 2020.2 crashes on python plugin manager (segmentation fault). Deleting the plugins from plugin folder makes Domoticz starts properly. I found the plugin developers had to rewrite the plugin for 2020.2 and made it with Python v3.7.3. https://www.domoticz.com/forum/viewtopic ...
- Saturday 05 September 2020 9:23
- 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
@Jumbotroll
is it possible to run Domoticz 2020.2 with python other than v3.5 like other platforms? Some python plugins are now written in python v3.7
is it possible to run Domoticz 2020.2 with python other than v3.5 like other platforms? Some python plugins are now written in python v3.7
- Tuesday 14 July 2020 15:45
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373175
Re: domoticz in synology as package! Available now.
@jumbotrolljumbotroll wrote: ↑Tuesday 16 June 2020 21:46 NEW! Domoticz Beta version 2020.2 for synology uploaded for testing.
http://www.jadahl.com
I upgraded from 2020.1.11835-8 to 2020.2.12213-8 (cedarview version, DS412+) and domoticz hangs / stops after the start. I had to go back to 2020.1
- Wednesday 20 May 2020 12:05
- Forum: Z-Wave
- Topic: Warning - Heiman HS1HT-Z+ Temp/Hum sensor
- Replies: 3
- Views: 931
Re: Warning - Heiman HS1HT-Z+ Temp/Hum sensor
Gents, I have four of these sensors. I test them in my bathroom, turning the ventilation on HI after the humidisty is detected. I found two of them not showing proper humidity so far (one stopped following the others, showing something wrong and ended up as outdoor temperature sensor, second started ...
- Saturday 12 October 2019 14:11
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: MyDomoticz - Testers wanted!
- Replies: 627
- Views: 133743
Re: MyDomoticz - Testers wanted!
just stop and start the domoticz, it happens to me many times...
- Monday 23 September 2019 20:42
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: MyDomoticz - Testers wanted!
- Replies: 627
- Views: 133743
Re: MyDomoticz - Testers wanted!
as reported here https://www.domoticz.com/forum/viewtopic.php?f=6&t=29443 "Having a DSM behind NAT while I'm away from home for weeks I usually access the Domoticz using my.domoticz.com For a months already I can't save events nor issue OZW CP commands. The log tells me: Error: PROXY: Could not ...
- Sunday 02 June 2019 14:15
- Forum: Python
- Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
- Replies: 401
- Views: 144586
Re: [RELEASED] Python plugin: Modbus RTU / ASCII / TCP/IP
Try to verify if modbus on the device side is set correcty using PC (eg. Modbus Poll). Once you know it's ok then you can troubleshoot the python.
- Saturday 20 April 2019 14:56
- Forum: Python
- Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
- Replies: 401
- Views: 144586
Re: [RELEASED] Python plugin: Modbus RTU / ASCII / TCP/IP
I corrected a little the script for Modbus RTU TCP and Modbus TCP that was giving decoding errors, you can find test version here:
https://github.com/DomoticX/domoticz-modbus/issues/12
https://github.com/DomoticX/domoticz-modbus/issues/12