Search found 2312 matches
- Saturday 21 December 2024 19:03
- Forum: MQTT Auto Discovery
- Topic: update zwave-js-ui
- Replies: 10
- Views: 454
Re: update zwave-js-ui
Since you did not install docker compose the normal way (see our wiki) and using snaps? This indeed complicate things You could make a bash script that you can execute in a docker compose folder to update it. Very easy this way And as mentioned, if you don't miss anything, keep it running and don't ...
- Monday 16 December 2024 15:12
- Forum: Utility
- Topic: Dynamic Price for Energy - How-To ?
- Replies: 13
- Views: 356
Re: Dynamic Price for Energy - How-To ?
Yes, you need to update at least every 60 seconds if your sensor timeout is 60 seconds.
- Saturday 14 December 2024 8:14
- Forum: Heating/cooling
- Topic: Daikin Hardware
- Replies: 86
- Views: 23940
Re: Daikin Hardware
The Daiken AC you should be able to control with the build in Daiken hardware?
- Saturday 14 December 2024 8:13
- Forum: Bugs and Problems
- Topic: Zigbee2MQTT 2.0.0 breaking changes
- Replies: 8
- Views: 279
Re: Zigbee2MQTT 2.0.0 breaking changes
Thanks for the feedback!
- Saturday 14 December 2024 8:12
- Forum: MQTT Auto Discovery
- Topic: update zwave-js-ui
- Replies: 10
- Views: 454
Re: update zwave-js-ui
I assume you installed this with docker compose?
If yes, you can update (if you need to...) when you go to the docker compose folder (for example /opt/zwavejs) and issue the below command:
docker compose pull && docker compose up --force-recreate --build -d && docker image prune -f
If yes, you can update (if you need to...) when you go to the docker compose folder (for example /opt/zwavejs) and issue the below command:
docker compose pull && docker compose up --force-recreate --build -d && docker image prune -f
- Saturday 14 December 2024 8:11
- Forum: Show your projects
- Topic: Energy Dashboard (Build in)
- Replies: 236
- Views: 19894
Re: Energy Dashboard (Build in)
Did you use 116687 kWh for that day? Is this correct? or should it have been 116.xx kWh ? If that is the case, your kWh value is not correct.
- Saturday 14 December 2024 8:07
- Forum: Bugs and Problems
- Topic: Memory leak and crash
- Replies: 2
- Views: 96
Re: Memory leak and crash
This is with the normal Raspbian image (without the desktop) ?
Could you try with the docker compose Domoticz?
Could you try with the docker compose Domoticz?
- Saturday 14 December 2024 8:01
- Forum: Bugs and Problems
- Topic: Error: GetJSonDevices: exception occurred : 'stoll'
- Replies: 3
- Views: 121
Re: Error: GetJSonDevices: exception occurred : 'stoll'
I added some logging (and catching the error) in beta 16360 if (sd2[0].empty()) { _log.Log(LOG_ERROR, "Empty Value in Meter table for device idx: '%q'", sd[0].c_str()); continue; } if (!is_number(sValue)) { _log.Log(LOG_ERROR, "Invalid Number sValue: '%q' for device idx: '%q'", sValue.c_str(), sd[0 ...
- Saturday 14 December 2024 7:50
- Forum: Utility
- Topic: Recovering of deleted devices
- Replies: 3
- Views: 199
Re: Recovering of deleted devices
Or when you updated Domoticz, you should have a backup in your backups folder.
Both ways, yes, you need to perform some database actions
Both ways, yes, you need to perform some database actions
- Saturday 14 December 2024 7:48
- Forum: Utility
- Topic: Dynamic Price for Energy - How-To ?
- Replies: 13
- Views: 356
Re: Dynamic Price for Energy - How-To ?
Shortlog values are stored every 5 minutes by default.
What value did you enter in the settings page (Other) for Sensor Timeout? (Is this still the default value of 60?)
What value did you enter in the settings page (Other) for Sensor Timeout? (Is this still the default value of 60?)
- Saturday 14 December 2024 7:41
- Forum: Bugs and Problems
- Topic: December changes to january in my dummies
- Replies: 6
- Views: 212
Re: December changes to january in my dummies
Is both your OS and your raspberry pi date+time correct?
(For instance, Windows And your raspberry pi date/time)
(For instance, Windows And your raspberry pi date/time)
- Wednesday 11 December 2024 11:11
- Forum: Bugs and Problems
- Topic: Zigbee2MQTT 2.0.0 breaking changes
- Replies: 8
- Views: 279
Re: Zigbee2MQTT 2.0.0 breaking changes
Could you try with beta 16356? I enabled the device_automation and it seems to work. But you will probably get net devices. On your old device, press Edit, and then select 'Replace' and select the new device. With this, all id's stay the same including the original (old) name (If you are using it in ...
- Wednesday 11 December 2024 10:24
- Forum: Bugs and Problems
- Topic: Zigbee2MQTT 2.0.0 breaking changes
- Replies: 8
- Views: 279
Re: Zigbee2MQTT 2.0.0 breaking changes
I just noticed I did not restart my Domoticz instance and therefor the old configuration was still being used At the moment the component type 'device_automation' is disabled, you can see this at the top of the MQTTAutoDiscovery.cpp file One thing I noticed, my 4 gang zigbee switch now only gets 3 ...
- Wednesday 11 December 2024 8:05
- Forum: Bugs and Problems
- Topic: Zigbee2MQTT 2.0.0 breaking changes
- Replies: 8
- Views: 279
Re: Zigbee2MQTT 2.0.0 breaking changes
@Arjan2019, are you able to test this against the latest beta version of Domoticz? I think it should still work with all the recent changes. There should of course be no need for a script for each device, if it is not working anymore, we need to adopt for the changes. I'm on the latest dev branch ...
- Wednesday 11 December 2024 7:58
- Forum: Others
- Topic: Alfen Eve charger control
- Replies: 6
- Views: 227
Re: Alfen Eve charger control
Yep, that is the way to control it. Here I am more focused on charging the battery, but you will notice in the winter times that the cheapest time to charge your car is between 01.00am - 07.00am, and in the summer between 12.00-16.00pm I bought a cheap zigbee switch with 4 buttons, and labeled them ...
- Tuesday 10 December 2024 17:42
- Forum: Bugs and Problems
- Topic: Error: GetJSonDevices: exception occurred : 'stoll'
- Replies: 3
- Views: 121
Re: Error: GetJSonDevices: exception occurred : 'stoll'
It means that we expect a number value, and it is not a number or a string Looking at the code inside the function (GetJSonDevices), you can see where 'stoll' is called For example for: pTypeRFXMeter sTypeCounterIncremental And that is basically it. So now you can search the reason what is making ...
- Saturday 07 December 2024 8:17
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: [FIXED] Domoticz on Docker (non-root user): Serial devices not showing in "hardware" form
- Replies: 5
- Views: 3153
Re: [FIXED] Domoticz on Docker (non-root user): Serial devices not showing in "hardware" form
How about you try
- "/dev/serial/by-id/usb-0658_0200-if00-port0:/dev/ttyUSB0"
And for sure you need to replace 'usb-0658_0200-if00-port0' with your real serial device that you should be able to find with
ls /dev/serial-by-id
- "/dev/serial/by-id/usb-0658_0200-if00-port0:/dev/ttyUSB0"
And for sure you need to replace 'usb-0658_0200-if00-port0' with your real serial device that you should be able to find with
ls /dev/serial-by-id
- Saturday 07 December 2024 8:07
- Forum: Temperature and Weather
- Topic: Median filter for temperatures
- Replies: 4
- Views: 198
Re: Median filter for temperatures
@mpx2, throw away that temperature sensor? If it reports false values it is of no use.
If your device is to far away from the 433Mhz transceiver, try a bigger antenna
If your device is to far away from the 433Mhz transceiver, try a bigger antenna
- Saturday 07 December 2024 8:04
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: How to use the install.domoticz.com script to install not the latest version?
- Replies: 4
- Views: 204
Re: How to use the install.domoticz.com script to install not the latest version?
Why would you need/want to run such an old version?
- Friday 29 November 2024 9:03
- Forum: General Discussion
- Topic: Proxmox
- Replies: 9
- Views: 331
Re: Proxmox
Just use Domoticz (and your other services) with Docker Compose. Create separate folders for each of your projects, and use folders inside these folders as volumes ./my_folder:/opt/docker-project/folder Use a rsync job to backup the dockers folders, I install all my dockers in /opt, so I only need ...