Search found 245 matches

by rron
Saturday 10 May 2025 14:02
Forum: Others
Topic: Matter integration
Replies: 20
Views: 7352

Re: Matter integration

I saw this project. https://www.matteralpha.com/how-to/how- ... ge-at-home
I don’t have any matter nodes so i cann’t test this
by rron
Sunday 09 February 2025 12:34
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

try this way [S0#Total] - is the value that espeasy got from the sensor SendToHTTP,192.168.178.50,8080,/json.htm?type=command&param=udevice&idx=915&svalue=[S0#Total] Or this for Power and Energy SendToHTTP,192.168.178.50,8080,/json.htm?type=command&param=udevice&idx=915&svalue=[S0#Power];[S0#Total ...
by rron
Sunday 09 February 2025 11:32
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

I have used this one.
by rron
Saturday 08 February 2025 15:04
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

Thanks for your help I made a mistake with the setting.
by rron
Saturday 08 February 2025 13:50
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

This one is from the espeasy.
by rron
Saturday 08 February 2025 13:35
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

There is some progress when I use your call. Only "Vandaag"is giving a value but not on top. Have I forgotten something?
by rron
Saturday 08 February 2025 12:25
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

try this way [S0#Total] - is the value that espeasy got from the sensor SendToHTTP,192.168.178.50,8080,/json.htm?type=command&param=udevice&idx=915&svalue=[S0#Total] Or this for Power and Energy SendToHTTP,192.168.178.50,8080,/json.htm?type=command&param=udevice&idx=915&svalue=[S0#Power];[S0#Total ...
by rron
Friday 07 February 2025 18:17
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

Thanks I will try this and let you know.
by rron
Friday 07 February 2025 17:27
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

Yes the ipadres comma is good. I do not get any error. Do you have a example for a string to update electricity instand and counter because that is the problem. The string works for other devices and if you put a value like 1500 then it is updated. If searched the wiki and the examples I have found ...
by rron
Friday 07 February 2025 16:36
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

If I test it with these values the sensor isn't update. If I try a different sensor then it works. My conclusion is that there is something wrong in this call.

Code: Select all

curl "http://192.168.178.50:8080/json.htm?type=command&param=udevice&idx=915&nvalue=0&svalue=1500;3500"
by rron
Friday 07 February 2025 16:29
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

Thanks both for your help, you mean this?

I 'am not very good in this.
by rron
Friday 07 February 2025 16:12
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

Code: Select all

SendToHTTP 192.168.178.50,8080,/json.htm?
This part is good, if I change it to

Code: Select all

SendToHTTP 192.168.178.50,8080,/json.htm?

I got a send error
by rron
Friday 07 February 2025 16:04
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

The total count from my espeasy S0 I want to send to the Electricity_(instant_and_counter)
by rron
Friday 07 February 2025 15:28
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

A solar inverter normally gives its total energy (In kWh or Wh) and its current generated Power (in Watt). If these values are given by your inverter they normally should be supplied to an Electricity (Instand and counter) device https://wiki.domoticz.com/Dummy_for_virtual_Switches#Electricity ...
by rron
Tuesday 04 February 2025 19:09
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

Walter,

I let you know when there’s solar to test it.
by rron
Sunday 02 February 2025 22:32
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

It’s from a dummy device. I don’t know which device i should select for my S0 counter
For the other items the counter does appear
by rron
Sunday 02 February 2025 15:15
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

Still the same problem, I cann´t select my S0 general counter in my Solar setting because it does not appear in the selection.
How can I solve this?
In the other free fields there you can choose general counters but not in solar
by rron
Sunday 26 January 2025 16:21
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

Got it wrong device. Still the same problem, I cann´t select my S0 general counter in my Solar setting because it does not appear in the selection.
How can I solve this?
by rron
Sunday 26 January 2025 15:25
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42800

Re: Energy Dashboard (Build in)

I have a small problem:
A S0 device is not available as Solar device in Energy Dashboard Setup. The type is general and Counter incremental. I have searched this topic but I couldn´t find it. The result is that thereś no value for the solar. How can I solve this?
by rron
Sunday 29 December 2024 14:58
Forum: MQTT Auto Discovery
Topic: difference between mqtt lan and mqtt auto discovery
Replies: 12
Views: 747

Re: difference between mqtt lan and mqtt auto discovery

I switched back to espeasy on http. That works ok. I will wait until mqtt auto discovery is implemented.