laurent-martin / ets-to-homeassistant

script to convert ETS5 project file to a YAML configuration file suitable for Home Assistant
Apache License 2.0
52 stars 12 forks source link

Supported functions and datapoint in the doc #22

Open phcollignon opened 2 months ago

phcollignon commented 2 months ago

Hello,

Maybe useful to add the supported datapoints and functions to the doc :

If I'm not wrong there are the following :

functions :

switchable_light
 dimmable_light 
sun_protection

datapoints:

'1.001' # switch on/off or state
'1.008' # up/down
'1.010' # stop
'1.011' # switch state
'5.001' # percentage 0-100
Superwallah commented 1 month ago

Ah, is this correct? ETS6 offers only 5 pre-defined functions. Out of those only 3 are currently supported? Also "custom" functions are skipped, as I recognized.

So, what is the advice to support this tool best to have a basic mapping for heating, weather station, room sensors (CO2,...), presence sensors,....?

I agree with Philippe: To avoid disappointment of the limitations, it should be stated clearly on the top of the README: "Without additional coding, this tool can only be used to map light and blinds. Heating and other special devices currently need additional scripting in Ruby," - That is correct, isn't it?

laurent-martin commented 1 month ago

Yes, correct. I'll add a note ..