Search found 222 matches

by psubiaco
Monday 29 December 2025 15:55
Forum: Suggestions
Topic: Imported and exported electricity price
Replies: 3
Views: 74

Re: Imported and exported electricity price

In Italy, energy sent to the grid is paid to a price proportional to the ENTSO-e price, that varies every 15 minutes.
Below an example (this is hourly price, actually price changes every 15 minutes)
return_price.png

The used energy price has a different type of cost: it may be
* flat
* change 3 ...
by psubiaco
Friday 26 December 2025 17:34
Forum: Suggestions
Topic: Imported and exported electricity price
Replies: 3
Views: 74

Imported and exported electricity price

Hi.
I believe it will be very useful to have two electricity price devices:
1. imported electricity price : what we pay for each kWh from the grid. This price should be applied to all "usage" meters
2. exported electricity price : what we receive for each kWh to the grid. This price should be ...
by psubiaco
Saturday 20 December 2025 19:13
Forum: Other questions and discussions
Topic: Energy dashboard improvment
Replies: 1
Views: 81

Re: Energy dashboard improvment

Energy dashboard is really nice!
I'd also like to have more energy meters, and it should be nice to have another power source, for those who have two solar inverters or solar + wind.
by psubiaco
Wednesday 17 December 2025 12:27
Forum: Bugs and Problems
Topic: Solaredge API problem
Replies: 55
Views: 1529

Re: SolarEdge via Web API giving errors in log

I see that sometimes it works, sometimes it doesn't work.
I've got no data on 10, 14 and 15 December. Today it works here.
by psubiaco
Monday 15 December 2025 11:03
Forum: Show your projects
Topic: Home-made wallbox working with Domoticz to charge the electric vehicle
Replies: 5
Views: 3879

Re: Home-made wallbox working with Domoticz to charge the electric vehicle

Video that shows the energy dashboard while charging my Kia vehicle using the home-made wallbox:
https://youtu.be/oqZRXPkAryM
by psubiaco
Thursday 11 December 2025 15:30
Forum: Bugs and Problems
Topic: Solaredge API problem
Replies: 55
Views: 1529

Re: Solaredge API problem


Thanks for your message. I read about the plugin. I never used any plugin. Is it just instaaling a plugin or does this also require any setting in the solaredge converter?

You just need to install the plugin, no need to configure the inverter. It uses ModbusTCP protocol to fetch data from the ...
by psubiaco
Thursday 11 December 2025 14:04
Forum: Bugs and Problems
Topic: Solaredge API problem
Replies: 55
Views: 1529

Re: Solaredge API problem

You're right! Since 2 days it does not work, hoping the solaredge hardware can be fixed soon.
In the meanwhile, I suggest to install the domoticz-solaredge-modbustcp-plugin that permits you to fetch data directly from the inverter every 10s or less. API permits to get data every 5 minutes.
by psubiaco
Saturday 06 December 2025 12:28
Forum: General Discussion
Topic: Wiki update plugins
Replies: 8
Views: 240

Re: Wiki update plugins

Wow, you have written many plugins!
You can register to the wiki and add them by yourself to the page https://wiki.domoticz.com/Integrations_and_Protocols

Also I suggest to add your plugins to
PPManager plugin https://wiki.domoticz.com/Python_Plugin_Manager
and
Domoticz Plugins Manager https ...
by psubiaco
Thursday 27 November 2025 21:17
Forum: Show your projects
Topic: Dual axis solar tracker working with Domoticz!
Replies: 0
Views: 51

Dual axis solar tracker working with Domoticz!

I’m using DomBusTracker2 to control the two motors of the solar tracker. It has wind protection, night and morning configurable positions, and can be monitored and controlled easily from Domoticz by using the available plugin.
More info in https://www.creasol.it/DBT
creDomBusTracker2_wirings.png
A ...
by psubiaco
Sunday 02 November 2025 23:56
Forum: General Discussion
Topic: Domoticz Home Automation Workbook
Replies: 7
Views: 263

Re: Domoticz Home Automation Workbook

Good to know a book exists. I believe it should be linked inside the www.domoticz.com website as like as Domoticz Wiki!
by psubiaco
Thursday 23 October 2025 15:34
Forum: Bugs and Problems
Topic: Rain rate error: value must be divided by 100!
Replies: 0
Views: 47

Rain rate error: value must be divided by 100!

Version: 2025.2 (build 16818)
Platform: debian 13 on RPI 3
Description: very nice to have a notification when rain rate is greater than a threshold, but you have to divide the rate value by 100.
Actually, I set a notification for rain rate > 800 to have a notification when rain rate is greater than ...
by psubiaco
Monday 02 June 2025 14:10
Forum: General Discussion
Topic: Easiest way for a newbie for SolarEdge integration?
Replies: 12
Views: 1703

Re: Easiest way for a newbie for SolarEdge integration?

My Inverter was installed in 2019, HD-wave SE6000H-RW000BNN4, has already the 11502 TCP port active.
I can stop the plugin, and telnet IPnumber 11502 and it works.
In the wiki page you mentioned it's written how to connect to your inverter by WiFi and enable the ModbusTCP port. I'm not sure that ...
by psubiaco
Monday 02 June 2025 10:41
Forum: General Discussion
Topic: Easiest way for a newbie for SolarEdge integration?
Replies: 12
Views: 1703

Re: Easiest way for a newbie for SolarEdge integration?

I suggest to try the "Solaredge via LAN interface" already integrated in Domoticz (I didn't know about it), verify how it works and let us know replying in this forum.

You can also install the Python Plugin manager that permits to add new unofficial plugins for new hardware.
Have a nice day.
by psubiaco
Monday 02 June 2025 10:08
Forum: General Discussion
Topic: Easiest way for a newbie for SolarEdge integration?
Replies: 12
Views: 1703

Re: Easiest way for a newbie for SolarEdge integration?

When you say "is not named in the Wiki" you should specify the URL of the wiki pages.
I'm using both plugins, the "SolarEdge via LAN interface" is better because you can get data every 10s (vI got it from https://github.com/addiejanssen/domoticz-solaredge-modbustcp-plugin ), while the plugin that ...
by psubiaco
Friday 23 May 2025 21:19
Forum: LUA
Topic: How to create a delay in a contact's On/Off sequence
Replies: 7
Views: 3036

Re: How to create a delay in a contact's On/Off sequence

Your script can be called every minute, so you can use a variable to manage time to know what you have to do.

Please note you have also the "AFTER" keyword: I never tried, but maybe it works
commandArray[device]="On for 10 seconds after 7200 seconds"
Check it, it may not work as I expected.
by psubiaco
Friday 23 May 2025 20:11
Forum: LUA
Topic: How to create a delay in a contact's On/Off sequence
Replies: 7
Views: 3036

Re: How to create a delay in a contact's On/Off sequence

Michel13 wrote: Friday 23 May 2025 18:58 Thank you psubiaco, so simple !
Just one question : if the contact is "On" before the sequence, is this command will do the same or is it necessary to turn it off before ?
If it was on, you don't need to turn off than on for 10 seconds, but you may experience strange behaviours.
by psubiaco
Friday 23 May 2025 18:50
Forum: LUA
Topic: How to create a delay in a contact's On/Off sequence
Replies: 7
Views: 3036

Re: How to create a delay in a contact's On/Off sequence

Try with this:
commandArray["stop_electrolyseur"] = "On FOR 10 seconds"
by psubiaco
Wednesday 14 May 2025 12:58
Forum: Other questions and discussions
Topic: Does extended logfiles exist?
Replies: 2
Views: 1167

Re: Does extended logfiles exist?

If it's easier for you (as for me), you can enable logging to a file, modifying /etc/init.d/domoticz* (if you're using Linux) and restarting domoticz.

To debug messages exchanged by MQTT, you can also subscribe to all topics by using the cmd (from linux shell)
mosquitto_sub -u USERNAME -P PASSWORD ...
by psubiaco
Saturday 12 April 2025 14:08
Forum: General Discussion
Topic: Custom Counter
Replies: 2
Views: 1350

Re: Custom Counter

Can you use a counter?
Selecting counter, then enter Utility panel and edit the new device, getting the following parameters that you can configure as you prefer.
Istantanea_2025-04-12_14-07-30.png
Istantanea_2025-04-12_14-07-30.png (35.35 KiB) Viewed 1309 times
by psubiaco
Wednesday 02 April 2025 15:23
Forum: Utility
Topic: Solar panels with micro inverters
Replies: 14
Views: 3747

Re: Solar panels with micro inverters

Thanks for informing me about NL.
I understand: if you promise your citizens that all you produce in Summer you'll get back in Winter for free, you're doping the photovoltaic market!
We did the same in Italy in 2006-2012, with a very high revenew on each kWh produced (don't care if that energy is ...