Open Granddave opened 3 years ago
Would it be OK for me to add these as well as the dc input for the third channel?
Sure, just create a PR 👍🏾
I guess that it shouldn't be a problem to scrape all fields even if only one DC is in use, but it is rather the database schema compatibility that I am thinking about. Thoughts?
Yes at least the postgres part of it. I'm okay with a change, so I will change my database layout accordingly. I have no idea if more people are using this project.
Hello, I would like to add support for the Kostal Piko 15.
The changes required are to add scraping for two extra dc inputs:
I see that there are some fields in the
data_mapping
are scraped but not inserted into the databases, namely:Would it be OK for me to add these as well as the dc input for the third channel? I guess that it shouldn't be a problem to scrape all fields even if only one DC is in use, but it is rather the database schema compatibility that I am thinking about. Thoughts?
I also have some commits on my fork that generalizes the scraping and database inserts as well as some minor changes which I'll open another PR for.