Search found 2 matches

by Patrykwaw
Thursday 31 January 2019 9:45
Forum: Z-Wave
Topic: Three minor issues with the Qubino Smart Meter (ZMNHTDx)
Replies: 27
Views: 6082

Re: Three minor issues with the Qubino Smart Meter (ZMNHTDx)

@forkboy
Could you share this script?
by Patrykwaw
Wednesday 14 February 2018 15:03
Forum: Suggestions
Topic: Multi value custom sensor
Replies: 31
Views: 19928

Re: Multi value custom sensor

I use exactly the same method to send values from PMS5003

On System#Boot do
timerSet,1,10
endon

On Rules#Timer=1 do
GPIO,12,0
timerSet,2,60
endon

On Rules#Timer=2 do
SendToHTTP xxx.xxx.xxx.xxx,80,/json.htm?type=command&param=udevice&idx=130&nvalue=0&svalue=[dust#PM10]
SendToHTTP xxx.xxx ...