Philippe Collignon
Philippe Collignon
I've just checked in the code, indeed it's not implemented ... [https://github.com/laurent-martin/ets-to-homeassistant/blob/f4e2413b502751e9c757bd778bc372fcbc430574/lib/ets_to_hass/generator.rb#L207](https://github.com/laurent-martin/ets-to-homeassistant/blob/f4e2413b502751e9c757bd778bc372fcbc430574/lib/ets_to_hass/generator.rb#L207)
There is a sensors map here : https://www.home-assistant.io/integrations/knx/#value-types Other devices are defined on that page, binary_sensor i.e could be mapped to dpt 1.002 or 1.009
I can confirm the password was the issue ... The workaround is to make a copy of the project, remove secured devices, clear project password and run it on that...
Thanks, I'll give it a try. And if I succeed I'll document it ..
Thanks .. for advice. I'll try it. My main usage is Kubernetes for DEV on local laptop. I was used to kubeadm-dind-cluster project (K8s docker in docker) which is retired...
Little feedback to confirm that NetworkPolicy is supported with Calico CNI. I disabled kindnet and configured Calico by adding this to the config file : ``` networking: disableDefaultCNI: true podSubnet:...