-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't connect to any FHEM instance #7
Comments
Have you tried to setup your host with username and password? Maybe this could solve your problem: #2 Otherwise you have to debug the js code. If you want to debug the code you can use the electron dev tools. Just start the magic mirror with "npm start dev". This will start electron with opened dev tools. In the "Sources" tab you have to navigate to modules/MMM-FHEM/MMM-FHEM.js. Search for "sockeNotificationReceived: function...". At this point you can start to debug your fhem response. |
I have the same issue. I cannot connect to any FHEM instance. The module is not displaying anything. I can see it in the browser tools but no data is ever shown with any config connecting to any FHEM instance. Any help (maybe someone posting his working config) is appeciated! :) |
the Fix for you`r Problem might be: to test the module you can insert in the config 'header: 'Smarthome',' to see if the module is pop up an header if not the problem might be somwere else. as an last option you can try |
Hi there,
I have difficulties connecting to any FHEM instance even if they aren't password protected. As a first step I wanted to connect it to a publicly available demo environment of FHEM from https://waschto.eu/fhem-und-tabletui-livedemo/ The instance is running under "http://fhem.waschto.eu:8083/fhem"
From that instance I was trying to get the temperature and humidity reading of a device but failed. The result is, that nothing is displayed in the mirror-page.
Is there an error thrown/displayed when the connection isn't possible? Or is there any good way to debug my config? Obviously when I get this running, the next step is to connect it to my local instance. As I however need to define a new FHEMWeb for that I'd like to postpone it until the widget works fine fist :)
Hopefully someone can help me and tell me what I did wrong. Here's my config:
Thanks =)
The text was updated successfully, but these errors were encountered: