Zway API for climate

Is this possible to add Zway as an alternative to OpenZWave?
API calls will help to use it on different devices over the net having zway on a stand-alone server.
Here’s a description of API https://zwayhomeautomation.docs.apiary.io/

Also, if it’s possible to do without auto discovery (each node manually configured is a preferred way).

I have tried to make a simple thermostat control for Danfoss LC13 (get/set setpoint and get current temperature from a separate sensor which is HA entity, but I am not a developer and don’t know Python.

https://github.com/ardeus-ua/custom_components/blob/master/climate/zway.py

Small update. It works. Mode is actually dummy switch and I use it to control the automations. For example auto is for scheduled mode, off to set 10 C as a target temperature and manual to set 22 C and disable time and workday automation schedule.
https://github.com/ardeus-ua/custom_components/blob/master/climate/zway.py