SEPIA-Framework / sepia-docs

Documentation and Wiki for SEPIA. Please post your questions and bug-reports here in the issues section! Thank you :-)
https://sepia-framework.github.io/
237 stars 16 forks source link

SmartHomeHub issue with FHEM #16

Closed speedAmaster closed 4 years ago

speedAmaster commented 4 years ago

trying to "register sepia" leads to

{ "result": "fail", "error": "500 internal error", "info": "2020-02-16 23:56:05 WARNING - URLBuilder.java / getString() - Failed to build URL: [Ljava.lang.String;@b81fd8" }

speedAmaster commented 4 years ago

PS: my FEHM server is https://192.168.178.99:8083/fhem Sepia is on: http://192.168.178.91:20721//tools/index.html#!smart-home

sepia-assistant commented 4 years ago

Hello,

could you check the SEPIA Assist-Server log at ~/SEPIA/sepia-assist-server/log.out please for a more detailed error description and double-check that your properties file at ~/SEPIA/sepia-assist-server/assist.custom.properties contains exactly those 2 lines:

smarthome_hub_host=https://192.168.178.99:8083/fhem
smarthome_hub_name=fhem

It looks like your FHEM Url contains invalid characters or for some reason cannot be parsed.

sepia-assistant commented 4 years ago

I will close this issue assuming that you solved the problem? Feel free to comment here if you want to reopen it.