VILLASframework / web-backend

A go implementation of the backend for VILLASweb
https://fein-aachen.org/en/projects/villas-web/
GNU General Public License v3.0
1 stars 2 forks source link

Retrieve signal lists from IC status updates and store them in the DB #84

Open stv0g opened 2 years ago

stv0g commented 2 years ago

This could be used by the IC configurations to auto-import the signals.

Related to #87.

stv0g commented 2 years ago

I have updated the VILLAScontroller protocol documentation to include a signal list as part of the IC properties:

https://git.rwth-aachen.de/acs/public/villas/documentation/-/blob/master/docs/controller/protocol.md#L206

The format is the same as used by VILLASnode for its signal descriptions.

stv0g commented 2 years ago

The relevant issue for VILLAScontroller is: https://git.rwth-aachen.de/acs/public/villas/controller/-/issues/40

stv0g commented 2 years ago

Related: https://git.rwth-aachen.de/acs/public/villas/controller/-/issues/41