Re: [MyDomoAtHome] Support thread
Posted: Thursday 24 August 2017 14:00
Hello,
I Have Working Mydomoathome.
My problem is that my Domoticz is growing up, its already around 300devices. Part of them is virtual for events purpuse and I dont need them in imperihome.
I would like to create separete user for mydomoathome to make it lighter and work faster.
For now in Domoticz im allowing all devices from 127.0.0.1 without login.
When im turning this option off, or changing config of mydomoathome
And try with authentication
I'm getting:
What is wrong?
I Have Working Mydomoathome.
My problem is that my Domoticz is growing up, its already around 300devices. Part of them is virtual for events purpuse and I dont need them in imperihome.
I would like to create separete user for mydomoathome to make it lighter and work faster.
For now in Domoticz im allowing all devices from 127.0.0.1 without login.
When im turning this option off, or changing config of mydomoathome
Code: Select all
from "host": "127.0.0.1", to 192.168.2.200 (my RBP IP)
Code: Select all
{
"app_name": "MyDomoAtHome",
"auth": { "username": "xxx", "password": "xxx" },
"domoticz": {
"ssl": false,
"host": "127.0.0.1",
"port": "8080",
"path": "/",
"username": "xxx",
"password": "xxx"
},
"port": 2742,
"passcode": ""
}
Code: Select all
{"devices":[{"id":"S00","name":"Unable to connect to Domoticz","type":"DevGenericSensor","room":"Utility","params":[{"key":"Value","value":"http://127.0.0.1:8080/json.htm"}]},{"id":"S01","name":"Please add this gateway in Setup/settings/Local Networks","type":"DevGenericSensor","room":"Utility"}]}