Hopefully you can help. I've got MyDomoAtHome up and running and it's mostly running absolutely fine, great job on that.
The only issue I have is with dimming. I currently have a Z Wave plug in dimmable socket with a lamp attached and a LightwaveRF dimmer light switch configured that both turn on and off OK but will not dim in Imperihome, the slider is there for both but it doesn't work. They work well in Domoticz with full functionaility and I can send json commands directly and this works fine also.
I've read through the thread and seen that a couple of other people have had similar issues but I'm not sure what the fix was. I've done as much digging as I can so I'm having to ask for help.
I had a look in device.db and can see the following lines for one of the devices, the other device is there as well (I've formatted them here for clarity, not in the original file!) -
"name":"Living Room Lights",
"deviceType":"custom","targetDevice":"Encapsulated",
"offUrl":"
http://192.168.0.4:8080/json.htm?type\u ... d\u003dOff",
"dimUrl":"
http://192.168.0.4:8080/json.htm?type\u ... ty.percent}",
"onUrl":"
http://192.168.0.4:8080/json.htm?type\u ... md\u003dOn"}]
Here's a working URL, so if I adjust the value at the end it changes the light level accordingly -
http://192.168.0.4:8080/json.htm?type=c ... l&level=95
Can you point me in the right direction?
Thanks
Karl