Search found 5430 matches
- Friday 13 June 2025 12:03
- Forum: Bugs and Problems
- Topic: Can't get Netfit Easy to run
- Replies: 9
- Views: 350
Re: Can't get Netfit Easy to run
That probably depends how the docker image has been created..... Does it even work properly? In the NefitEasy wiki page https://wiki.domoticz.com/NefitEasy there is a troubleshooting part. curl http://127.0.0.1:3000/api/status It should give a valid JSON result. You can also try curl http://0.0.0.0 ...
- Friday 13 June 2025 11:43
- Forum: LUA
- Topic: CLuaHandler: cannot open watermeter.lua: No such file or directory
- Replies: 14
- Views: 625
Re: CLuaHandler: cannot open watermeter.lua: No such file or directory
You have to be aware you have to do this everytime you update the Domoticz Docker image!
- Friday 13 June 2025 11:40
- Forum: Bugs and Problems
- Topic: Can't get Netfit Easy to run
- Replies: 9
- Views: 350
Re: Can't get Netfit Easy to run
Does it run in Docker? What does the log of the docker say?
Did you stop the normal nefit-easy server on your system?
And stop posting credentials like ID and password/PIN codes on the internet!!!!!
Did you stop the normal nefit-easy server on your system?
And stop posting credentials like ID and password/PIN codes on the internet!!!!!
- Thursday 12 June 2025 22:31
- Forum: Bugs and Problems
- Topic: date in the data persistent
- Replies: 3
- Views: 364
Re: date in the data persistent
Then you probably have to write a persistent file yourself.
Why do you want the exact correct time in that file? As it is possibly not designed to have the exact time in that file but the UTC time. The time in that file is only needed to calculate time differences to manage the size of data fields
Why do you want the exact correct time in that file? As it is possibly not designed to have the exact time in that file but the UTC time. The time in that file is only needed to calculate time differences to manage the size of data fields
- Thursday 12 June 2025 20:14
- Forum: LUA
- Topic: CLuaHandler: cannot open watermeter.lua: No such file or directory
- Replies: 14
- Views: 625
Re: CLuaHandler: cannot open watermeter.lua: No such file or directory
Please do the following:
waltervl wrote: ↑Thursday 12 June 2025 17:22 what happens if you login to the container withand list the contents of folder /opt/domoticz/userdata/scripts/lua_parsersCode: Select all
docker exec -it domoticz
Code: Select all
ls -l /opt/domoticz/userdata/scripts/lua_parsers
- Thursday 12 June 2025 20:06
- Forum: LUA
- Topic: CLuaHandler: cannot open watermeter.lua: No such file or directory
- Replies: 14
- Views: 625
Re: CLuaHandler: cannot open watermeter.lua: No such file or directory
And what if you create it from within the container?
- Thursday 12 June 2025 17:22
- Forum: LUA
- Topic: CLuaHandler: cannot open watermeter.lua: No such file or directory
- Replies: 14
- Views: 625
Re: CLuaHandler: cannot open watermeter.lua: No such file or directory
you should put it in
/opt/stacks/domoticz/config/scripts/lua_parsers/watermeter.lua
You can check what happens if you login to the container with
and list the contents of folder /opt/domoticz/userdata/scripts/lua_parsers
/opt/stacks/domoticz/config/scripts/lua_parsers/watermeter.lua
You can check what happens if you login to the container with
Code: Select all
docker exec -it domoticz
Code: Select all
ls -l /opt/domoticz/userdata/scripts/lua_parsers
- Thursday 12 June 2025 15:03
- Forum: LUA
- Topic: CLuaHandler: cannot open watermeter.lua: No such file or directory
- Replies: 14
- Views: 625
Re: CLuaHandler: cannot open watermeter.lua: No such file or directory
If you are running from docker: check your volumes. You probably have to make an extra link to /opt/domoticz/userdata/scripts (but I am no docker expert....)
- Wednesday 11 June 2025 19:57
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 367
- Views: 45092
Re: Python Plugin: MqttMapper
Better discuss this in a new topic in the MQTT AD subforum, not here
MQTT AD subforum: viewforum.php?f=82
- Wednesday 11 June 2025 19:30
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 367
- Views: 45092
Re: Python Plugin: MqttMapper
@hjzwiers you are not using the standard MQTT auto Discovery for zigbee2mqtt? As for that value should be a lux sensor be created.
- Wednesday 11 June 2025 1:15
- Forum: Bugs and Problems
- Topic: All logs are two hours off (late) probably since 2025.1
- Replies: 3
- Views: 257
Re: All logs are two hours off (late) probably since 2025.1
Did you set location settings in menu Setup settings correctly?
Time on your server is correctly?
When running docker time settings are set correctly?
Time on your server is correctly?
When running docker time settings are set correctly?
- Tuesday 10 June 2025 18:05
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Dockge and Zigbee not running
- Replies: 12
- Views: 653
Re: Dockge and Zigbee not running
Port for the USB in the zigbee2mqtt config should be /dev/ttyUSB0 and not /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_cc03fed5943aef11aca9331455516304-if00-port0 So from your system the docker translates /dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2 ...
- Tuesday 10 June 2025 17:57
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: Dockge and Zigbee not running
- Replies: 12
- Views: 653
Re: Dockge and Zigbee not running
I think you should skip DockGe for now and concentrate on getting Domoticz and Zigbee2MQTT running as Docker containers (without DockGe)
- Tuesday 10 June 2025 12:52
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: 2025.1 Docker Tips/Tricks or issues
- Replies: 14
- Views: 759
Re: 2025.1 Docker Tips/Tricks or issues
Better report this on the plugin support forum topic or GitHub repository. Seems a mismatch in module versions. Edit: regarding your question does this stay in a Docker container update: No, but therefore the customstart.sh file has to be created to do the python module install in the container on ...
- Monday 09 June 2025 21:47
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: 2025.1 Docker Tips/Tricks or issues
- Replies: 14
- Views: 759
Re: 2025.1 Docker Tips/Tricks or issues
So what if you use in the container.
You can go into the container with
Code: Select all
python3 -m pip install -r requirements.txt --upgrade
Code: Select all
docker exec -it domoticz
- Monday 09 June 2025 16:55
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: 2025.1 Docker Tips/Tricks or issues
- Replies: 14
- Views: 759
Re: 2025.1 Docker Tips/Tricks or issues
So, now I am trying to install https://github.com/jvanderzande/domoticz-solaredge-modbustcp-plugin.git bookworm seems not to have pip3 ... apt install python3-pip does something but pip3 install -r requirements gives an error: externally-managed-environment suggestions ? Are you doing this in the ...
- Monday 09 June 2025 16:16
- Forum: Cameras
- Topic: Foscam FI9912EP on Domoticz
- Replies: 1
- Views: 907
Re: Foscam FI9912EP on Domoticz
One of the foscam snapshot links as mentioned in this wiki page are not working for this device? https://wiki.domoticz.com/Camera_Setup
- Monday 09 June 2025 11:34
- Forum: Other questions and discussions
- Topic: Beta version update choice
- Replies: 3
- Views: 308
Re: Beta version update choice
You can skip beta updates if you want (ignore the update warning). You can also disable the check on updates for beta or stable channel so you do not get the notifications. Then you can update whenever you want. But always to the latest beta version. In Docker you can update to a beta or stable ...
- Monday 09 June 2025 0:56
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: 2025.1 Docker Tips/Tricks or issues
- Replies: 14
- Views: 759
Re: 2025.1 on Docker issues
There is a basic install forum. If you put docker in the title it should be visible for the other users.
I did this now for you.
I did this now for you.
- Sunday 08 June 2025 17:18
- Forum: Bugs and Problems
- Topic: energy dashboard P1 LAN not working
- Replies: 10
- Views: 491
Re: energy dashboard P1 LAN not working
Do you have devices activated for the P1 Hardware devices?
Can you show a list of the P1 devices in menu Setup - Devices?
Can you show a list of the P1 devices in menu Setup - Devices?