Judo water treatment

Hi

You are on a good path.
Messages_getjudo.py does not seem to be in the same folder as the other files, which causes the exception.
Second problem is, that you need to adapt the AppDaemon configuration to contain paho-mqtt.
Can you sent a picture of your folder structure?

  1. MQTT should be already setup and running
  2. Install AppDaemon and Studio Code Server (Optional) through HomeAssistant Add-Ons store (Home Assistant Community Add-on: AppDaemon 4)
  3. Configure AppDaemon with the following settings:

image

  1. Copy all files from the python folder into the folder appdaemon/apps/main (inkl. temp_getjudo.pkl file) → Studio Code Server
  2. Modify the apps.yaml file:

image

  1. Modify config_judo.py to your system
  2. Start AppDaemon and check the logs for potential errors
  3. You can easily add more scripts into main_entity.py → main file, where all scripts are called