Search found 20 matches

by adizanni
Sun May 05, 2024 10:29 pm
Forum: Developers
Topic: SweetHome3DJS - Porting plugin - ARM architecture support
Replies: 27
Views: 13386

Re: SweetHome3DJS - Porting plugin - ARM architecture support

Hello Emmanuel, not sure if there was an acknowledgment from your side of an issue with making your ServerUserPreferences library work behind a proxy. My last assessment was that, when working behind a proxy, if you pass to ServerUserPreferences constructor:


absolute URLs: the ...
by adizanni
Sat Mar 02, 2024 3:27 pm
Forum: Developers
Topic: SweetHome3DJS - Porting plugin - ARM architecture support
Replies: 27
Views: 13386

Re: SweetHome3DJS - Porting plugin - ARM architecture support

Hello Emmanuel, I do not know if it is related, but according to your description, probably yes. By putting the ServerUserPreference to null, it works (even behind the proxy), but, the performances to load a complex model (10-20Mb) are seriously degraded. In fact your idea to have the furniture ...
by adizanni
Wed Feb 28, 2024 11:03 am
Forum: Developers
Topic: SweetHome3DJS - Porting plugin - ARM architecture support
Replies: 27
Views: 13386

Re: SweetHome3DJS - Porting plugin - ARM architecture support

Ok, yes the purpose is to get rid of the Fat Java client for the card users in Home Assistant; I do not see as a big problem to have bigger SH3D files (even though the load will be slower as no furniture library can be cached in the browser).
On the other hand I need to enlarge the default Furniture ...
by adizanni
Tue Feb 27, 2024 10:20 pm
Forum: Developers
Topic: SweetHome3DJS - Porting plugin - ARM architecture support
Replies: 27
Views: 13386

Re: SweetHome3DJS - Porting plugin - ARM architecture support

Hello Emmanuel, thanks it is a good idea, of course it would be more elegant to have a custom session, but this would take a serious amount of effort. Nevertheless by putting application instead of session, I'm back to my previous issue. There is something in this code that brings up to javascripts ...
by adizanni
Mon Feb 26, 2024 6:07 pm
Forum: Developers
Topic: SweetHome3DJS - Porting plugin - ARM architecture support
Replies: 27
Views: 13386

Re: SweetHome3DJS - Porting plugin - ARM architecture support

I think I'm narrowing in the problem.
The URL are not really a problem, I set the external URLs for the JavaScript interaction in the index.jsp and I set internal URLs for the call to the backend classes (ServerUserPreferences and HomeRecorder) the problem is the session. You store the reference to ...
by adizanni
Sat Feb 24, 2024 10:57 pm
Forum: Developers
Topic: SweetHome3DJS - Porting plugin - ARM architecture support
Replies: 27
Views: 13386

Re: SweetHome3DJS - Porting plugin - ARM architecture support

Hello Emmanuel, I've spent significant time but I could no make SweetHome3DJS to work behind a Proxy: there are many places where URL are configured for WriteHomeEdidts, userPreferences, etc. I have the impression that, sometimes the URLs are used in the frontend (those require the URL rewrite to ...
by adizanni
Tue Feb 20, 2024 11:09 pm
Forum: Developers
Topic: SweetHome3DJS - Porting plugin - ARM architecture support
Replies: 27
Views: 13386

Re: SweetHome3DJS - Porting plugin - ARM architecture support

Thanks again: for the persistency architecture I will need to dedicate more time, for the moment I'm resolving with a "not so clean" folder linking. Of course these are mainly solution that will stay local, protected by the home network, but I prefer not to open breaches and vulnerabilities, as much ...
by adizanni
Mon Feb 19, 2024 8:54 pm
Forum: Developers
Topic: SweetHome3DJS - Porting plugin - ARM architecture support
Replies: 27
Views: 13386

Re: SweetHome3DJS - Porting plugin - ARM architecture support

Hello,

it was not a lot of money but unfortunately I'm not rich, hope that I bring you new donations via my project....

I have another problem/question. I kind of understood that whenever the model brings new resources (furniture, textures, etc), you save those to the lib/resources library using ...
by adizanni
Sun Feb 18, 2024 8:52 pm
Forum: Developers
Topic: SweetHome3DJS - Porting plugin - ARM architecture support
Replies: 27
Views: 13386

Re: SweetHome3DJS - Porting plugin - ARM architecture support

Again thanks, I did not know what was the class to apply the ALL-UNNAMED even if the error was saying all.
You are debugging my project almost line by line :). I've not yet donated for your project but I'm going to do it now.
Hope that my projects are a little contribution to enlarge your community ...
by adizanni
Sun Feb 18, 2024 1:57 pm
Forum: Developers
Topic: SweetHome3DJS - Porting plugin - ARM architecture support
Replies: 27
Views: 13386

Re: SweetHome3DJS - Porting plugin - ARM architecture support

By the way, this is the link to the Home Assistant addon repository with the customized WAR: https://github.com/adizanni/sh3d-ha.
I will soon publish the WAR project behind to make the code visible.