Search found 72 matches

by mojso
Sunday 09 February 2025 18:33
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42879

Re: Energy Dashboard (Build in)

my electricity measurement is like here on this link
viewtopic.php?t=20820

NOT pulse counter
by mojso
Saturday 08 February 2025 14:39
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42879

Re: Energy Dashboard (Build in)

by mojso
Saturday 08 February 2025 14:10
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42879

Re: Energy Dashboard (Build in)

on the device in Domoticz the value at the top is the current power W, the value below is the energy consumed for that day in KWh.

In your case, some script is needed because it is a pulse counter. For example, one pulse is equal to how many.

in my case I use this
by mojso
Saturday 08 February 2025 13:48
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42879

Re: Energy Dashboard (Build in)

rron wrote: Saturday 08 February 2025 13:35 There is some progress when I use your call. Only "Vandaag"is giving a value but not on top. Have I forgotten something?
Show me with a picture in espeasy what values ​​you get from the sensor.
by mojso
Saturday 08 February 2025 13:22
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42879

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 mojso
Friday 07 February 2025 18:11
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 42879

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 mojso
Friday 21 June 2024 13:17
Forum: dzVents
Topic: Electricity consumption & cost per day, month and year [Solved]
Replies: 23
Views: 9809

Re: Electricity consumption & cost per day, month and year [Solved]

@mojso After upgrading to 16089 I have the same errors Is this problem solved in your situation? What have you done? Thanks in advance Check the Json, it probably changed values v has become v1? waltervl is right the v value is now v1 OK Guys, thanks for the answer, what causes this change from v ...
by mojso
Friday 21 June 2024 11:15
Forum: dzVents
Topic: Electricity consumption & cost per day, month and year [Solved]
Replies: 23
Views: 9809

Re: Electricity consumption & cost per day, month and year [Solved]

After two last uldate of domoticz i get this error (3.1.8) ElectricityConsumptionAndCost: An error occurred when calling event handler ElectricityCost 2024-06-17 16:25:01.510 Error: dzVents: Error: (3.1.8) ElectricityConsumptionAndCost: ...cz/scripts/dzVents/generated_scripts/ElectricityCost.lua ...
by mojso
Monday 17 June 2024 16:26
Forum: dzVents
Topic: Electricity consumption & cost per day, month and year [Solved]
Replies: 23
Views: 9809

Re: Electricity consumption & cost per day, month and year [Solved]

After two last uldate of domoticz i get this error (3.1.8) ElectricityConsumptionAndCost: An error occurred when calling event handler ElectricityCost 2024-06-17 16:25:01.510 Error: dzVents: Error: (3.1.8) ElectricityConsumptionAndCost: ...cz/scripts/dzVents/generated_scripts/ElectricityCost.lua:167 ...
by mojso
Thursday 09 May 2024 1:36
Forum: dzVents
Topic: Earthquake info from www.seismicportal.eu
Replies: 8
Views: 1484

Re: Earthquake info from www.seismicportal.eu

This is my second version of my script. -- This script was created by mojso -- https://github.com/mojso/Domoticz_scripts --this scripts gets earthquake info from www.seismicportal.eu for a defined area and then updates a text sensor with Magnitude and location --it takes the first entry (= the most ...
by mojso
Thursday 18 January 2024 12:04
Forum: dzVents
Topic: Earthquake info from www.seismicportal.eu
Replies: 8
Views: 1484

Earthquake info from www.seismicportal.eu

Earthquake info from www.seismicportal.eu more detailed information on telegram about the earthquake -- This script was created by mojso -- https://github.com/mojso/Domoticz_scripts --this scripts gets earthquake info from www.seismicportal.eu for a defined area and then updates a text sensor with ...
by mojso
Sunday 10 December 2023 11:44
Forum: Bash / PowerShell / Batch etc.
Topic: Internet speed measurement, Speedtest-cli in Docker container
Replies: 0
Views: 8386

Internet speed measurement, Speedtest-cli in Docker container

Internet speed measurement, Speedtest-cli in Docker container, script modification from this link https://www.domoticz.com/wiki/Bash_-_Speedtest.net_Download/Upload/Ping_monitoring and Internet Speed Test in a Container from here https://github.com/robinmanuelthiel/speedtest?tab=readme-ov-file ...
by mojso
Friday 01 December 2023 19:44
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Update to latest Beta (15686) failed
Replies: 30
Views: 7260

Re: Update to latest Beta (15686) failed

same problem

emichiels wrote: Friday 01 December 2023 18:54 same problem over here with running domoticz on a RPI on buster


./domoticz: /lib/arm-linux-gnueabihf/libpthread.so.0: version `GLIBC_2.30' not found (required by ./domoticz)
./domoticz: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by ./domoticz)
by mojso
Monday 06 November 2023 23:34
Forum: Other questions and discussions
Topic: doorbell script
Replies: 6
Views: 1733

Re: doorbell script

@snellejellep, Should be possible but some questions: - are these standard on/off, -dimlights or rgbw type of lights - howto "flash" these lights? Simple on/off or something else ? I use philips hue lights, some are rgb, some just white, i tought about just flashing the white ones and letting the ...
by mojso
Saturday 03 June 2023 22:50
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 127381

Re: dtgbot - Domoticz TeleGram BOT

dtgbot doesn't work with the latest domoticz update 15330
by mojso
Monday 27 March 2023 21:27
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1109
Views: 209031

Re: Python plugin: Presence detection from wireless router

very good, works with dd-wrt
by mojso
Saturday 17 December 2022 16:44
Forum: Other questions and discussions
Topic: Arilux AL-LC0x hardware
Replies: 4
Views: 345

Re: Arilux AL-LC0x hardware

If you have entered an IP address you probably will have done that in the hardware configuration.. menu setup - hardware and select the active Arilux device. Yes exactly. But if you don't know the correct IP address of the device which is made through Arilux hardware device, the device cannot be ...
by mojso
Friday 16 December 2022 21:21
Forum: Other questions and discussions
Topic: Arilux AL-LC0x hardware
Replies: 4
Views: 345

Re: Arilux AL-LC0x hardware

The Ip adress can be found in the website of your wifi router. Also an application like Fing.com can help you find all connected devices in your home network. Yes, of course the IP address can be found in my router, but the problem is that it was assigned a static IP address different from the one ...
by mojso
Saturday 10 December 2022 9:39
Forum: Other questions and discussions
Topic: Arilux AL-LC0x hardware
Replies: 4
Views: 345

Arilux AL-LC0x hardware

where can i find the ip addresses of the devices made through the Arilux AL-LC0x hardware
by mojso
Tuesday 22 November 2022 23:38
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 597
Views: 127381

Re: dtgbot - Domoticz TeleGram BOT

jvdz wrote: Tuesday 22 November 2022 22:39 Ah ... yes of course... sorry was looking at the wrong spot.
Could you enable the debugging by setting Domoticz variable "TelegramBotLoglevel' to 99 and Email me the generated log files so I can see what is happening?

Thanks
I sent you in messages, the last lines where the error appears