www-ShapeLabs-de / Judo-i-soft-save-plus-to-mqtt-bridge

A small device to write and read settings to Judo i-soft safe+ water softening system with homeassistant
MIT License
20 stars 6 forks source link

AppDaemon 15.x compatibility #15

Open dMopp opened 8 months ago

dMopp commented 8 months ago

This AddOn will stop work with AppDAemon15.x due to location changes of the files.

To get it to work again, change the file config_getjudo.py

In Line 48 change

_TEMP_FILE = "/config/appdaemon/apps/main/tempgetjudo.pkl"

to

_TEMP_FILE = "/config/apps/main/tempgetjudo.pkl"

This will fix it.

dMopp commented 8 months ago

Issued Pull-Request: https://github.com/www-ShapeLabs-de/Judo-i-soft-save-plus-to-mqtt-bridge/pull/16

xfirestyle2k commented 7 months ago

Hey,

not sure if its related to v16 of AppDaemon but for me it was following location: TEMP_FILE = "/config/apps/temp_getjudo.pkl"