Timvdv / pimatic-zwave-usb

GNU General Public License v2.0
1 stars 7 forks source link

option to configure z-wave devices #8

Open redxeagle opened 6 years ago

redxeagle commented 6 years ago

Some z-wave device can be configured. There exists special configuration options for example polling/wake up time. display settings etc.

Here it would be fine if we could find a way to configure a device via the pimatic FE. Currently, I have myself no idea how to do this. So one option could be that configurations could happen at startup and stored inside the config document. also it would be possible to read out the current configuration setttings and find some controls to change them as well.

thicknesss commented 5 years ago

Maybe it's an idea to make separate devices for the configuration of known devices. This would make it easy to add a "config" page to the front end and have all settings of configurable devices there. Keeping the main page(s) nice and clean. The code which is now used to switch de power plug is a good start to send the commands.

Timvdv commented 5 years ago

I think we should not create files on device basis but on zwave class_id. This way we can support way more devices and are more flexible for the future.

I don't know if everything is the same for these devices but right now it definitely looks like it. If someone has an example of a device which is really different please look at the class_id and post the logs here 👍