empierre / MyDomoAtHome

MyDomoAtHome - REST interface for ImperoHome with Domoticz (ISS)
http://domoticz.com/wiki/ImperiHome
GNU General Public License v3.0
32 stars 22 forks source link

user and password #143

Closed matteos1 closed 6 years ago

matteos1 commented 6 years ago

if domoticz have username and password how i can insert these value in /etc/mydomoathome/config.json? thankyou

empierre commented 6 years ago

in the domoticz tag, just add the auth as below: "domoticz": { "ssl": false, "host": "127.0.0.1", "port": "8080", "path": "/", "auth": { "username": "admin", "password": "admin" } },