AirCon icon indicating copy to clipboard operation
AirCon copied to clipboard

adding a new device to existing ones

Open heindlalexander opened this issue 1 year ago • 1 comments

I have 2 devices already added using the SmartLive-App (hismart-eu) I added a 3rd device (sadly different app), therefor added 3 lines as decribed (hisense-eu):

app:
  - username: myuser
    password: mypwd
    code: hisense-eu
  - username: myuser
    password: mypwd
    code: hismart-eu
log_level: INFO
mqtt_host: localhost
mqtt_user: mqtt-user
mqtt_pass: mqttpwd
port: 18830

addon was restarted in home assistant. even restarted the whole system. sadly no device is added. I see no hints in the log, as if it doesn't try to contact it.

heindlalexander avatar Apr 14 '23 11:04 heindlalexander

I got it working now, by renaming/removing the existing config_xxx.json files in the hisense folder.

but now I have a different issue: for the new device I get: E0414 14:07:20.599 notifier.py:121] Failed to connect to 192.168.188.109, maybe it is offline? I tried http://192.168.188.109/local_reg.json in my browser, and it really did not work. for the two, which work, I at least get a response.

Update: another restart of the unit helped.

very strange: I switched off an on again all units, and non of it worked then (same error for all): http://192.168.188.10x/local_reg.json doesn't respond, even if IP pingable and port 80 listening. nevertheless, the app worked.

heindlalexander avatar Apr 14 '23 12:04 heindlalexander