HA Bridge - Create Dimmer

I’ve had all I can take hearing the frustrating “Hub not responding” when using Vera and Alexa. Have HA Bridge installed and running. Working fine for turning things on and off, but for the life of me I can not find instructions on creating a dimmable device. There seems to be tons of information out there, but it’s all just code related and I’m not that person. Can someone give some basic instructions or point me in the direction of how to simply create a dimmer device? When I bring a device over, it always comes into HA as a switch.

1 Like

Enter your Veras IP address.

Change DeviceNum=80 to whatever your device number should be.

http://VERA-IP/port_3480/data_request?id=action&output_format=json&DeviceNum=80&serviceId=urn:upnp-org:serviceId:Dimming1&action=SetLoadLevelTarget&newLoadlevelTarget=${intensity.percent}

1 Like

Thanks so much! Where do I add that text? Do I need to change any of the device or other dropdowns?

1 Like

When I create a Dimmable Vera device in HA Bridge, I would enter that line in the “Dim item” .

And I would have two other http commands for on / off etc.

one in “On Items” and one in “Off items”

1 Like

Done Deal! Working just fine. Thanks again…

2 Likes

Easy when you know how.

2 Likes

Is there a list of these urls? Looking to do Garage Doors next. Guessing to trigger a scene would be a work around, just wondering if there was a lock/unlock option for Alexa commands.

1 Like

I don’t know about locks.

But look at Luup Requests

http://wiki.micasaverde.com/index.php/Luup_Requests

And also this Web page helps you create http commands for Vera

https://www.smarthome.com.au/smarthome-blog/vera-http-commands/

3 Likes