KaufHA/PLF12

Can you provide a single yaml file so that it does not need to download from internet function?

Opened this issue · 1 comments

Looking trhough the code reveals that it needs to load yamls from the net.
But not having net available makes it a little bit tricky to run.
Can you provide an oprional full yaml with all functions for the PLF12?
Also makes it easier to adjust code, static ip's and other local changes

Thx in advance

You can take any of the yaml files from the PLF10 repo, then just replace all the substitutions from the PLF12 base.yaml file, and that will work totally offline. You can also just use the PLF12 minimal yaml here: https://github.com/KaufHA/PLF12/blob/main/kauf-plf12-minimal.yaml

For static IP you add manual_ip to the wifi section: https://esphome.io/components/wifi.html

Let me know if you still have questions.