jcsouthworth

Results 3 comments of jcsouthworth

I reinstalled branch 3bfa1b7d5f which has #286 implemented. I updated the config to add "pins" to the module and "pin" to the sensor. I still see the "mixed up" behavior...

Yes. ``` # original config # - name: ads1015_pin0 # module: ads1x15 # type: ADS1015 # pin: 0 # - name: ads1015_pin1 # module: ads1x15 # type: ADS1015 # pin:...

I think I found the problem! I was looking over the code last night and realized it might be spawning a separate instance for each "type". I was doing one...