ThomasDB
ThomasDB
> @kaddour-youcef here is a repo that builds from the non docker files and creates a docker container: https://github.com/speckm/calendso-docker This doesn't work unfortunately.
> @Th0masDB #112 worked for me Unfortuanly for me it doesn't.... It makes the container.... But the container won't run with this error (but I think this is another topic):...
@kongjudas I do think something at the back end changed, and we also need to change something. Otherwise, we would get some connection sometimes. :(
I think it has to do with this: https://github.com/lostfields/python-panasonic-comfort-cloud/issues/62#issuecomment-1183102263
> I think it has to do with this: [lostfields/python-panasonic-comfort-cloud#62 (comment)](https://github.com/lostfields/python-panasonic-comfort-cloud/issues/62#issuecomment-1183102263) Found the solution! You can fixit for yourselfs by editing `manifest.json` and replacing the requirements with `"requirements": ["git+https://github.com/Th0masDB/python-panasonic-comfort-cloud@master#pcomfortcloud==0.0.2"]` I...
> That worked for me, strange cos the pconmfortcloud I found had the right version in it, maybe there's another copy of the module somewhere. I changed a file but...
> unfortunatelly this modification is not solved the problem for me. still 403. Did you restart home assistant?
``` { "domain": "panasonic_cc", "name": "Panasonic Comfort Cloud", "version": "1.0.30", "config_flow": true, "documentation": "https://github.com/sockless-coding/panasonic_cc/", "dependencies": [], "codeowners": ["sockless-coding"], "requirements": ["git+https://github.com/Th0masDB/python-panasonic-comfort-cloud@master#pcomfortcloud==0.0.2"] } ``` So, this is what your manifest.json looks like?...
Mmm... Strange. Do you (for the people that is doesn't work for) have any files in `deps` folder? Also what version of HA do you use? Docker container?
> > Mmm... Strange. Do you (for the people that is doesn't work for) have any files in `deps` folder? Also what version of HA do you use? Docker container?...