Search found 9 matches

by JakeOfOz
Sunday 17 October 2021 22:23
Forum: Dashticz
Topic: Two graphTypes on the same y-axis
Replies: 2
Views: 286

Two graphTypes on the same y-axis

Hi, I use dashticz to display my power data, but one of the things I really like in the Domoticz view, is the graph of usage and return (totals) for the day. I tried to replicate it in Dashticz with blocks['p1-meter'] = { devices: ['1'], width: 12, height: '300px', graph: ['line','line'], graphTypes ...
by JakeOfOz
Sunday 17 October 2021 22:11
Forum: Dashticz
Topic: P1 meter Energy Returned not in Dashtizc
Replies: 18
Views: 1893

Re: P1 meter Energy Returned not in Dashtizc

Oh nice, I had this issue as well, it works now indeed.
I have another problem though: as is also clear from the last screenshot by @Roozen, the two graphs use separate Y-axes, this makes it less usefull. I tried for a few hours now, but how can you let them use the same axis?
by JakeOfOz
Wednesday 28 April 2021 14:05
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 1002
Views: 319508

Re: Dashticz - Show your dashboard and how-to's!

Hi, I have a dashboard with several dials, but find it very annoying that when you hover over them with the cursor, the dial changes. Is it possible to disable that hover animation? And for good measure, is it also possible to disable interaction with blocks? this would make scrolling on an iPad a ...
by JakeOfOz
Friday 09 April 2021 23:12
Forum: Third party and supplementary tools
Topic: Push example_CALENDAR fields to influxDB
Replies: 5
Views: 1252

Re: Push example_CALENDAR fields to influxDB

I know this. I have already tested both SQLite and InfluxDB. Influx gives better 'resolution', since the values are stored in a shorter interval.

My question is: Can I send the values FROM the domoticz xxx_Calendar -tables TO Influx (via dzVents or whatever)
by JakeOfOz
Friday 09 April 2021 12:54
Forum: Third party and supplementary tools
Topic: Push example_CALENDAR fields to influxDB
Replies: 5
Views: 1252

Re: Push example_CALENDAR fields to influxDB

Yea I know I can read them from Domoticz directly, but I want to push them to Influx (so that I have one DB, and one thing to backup). Also: my issue with reading from Domoticz is that I can only show the values from yesterday, not the current value for today.
by JakeOfOz
Friday 09 April 2021 9:33
Forum: Third party and supplementary tools
Topic: Push example_CALENDAR fields to influxDB
Replies: 5
Views: 1252

Push example_CALENDAR fields to influxDB

Hi! I'm reading my smart meter and solar inverter values via Domoticz. I also have InfluxDB and Grafana set up to show all the data. I notice that in Domoticz, it's possible to see the daily values from both the meter and inverter, but I can't push those values to Influx (only the current readings ...
by JakeOfOz
Monday 05 April 2021 18:53
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 13275

Re: New Python plugin: Domoticz SolarEdge_ModbusTCP

Apologies in advance: but for the basics: do you have the modus tcp enabled in your inverter? Also: is there no other device that uses it? I noticed that when I have two instances of domoticz running, only one can read the solaredge. Another tip I got, but could not verify, is that you have to make ...
by JakeOfOz
Wednesday 31 March 2021 11:24
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 13275

Re: New Python plugin: Domoticz SolarEdge_ModbusTCP

Ah, a temporary solution is this,
Run on your pi:

sudo pip3 uninstall pymodbus
sudo pip3 install pymodbus==2.4.0

Then restart domoticz ( sudo service domoticz.sh restart )
It works now!
by JakeOfOz
Wednesday 31 March 2021 10:08
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 13275

Re: New Python plugin: Domoticz SolarEdge_ModbusTCP

I have the same issue. I have a SE10K inverter, recently installed (march 2021). As Sjonnie2017, I installed the plugin per the instructions, but get the same in the logging: 2021-03-31 09:54:51.017 (Omvormer) Processing 'onHeartbeatCallback' message 2021-03-31 09:54:51.017 (Omvormer) Calling ...