diff --git a/Modfile.yaml b/Modfile.yaml index bccf447..33b5cb4 100644 --- a/Modfile.yaml +++ b/Modfile.yaml @@ -2,7 +2,7 @@ modfileVersion: "v1" id: github.com/SENERGY-Platform/mgw-smart-meter-dc name: Smart Meter Device Connector description: -version: v1.0.6 +version: v1.0.7 type: add-on deploymentType: single services: diff --git a/util/config.py b/util/config.py index fa30deb..747b945 100644 --- a/util/config.py +++ b/util/config.py @@ -61,8 +61,8 @@ class Senergy: conf = Conf() -if not all((conf.Discovery.port_filter, )): - exit('Please provide port filter') +#if not all((conf.Discovery.port_filter, )): +# exit('Please provide port filter') if not all((conf.Senergy.dt_LGZxZMF100AC,)): exit('Please provide SENERGY device types')