Search found 5 matches

by funny0frank
Tuesday 19 April 2022 10:37
Forum: LUA
Topic: JSON https puller.
Replies: 10
Views: 1546

Re: JSON https puller.

Hi!

I'm the creator of https://norway-power.ffail.win, the source didn't shut down, you now get a 401 error message telling you that you need to send a email to get a free API-key. Just open https://norway-power.ffail.win/?zone=NO ... 2014-12-12 in a browser to see the email address.
by funny0frank
Thursday 08 March 2018 14:05
Forum: Other questions and discussions
Topic: Solved: Domoticz Lux JSON not working
Replies: 2
Views: 846

Re: Domoticz Lux JSON not working

"svalue" is a semicolon string, you're sending it as a number.

For good measure I would just send the full object when communicating with domoticz:

Code: Select all

{
	"command": "udevice",
	"idx": 1,
	"nvalue": 0,
	"svalue": "17777"
}
by funny0frank
Thursday 28 December 2017 15:02
Forum: Suggestions
Topic: Add dynamic parameters to notifications
Replies: 10
Views: 3987

Re: Add dynamic parameters to notifications

roblom wrote: Wednesday 13 September 2017 20:53 This is possible already, only not the time if I'm right.

$name = device name
$value = the value

It is somewhere in a wiki but I can't find it. The above does work but maybe there are more.
Too bad we can't find this in the wiki, but it does work!
by funny0frank
Thursday 21 December 2017 13:21
Forum: Z-Wave
Topic: Confused about which device belong to which zwave-node
Replies: 65
Views: 16048

Re: Confused about which device belong to which zwave-node

An acceptable first step in this would just be a clear explanation of the rules for how IDs are created. Because now it's really hard and pretty much a guessing game. Some have zero padding, some not, some have numbers on the end, some do not, some have different length of the zero padding :-(
by funny0frank
Friday 20 October 2017 8:47
Forum: Device information
Topic: Fibaro "The Button"
Replies: 1
Views: 4123

Re: Fibaro "The Button"

I installed the button yesterday. It worked right away, but I haven't figured out how to work the double and triple clicks and so forth. Will post back if I get that part to work.