OK upgraded my raspberry debian from bullseye to bookworm and all is fine again. :)
For those that upgrade with "apt", if you encounter an error about raspi-firmware see this link for more information:
https://forums.raspberrypi.com/viewtopic.php?t=359689
There's a command snippet that creates ...
Search found 26 matches
- Wednesday 15 October 2025 0:00
- Forum: Bugs and Problems
- Topic: Domoticz version 2025.2 released (Fails)
- Replies: 43
- Views: 2763
- Tuesday 14 October 2025 21:32
- Forum: Bugs and Problems
- Topic: SSH on bookworm not working
- Replies: 9
- Views: 279
Re: Domoticz version 2025.2 released (Fails)
I dont blame anyone but myself, but.,,,
Getting openssl3 on a bricked seems a study on its own for simple Domoticz users like me.
New SD card with Raspi imager filled with a bookworm version which I asume has openssl3 by standard.
Put SSH file on card too.
Put card in PI and power up.
Check if IP ...
- Tuesday 14 October 2025 21:12
- Forum: Bugs and Problems
- Topic: Domoticz version 2025.2 released (Fails)
- Replies: 43
- Views: 2763
Re: Domoticz version 2025.2 released (Fails)
Problem is that the update script is already on your system, it came with the last release you installed. So a check for the next release is not possible without some extra handling (first download and execute a check script and then download and execute the update).
Well the obvious solution ...
- Tuesday 14 October 2025 20:26
- Forum: News & Updates
- Topic: Domoticz upcoming beta/release and OpenSSL 3.0
- Replies: 66
- Views: 34517
Re: Domoticz upcoming beta/release and OpenSSL 3.0
Too late....
You first click update after a new version message pops up.
Then after the fail you start to search why it fails and land here after some google searches. :shock:
Time for a new install and restore a backup.
Paco
Same.. :)
Except that I'm now upgrading my system so domoticz can ...
- Saturday 14 December 2024 19:05
- Forum: Show your projects
- Topic: Energy Dashboard (Build in)
- Replies: 315
- Views: 53413
Re: Energy Dashboard (Build in)
Hey, I might be hitting some upper limit on the prices in some mysterious way. An hour has passed, last screenshot was from 18:55 and this is from 20:01:
kuva4.png
As you can see the prices have not incremented at all, even thought kwh is incremented. But weird if there is some overflow or upper ...
kuva4.png
As you can see the prices have not incremented at all, even thought kwh is incremented. But weird if there is some overflow or upper ...
- Saturday 14 December 2024 18:27
- Forum: Show your projects
- Topic: Energy Dashboard (Build in)
- Replies: 315
- Views: 53413
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.
"," is the decimal point in Finnish locale. Domoticz seems to use "," and "." randomly depending on the page. kWh value is correct.
On the dashboard it ...
- Thursday 12 December 2024 17:51
- Forum: Show your projects
- Topic: Energy Dashboard (Build in)
- Replies: 315
- Views: 53413
Re: Energy Dashboard (Build in)
Yes. But shouldn't it be 100* times off with c/kWh? It's not.waltervl wrote: Thursday 12 December 2024 17:41 You have to use €/kWh as a tariff, it off course also depends on the currency you use $, £,¥ etc
- Thursday 12 December 2024 16:54
- Forum: Show your projects
- Topic: Energy Dashboard (Build in)
- Replies: 315
- Views: 53413
Re: Energy Dashboard (Build in)
Are the dynamic energy prices working? I'm having incredibly weird results.
Now, my energy price custom sensor is using c/kWh units which I know are probably wrong, it should be €/kWh? Or perhaps €/Wh? Documentation doesn't mention anything about this.
elprice.png
The price for today has varied ...
Now, my energy price custom sensor is using c/kWh units which I know are probably wrong, it should be €/kWh? Or perhaps €/Wh? Documentation doesn't mention anything about this.
elprice.png
The price for today has varied ...
- Monday 05 December 2022 19:01
- Forum: Utility
- Topic: which device to choose for costs tracking ?
- Replies: 8
- Views: 1221
Re: which device to choose for costs tracking ?
gizmocuz explained I had a bug in my managed counter code, it works now. see here:
viewtopic.php?p=295431#p295431
viewtopic.php?p=295431#p295431
- Monday 05 December 2022 8:35
- Forum: Utility
- Topic: which device to choose for costs tracking ?
- Replies: 8
- Views: 1221
Re: which device to choose for costs tracking ?
I made my own topic yesterday, didn't notice this was already discussed. Better keep in same place.
Interesting thing is, normal kWh counter already supports negatives, no issues there. I think you could just leave units at kWh and pretend they are euros. However if you change counter type to ...
Interesting thing is, normal kWh counter already supports negatives, no issues there. I think you could just leave units at kWh and pretend they are euros. However if you change counter type to ...
- Thursday 24 November 2022 12:50
- Forum: Suggestions
- Topic: Energy prices are not really logged
- Replies: 6
- Views: 986
Re: Energy prices are not really logged
Hmm, everything seems to be working, but daily graph is really messed up if there are negative numbers.
Screenshot_20221124-133757_Firefox.jpg
This is the price of my battery use. The price is negative during cheap hours when it's charging, then positive during day when the battery is being used ...
Screenshot_20221124-133757_Firefox.jpg
This is the price of my battery use. The price is negative during cheap hours when it's charging, then positive during day when the battery is being used ...
- Wednesday 23 November 2022 13:41
- Forum: Suggestions
- Topic: Energy prices are not really logged
- Replies: 6
- Views: 986
Re: Energy prices are not really logged
Ok everything is working now. :)
Instead of generic "custom" type for the price counter, I used "counter incremental":
Counter Incremental
/json.htm?type=command¶m=udevice&idx=IDX&nvalue=0&svalue=1
will increment the counter value by 1. To reset an incremental counter, set the svalue to a ...
Instead of generic "custom" type for the price counter, I used "counter incremental":
Counter Incremental
/json.htm?type=command¶m=udevice&idx=IDX&nvalue=0&svalue=1
will increment the counter value by 1. To reset an incremental counter, set the svalue to a ...
- Wednesday 23 November 2022 11:05
- Forum: Suggestions
- Topic: Energy prices are not really logged
- Replies: 6
- Views: 986
Re: Energy prices are not really logged
Thanks! Yes I found something similar already from this forum. I will do it that way.
It's just sad that Domoticz already has cost calculation but it's useless with variable rates...
It's just sad that Domoticz already has cost calculation but it's useless with variable rates...
- Wednesday 23 November 2022 9:56
- Forum: Suggestions
- Topic: Energy prices are not really logged
- Replies: 6
- Views: 986
Energy prices are not really logged
Hi,
I know this has already been discussed earlier and solutions are already found, but still.
I have hourly electricity prices. I already have scripts to fetch current price from Nordpool and price is showed in Domoticz and a cronjob sets some timers to launch at cheapest hours.
Also I have a ...
I know this has already been discussed earlier and solutions are already found, but still.
I have hourly electricity prices. I already have scripts to fetch current price from Nordpool and price is showed in Domoticz and a cronjob sets some timers to launch at cheapest hours.
Also I have a ...
- Thursday 28 March 2019 21:03
- Forum: Switches and Scenes
- Topic: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)
- Replies: 49
- Views: 32160
Re: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)
Well, in my case, communication with the air conditioner and MQTT is working fine. It's just the plugin that does not work. I am familiar with MQTT and have other MQTT devices (Sonoff Tasmota) in my network that work fine with domoticz.
I'm using mosquitto. I tried this command on bash command line ...
I'm using mosquitto. I tried this command on bash command line ...
- Wednesday 27 March 2019 19:47
- Forum: Switches and Scenes
- Topic: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)
- Replies: 49
- Views: 32160
Re: Help with - EwpeSmart Air Conditioners via MQTT (Gree Smart)
I also have problems with this plugin. I have the npm server up and running, and plugin appears in Domoticz, but the devices do not appear. Here's some log (in verbose mode)
2019-03-27 20:44:07.658 (Gree A/C) MqttClient::Ping
2019-03-27 20:44:07.658 (Gree A/C) Sending 2 bytes of data
2019-03-27 20 ...
2019-03-27 20:44:07.658 (Gree A/C) MqttClient::Ping
2019-03-27 20:44:07.658 (Gree A/C) Sending 2 bytes of data
2019-03-27 20 ...
- Wednesday 30 January 2019 23:00
- Forum: Python
- Topic: [REQUEST] Plugin for Tuya
- Replies: 373
- Views: 105185
Re: [REQUEST] Plugin for Tuya
Hello! :)
I bought this wifi IR controller: (Edit, fixed link)
https://www.aliexpress.com/item/Mini-Smart-Switch-WIFI-Wireless-Remote-Control-Smart-Home-Automation-For-TV-Air-Conditioner-IR-Infrared/32961659020.html
I'm planned to use it to control my air conditioner. I hoped I could integrate it ...
I bought this wifi IR controller: (Edit, fixed link)
https://www.aliexpress.com/item/Mini-Smart-Switch-WIFI-Wireless-Remote-Control-Smart-Home-Automation-For-TV-Air-Conditioner-IR-Infrared/32961659020.html
I'm planned to use it to control my air conditioner. I hoped I could integrate it ...
- Friday 21 April 2017 11:38
- Forum: Third party and supplementary tools
- Topic: Tellstick
- Replies: 16
- Views: 7920
Re: Tellstick
Sorry, I forgot to update here what was discussed in github..
https://github.com/domoticz/domoticz/issues/1418
The problem is, libtelldus-core.so is a shared library, and cannot be linked statically to domoticz. If domoticz is compiled with Tellstick support, it refuses to run on systems that don ...
https://github.com/domoticz/domoticz/issues/1418
The problem is, libtelldus-core.so is a shared library, and cannot be linked statically to domoticz. If domoticz is compiled with Tellstick support, it refuses to run on systems that don ...
- Sunday 09 April 2017 19:46
- Forum: Blockly
- Topic: Blocky problem, want to "copy" a switch
- Replies: 1
- Views: 1030
Re: Blocky problem, want to "copy" a switch
Ended up doing it in lua instead:
commandArray = {}
if (devicechanged['Takkahuone'] == 'On' and otherdevices['Takkahuone Tellstick'] == 'Off') then
commandArray['Takkahuone Tellstick']='On'
elseif (devicechanged['Takkahuone'] == 'Off' and otherdevices['Takkahuone Tellstick'] == 'On') then ...
commandArray = {}
if (devicechanged['Takkahuone'] == 'On' and otherdevices['Takkahuone Tellstick'] == 'Off') then
commandArray['Takkahuone Tellstick']='On'
elseif (devicechanged['Takkahuone'] == 'Off' and otherdevices['Takkahuone Tellstick'] == 'On') then ...
- Sunday 09 April 2017 13:05
- Forum: Blockly
- Topic: Blocky problem, want to "copy" a switch
- Replies: 1
- Views: 1030
Blocky problem, want to "copy" a switch
I'm trying to copy state of "Takkahuone Tellstick" to "Takkahuone".
The attached blocky creates error "Error: EventSystem: Malformed action sequence!"
Maybe I need to do separate check for On/Off and then set to On or Off? Not copy switch state like that. But it's weird that direct copy doesn't ...
The attached blocky creates error "Error: EventSystem: Malformed action sequence!"
Maybe I need to do separate check for On/Off and then set to On or Off? Not copy switch state like that. But it's weird that direct copy doesn't ...