jalmeroth / homie-python

A Python-implementation of the homie v2 convention.
https://github.com/marvinroger/homie
54 stars 15 forks source link

Specify config file name? #35

Closed psyciknz closed 6 years ago

psyciknz commented 6 years ago

Can I specify the config file name? so rather than having a generic machine homie-config.json one, I'll need one per script (this one raspberry pi has a dht sensor connected, and also pulls values from two bluetooth sensors). So it would be two scripts I'm needing to run. So preferably I'd have homie-config-dht.json, and homie-config-bluetooth.json.

Also, awesome work, took about 5 mins to convert one of my scripts to use the homie implementation.

psyciknz commented 6 years ago

doh, ignore me, I'm an idiot.....just saw the name of the config file in the constructor.