Search found 1 match
- Saturday 13 November 2021 21:27
- Forum: Others
- Topic: How to use Data from a Dust Sensor
- Replies: 20
- Views: 10008
Re: How to use Data from a Dust Sensor
I have created a dummy device and some virtual sensors and use a LUA script. capture_hardware.JPG capture_devices.JPG local FQDN = 'IP DOMOTICZ' return { active = true, on = { timer = { 'every minute' }, httpResponses = { 'luftdatenRetrieved' } -- matches callback string below }, execute = function ...