Newbie here (please be gentle).
I currently have my RPi reading data via USB from 1) ambient weather ws-2080 and 2) CurrentCost Envi-R. I am using pywws for the weather station and a perl script to read the data from the CurrentCost and uploading to cosm. That all is working great.
I would like to add home automation to my RPi (smartenit.com software for the RPi). The smartenit controller plugs into the RPi via a USB/serial adapter (and has 2 way communication as opposed to the other connections). It will work but it breaks #1 and #2 above. I am guessing that the multiple chatter on the USB ports breaks everything. Does anyone know how to fix this so that all 3 functions can work simultaneously?
Thanks for any help!
Brian