Search found 191 matches

by PieterS
Saturday 15 February 2025 19:25
Forum: Bugs and Problems
Topic: All RFXMeters are gone after upgrade
Replies: 0
Views: 1006

All RFXMeters are gone after upgrade

After upgrading from Version 16344 to 1 6461 I read an error in the log: 2025-02-15 14:35:00.380 Error: Invalid Number sValue: '%' for device idx: '%' 2025-02-15 14:35:00.381 Error: Invalid Number sValue: '%' for device idx: '%' 2025-02-15 14:35:03.720 Error: Invalid Number sValue: '%' for device ...
by PieterS
Sunday 29 December 2024 19:48
Forum: Rfxcom Transceiver
Topic: Update FW of RFX433E in Docker
Replies: 7
Views: 970

Re: Update FW of RFX433E in Docker

As far as I know:
After downloading the manager to a computer, upgrading the firmware and configuring is possible if you connect the device to a laptop.

Saves time I guess😑
by PieterS
Wednesday 11 December 2024 16:58
Forum: MQTT Auto Discovery
Topic: Send the daily value from a counter through MQTT
Replies: 5
Views: 1084

Re: Send the daily value from a counter through MQTT

@waltervl: that is your, remarkable opinion... :| i needed that value in another application and it was made available there.. why not sharing my own data in my network??

Btw: when I marked on this site that this issue is solved I got an error 404 from the browser.

Thanks kedi. Good to know.
by PieterS
Monday 09 December 2024 15:16
Forum: MQTT Auto Discovery
Topic: Send the daily value from a counter through MQTT
Replies: 5
Views: 1084

Re: Send the daily value from a counter through MQTT

Opgelost door de waardes Totaal Energie en Power van de S0-meter naar Node-RED te sturen en vervolgens de waarde Opgenomen-energie-vandaag te berekenen. 8-)

Image
by PieterS
Saturday 07 December 2024 19:53
Forum: MQTT Auto Discovery
Topic: Send the daily value from a counter through MQTT
Replies: 5
Views: 1084

Send the daily value from a counter through MQTT

I am able to send data from a counter through MQTT from Domoticz to another application. In my case Node-RED. But a counter in Domoticz has 2 values, a daily value and a total value. As I watch the data in MQTT Explorer I notice that Domoticz sends only the total value. I do not need that value. I ...
by PieterS
Saturday 10 August 2024 15:28
Forum: Utility
Topic: SmartEvse support
Replies: 124
Views: 18326

Re: SmartEvse support

What about 2 different smart evse topics in the screenshots?
Strange to me.
by PieterS
Wednesday 17 July 2024 10:13
Forum: Utility
Topic: SmartEvse support
Replies: 124
Views: 18326

Re: SmartEvse support

Did you subscribe to the topic in Domoticz?
BTW: I do not own that hardware yet.. :(
by PieterS
Saturday 06 July 2024 9:04
Forum: DIY Hardware and Protocols
Topic: P1 Smart Meter with LAN
Replies: 8
Views: 2438

Re: P1 Smart Meter with LAN

No problems here. Also device could be a cause..
by PieterS
Tuesday 02 July 2024 12:15
Forum: Show your projects
Topic: Script for Airplanes.live api
Replies: 65
Views: 8179

Re: Script for Airplanes.live api

Since I updated yesterday to your latest version (with date in csv) the script gave errors. This has nothing to do with update. It is mentioned two times before. Problem is in the empty field (nil). This gives an error. Because the error, it fails to write. Then the row will remain in the table. It ...
by PieterS
Tuesday 02 July 2024 11:11
Forum: Show your projects
Topic: Script for Airplanes.live api
Replies: 65
Views: 8179

Re: Script for Airplanes.live api

H Jan, Since I updated yesterday to your latest version (with date in csv) the script gave errors. Error: dzVents: Error: (3.1.8) Airplanes-: .../domoticz/userdata/scripts/dzVents/scripts/airplanes.lua:319: attempt to concatenate a nil value (field 'ap_flight') So I reverted to the old script and it ...
by PieterS
Monday 01 July 2024 10:58
Forum: Show your projects
Topic: Script for Airplanes.live api
Replies: 65
Views: 8179

Re: Script for Airplanes.live api

Another minor problem: I notice every morning a bar somewhere in the middle of the night. Sometimes in the 01:00, sometimes like tonight in the 03:00 hour bar.. Should not be allowed conform the standard rules of that airport. There is no record in the textfile nor in the csv-file. https://i.ibb.co ...
by PieterS
Saturday 29 June 2024 9:12
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 47029

Re: Energy Dashboard (Build in)

Is the device configured as

Type: Return
Energy read: Computed

That did the job for me😁
by PieterS
Friday 28 June 2024 12:31
Forum: Show your projects
Topic: Script for Airplanes.live api
Replies: 65
Views: 8179

Re: Script for Airplanes.live api

Found the right path again, so problem solved. :D local ap_csvFile = '/opt/domoticz/userdata/SavedAirplanes.csv' Thanks @RonkA for your hint. Import through tab Gegevens of a textfile is a long time ago. MS changed that..:ugeek: But good to see a nice layout now. Only data that is missing in my ...
by PieterS
Friday 28 June 2024 8:30
Forum: Show your projects
Topic: Script for Airplanes.live api
Replies: 65
Views: 8179

Re: Script for Airplanes.live api

I was too early. :twisted: the file was made with other syntax. I missed the file in the list when checking.. (without refresh screen I guess) After that creation I changed the path and since that time there are no updates. I have to figure out again. But that is for tonight. I let you know the ...
by PieterS
Thursday 27 June 2024 21:01
Forum: Show your projects
Topic: Script for Airplanes.live api
Replies: 65
Views: 8179

Re: Script for Airplanes.live api

YESSS! There is a csv-file in the root! And this seems the right syntax for my case: local ap_csvFile = '/volume1/docker/domoticz/SavedAirplanes.csv' "ap_time ap_hex ap_flight ap_r ap_t ap_desc ap_gs ap_track ap_direction ap_lat ap_long ap_distance ap_geom_rateString ap_altitude" "19:44:15 4d2271 ...
by PieterS
Thursday 27 June 2024 20:03
Forum: Show your projects
Topic: Script for Airplanes.live api
Replies: 65
Views: 8179

Re: Script for Airplanes.live api

Thnx gentlemen for all input. This is the config of the container: https://i.ibb.co/Dw3d79L/Path-volumes.jpg So userdata is the root of that virtual machine. @janpep: Yes, I had the idea to fill that csv-file which is created by dzVents in the root. But what is than the correct path to fill in the ...
by PieterS
Thursday 27 June 2024 16:42
Forum: Show your projects
Topic: Script for Airplanes.live api
Replies: 65
Views: 8179

Re: Script for Airplanes.live api

A plane passed by. So I searched with *.csv in the Windows Explorer. But no success. In the log of Domoticz is an error: 2024-06-27 16:21:15.835 Status: EventSystem: Script event triggered: /opt/domoticz/dzVents/runtime/dzVents.lua 2024-06-27 16:21:15.835 Error: dzVents: Error: (3.1.8) Airplanes ...
by PieterS
Thursday 27 June 2024 15:59
Forum: Show your projects
Topic: Script for Airplanes.live api
Replies: 65
Views: 8179

Re: Script for Airplanes.live api

Use the full path in your synology.
Something like /volume1/docker/domoticz/scripts/yourfile.csv
Thnx Jan! Waiting for the next plane..
by PieterS
Thursday 27 June 2024 15:07
Forum: Show your projects
Topic: Script for Airplanes.live api
Replies: 65
Views: 8179

Re: Script for Airplanes.live api

This morning the airport decided to change to start the planes in another direction.. :? The application does a good job. But it does not create a csv-file. Wondering about how to write a correct notation of the location of that file. Some trial and errors in the settings that did not work out ...
by PieterS
Wednesday 26 June 2024 19:48
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 287
Views: 47029

Re: Energy Dashboard (Build in)

Ok. Is clear now. And that is why that part needs no sensor as configuration.
Thnx for your explanation.