Search found 3 matches
- Tuesday 29 July 2025 14:03
- Forum: dzVents
- Topic: EventHelpers.lua:454: attempt to concatenate a nil value (field 'hardwareName')
- Replies: 3
- Views: 554
Re: EventHelpers.lua:454: attempt to concatenate a nil value (field 'hardwareName')
Oke, I did some more testing. This time after deleting the switch and updating the hardware and NOT pushing the button, I restarted the docker image. And low and behold, after the first toggle ON, no more errors and the event is processed. This however does not apply to the Dev1 example. Upon ...
- Tuesday 29 July 2025 13:33
- Forum: dzVents
- Topic: EventHelpers.lua:454: attempt to concatenate a nil value (field 'hardwareName')
- Replies: 3
- Views: 554
Re: EventHelpers.lua:454: attempt to concatenate a nil value (field 'hardwareName')
In the first example (Dev1), the values are set immediately after creation, so no waiting is possible there I think. In de second example (Dev2), i have waited up to 5 minutes before pushing the button. but still the same error. What I did notice however, after extending the onCommand code a bit ...
- Tuesday 29 July 2025 10:17
- Forum: dzVents
- Topic: EventHelpers.lua:454: attempt to concatenate a nil value (field 'hardwareName')
- Replies: 3
- Views: 554
EventHelpers.lua:454: attempt to concatenate a nil value (field 'hardwareName')
Hi everyone, Recently started using Domoticz (2025.1 on Docker) and I have been working on a plugin. So far so good, but I ran into a situation and I am wondering what the problem is. Tried to search the forum/internet, but to no avail. I created a small proof of concept to highlight the problem ...