micolous / cbus

Use Python to communicate with a Clipsal C-Bus PCI or CNI! Includes MQTT bridge (for Home Assistant), PCI simulator, and reverse engineering notes.
http://cbus.readthedocs.org/
GNU Lesser General Public License v3.0
49 stars 27 forks source link

Dev env setup #42

Closed mitchell-johnson closed 1 year ago

mitchell-johnson commented 1 year ago

@micolous I was hoping that you could give me a really quick rundown on what your dev and debug environment setup is. Python is not a strength of mine but I was planning to take a look at #22 over the next couple of weeks. Are you using VS code? do I need to run setup.py for the build and test cycle or can I run cmqtt directly etc

mitchell-johnson commented 1 year ago

Ok I managed to get this going last night. Will ad details for future readers here probably via a pr to the docs