Adding new device support

I have an Anthem AVM60 processor that I’d like to control by IP – is there a tutorial, or how to modify an existing plugin to add support for this device?

There currently isn’t a plugin tutorial available. What you’ll probably have to do is look over an existing plugin & edit it to work for your AVM60. Here is a very simple one I put together the other day for a user. This would probably be a good one to start with. Be sure to delete the tcp receive & send commands that are in “onConnect”. Those 4 lines of code you will not need.

Thanks Bill, I’ll take a look.