Quantcast
Channel: Configuration - Home Assistant Community
Viewing all 106096 articles
Browse latest View live

Difference between power consumption state value and current attribute

$
0
0

@tringler wrote:

Hello,

I’m not sure if that fits to the forum, but here you are my question - I’m running a few Innr SP120. They are connected by DeConz and I’m getting the power consumption as state and I have also an attribute on that sensor called “current”. Can anybody explain me difference, because on my coffeemachine I have peaks with 7kW - I would expect about 1kW.

attribute current:

state:

Thanks in Advance, Thomas

Posts: 1

Participants: 1

Read full topic


Automation: write text to user interface

$
0
0

@f00dagi wrote:

Hi!

To facilitate troubleshooting and get a better overview of activated automations I would like each automation to write a line of text to a log once it has completed. I would like to view the log in the user interface.

Is this possible with a reasonable effort? Thanks!

Posts: 1

Participants: 1

Read full topic

Rest API from Curl command

$
0
0

@dragonslore wrote:

Hello everyone :slight_smile:

Hope you are fine during this strange time.
I’m trying to call home assistant through a curl command.

The script I try to call is “Ampli”, it helps me using a Broadlink RM4C Mini to send a command to my Denon Amplifier.

Here is my script.
curl -X POST -H "Authorization: password" -H "Content-Type: application/json" -d "{ \"entity_id\": \"script.Ampli\" }" http://192.168.1.2:8123/api/services/script/Ampli

I get the error “400: Bad Request”, do you have any idea what could provoke this error ?

Thanks :slight_smile:
Manu

Posts: 1

Participants: 1

Read full topic

The "radio less" Home Assistant vs. the "octopus in the center of the house"

$
0
0

@ausserirdischegesund wrote:

Home assistant differs from other “modern” applications in that it is closely tied to hardware. Probably most users have at least two or three radio interfaces to interact with stuff in the house: Bluetooth/BLE, Z-Wave, Zigbee and WiFi are more or less necessary for HA, even if the host running HA itself is connected by Ethernet.

For some forms of radio interfaces, a detached scenario is the norm, eg for WiFi. While it would be possible to run hostapd on the same host that HA is running on, I suppose most people just use an access point (or wifi router) on a position where it is convenient and useful reception wise.

It is less clear with Z-Wave and Zigbee: There are tightly coupled solutions to these protocols, and I assume many people have a host running HA with a few USB cables coming out, each with a ZigBee, Z-Wave, BLE, 433MHz etc. stick on the end and sitting in a corner like a spider or an octopus (8 radios is a bit much though ;). For ZigBee or Z-Wave it is not as tragic if the position of the radio is not in a perfect position, as routers and mesh networking make this less important.

What is your thingking about this?

Currently I am rethinking what to do about this, as HA supervised going unsupported probably means I will go virtualized. I am not sure I really will want to virtualize several USB sticks, if a detached solution similar to WiFi access points makes more sense (put a raspberry pi with deconz or z-wave2mqtt in a convenient position high on a wall, where the radio has a good reach).

Is your HA more “radioless” or “octopus”?

Posts: 1

Participants: 1

Read full topic

Upgrade error - Cryptography module

$
0
0

@CharlyZ wrote:

Anyone else having this issue? Trying to upgrade form 0.108.9 to 0.109.6 on debian 10 buster on a raspberry pi 3+ using virtualenv , Python 3.7.3, and getting this…

Collecting cryptography==2.9                                                                                                                                                                                                                      [17/56]  Using cached cryptography-2.9.tar.gz (517 kB)                                                                                                                                                                                                            Installing build dependencies ... error                                                                                                                                                                                                                  ERROR: Command errored out with exit status 1:                                                                                                                                                                                                            command: /srv/homeassistant/bin/python3 /srv/homeassistant/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-f4za0l_u/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.6.0' wheel 'cffi>=1.8,!=1.11.3; platform_python_implementation != '"'"'PyPy'"'"''                                                                                                                                        cwd: None                                                                                                                                                                                                                                           Complete output (44 lines):                                                                                                                                                                                                                              Traceback (most recent call last):                                                                                                                                                                                                                         File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main                                                                                                                                                                                 "__main__", mod_spec)                                                                                                                                                                                                                                  File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code                                                                                                                                                                                            exec(code, run_globals)                                                                                                                                                                                                                                File "/srv/homeassistant/lib/python3.7/site-packages/pip/__main__.py", line 26, in <module>                                                                                                                                                                sys.exit(_main())                                                                                                                                                                                                                                      File "/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/cli/main.py", line 73, in main                                                                                                                                                          command = create_command(cmd_name, isolated=("--isolated" in cmd_args))                                                                                                                                                                                File "/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/commands/__init__.py", line 104, in create_command                                                                                                                                      module = importlib.import_module(module_path)
    File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
      return _bootstrap._gcd_import(name[level:], package, level)
    File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
    File "<frozen importlib._bootstrap>", line 983, in _find_and_load
    File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
    File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
    File "<frozen importlib._bootstrap_external>", line 728, in exec_module
    File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
    File "/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 24, in <module>
      from pip._internal.cli.req_command import RequirementCommand, with_cleanup
    File "/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 16, in <module>
      from pip._internal.index.package_finder import PackageFinder
    File "/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/index/package_finder.py", line 21, in <module>
      from pip._internal.index.collector import parse_links
    File "/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/index/collector.py", line 14, in <module>
      from pip._vendor import html5lib, requests
    File "/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/requests/__init__.py", line 114, in <module>
      from . import utils
    File "/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/requests/utils.py", line 25, in <module>
      from . import certs
    File "/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/requests/certs.py", line 15, in <module>
      from pip._vendor.certifi import where
    File "/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/certifi/__init__.py", line 1, in <module>
      from .core import contents, where
    File "/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/certifi/core.py", line 12, in <module>
      from importlib.resources import read_text
    File "/usr/local/lib/python3.7/importlib/resources.py", line 11, in <module>
      from typing import Iterable, Iterator, Optional, Set, Union   # noqa: F401
    File "/srv/homeassistant/lib/python3.7/site-packages/typing.py", line 1357, in <module>
      class Callable(extra=collections_abc.Callable, metaclass=CallableMeta):
    File "/srv/homeassistant/lib/python3.7/site-packages/typing.py", line 1005, in __new__
      self._abc_registry = extra._abc_registry
  AttributeError: type object 'Callable' has no attribute '_abc_registry'
  ----------------------------------------
ERROR: Command errored out with exit status 1: /srv/homeassistant/bin/python3 /srv/homeassistant/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-f4za0l_u/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.6.0' wheel 'cffi>=1.8,!=1.11.3; platform_python_implementation != '"'"'PyPy'"'"'' Check the logs for full command output.

Posts: 1

Participants: 1

Read full topic

Z-wave - Gocontrol Thermostat not responding on homekit with latest update

$
0
0

@shinjestari wrote:

Hi everyone, thank you for taking a look at this. The latest update is causing me a weird issue. I have 4 zwave devices, 1 thermostat and 3 switches, that integrate to Homekit and show up on my iOS Home devices. The latest update passes only the 3 switches fine but the thermostat is not responding in iOS Home. Within home assistant the thermostat is fine, no errors.

I am using HASSIO on a Raspberry Pi4, Aeotec Z-Stick Series 5.

Posts: 1

Participants: 1

Read full topic

Hass.io in virtualbox not reachable from host

$
0
0

@Solius wrote:

I just moved my Hass.io installation to a virtualbox running on a W10x64 Nuc.
Most things seem to work fine, the samba share is available from other machines on my network, the mqtt server is reachable, nginx+duckdns add-ons are working so I can reach the frontend remotely.

The problem is that I cannot reach either the frontend or the samba share from the NUC host. Virtualbox network adapter is bridged to the ethernet adapter, and promiscuous mode is set to “Allow all”.

edit: access via the public duckdns address is also not possible from the Nuc.
edit: I am able to successfully ping the Hass.io ip from the Nuc.

Would be very grateful for some help :slight_smile:

Posts: 1

Participants: 1

Read full topic

Supervised installation HA: Portainer credentials to login?

$
0
0

@Hans2HA wrote:

Hi there,

Have a RPi3 (running on Raspbian GNU/Linux 10 (buster)) with supervised installation (Docker + Portainer). I’m using Portainer on OS level (on port 9000).
Before when I started my pi, the supervisor container loaded automatically (and so HA). Now not anymore. I have to start the supervisor service and then I need to login to HA. Also, when I wanted to check the logs from Portainer (on port 9000 with my browser), I need to login there as well and here comes the issue, because I’m not aware of the password (and the username). Actually I didn’t create those credentials myself but I suppose they came along with the installation. Could you please advise.

Below 2 warnings I saw in the system log (excerpt):

Blockquote
20-05-10 11:55:33 WARNING (MainThread) [supervisor.dbus.rauc] Host has no rauc support. OTA updates have been disabled.

20-05-10 11:55:41 INFO (SyncWorker_4) [supervisor.docker.interface] Attach to homeassistant/raspberrypi3-homeassistant with version 0.109.6
20-05-10 11:55:41 WARNING (MainThread) [supervisor.hassos] No Home Assistant Operating-System found!
Blockquote

Thanks,
Hans

Posts: 1

Participants: 1

Read full topic


Broadlink RM2/RM4Pro and communicating with a VPS on AWs or the likes

$
0
0

@HellfireZA wrote:

Hi guys

Just wondering if this would be possible and how would I go about doing it?
I’ve got everything setup locally just fine but wanting to move to a VPS and use Docker.

Kind Regards,
Adrian

Posts: 1

Participants: 1

Read full topic

Different views on mobile devices

$
0
0

@orandus wrote:

Hi,

I fear it’s an topic, that is often discussed here, but I couldn’t find a solution for myself. I started with Home Assistant and I’m very impressed on it. It’s much more comfortable than FHEM, that I used for years before.

I installed Hacs, Custom Header and a custom Theme (iOS Dark Mode Theme). On my PC it’s everything all right.

But when I open the Frontend on my iPhone or on Amazon Fire HD (it will be the main device on the wall…) it looks very ugly. No transparent Cards, no background image.
On the iPhone native App, it seems like Custom Header is not loaded,and on iPhone Safari and Fire HD Fully Kiosk, the background image is not loaded and the Custom Header and the cards are not transparent.

On iPhone native App:

On iPhone Safari (same on the tablet):

Could you give me a short hint, where I have to look? As now, I do not make differences between the users, I’ll do it later, so that the tablet user will get another view than the iPhone user, as the PC user… That will not be the problem, when I know, where the current issue is.

Versions:

  • HassOS 3.13 installed on a Raspberry Pi
  • Home Assistant Core 0.109.6
  • Custom Header 1.3.8
  • iOS Dark Mode Theme: ece552c

The view on the iPhone is not so important for me, but on the Fire HD it is…

Thanks in advance,
Lars

Posts: 1

Participants: 1

Read full topic

Serial communication and templates (RS-485)

$
0
0

@LuckyPants wrote:

I’m trying to create a read/write communication with an oldschool ventilation unit (Vallox) that uses RS-485 to communicate with control panels. I would like to use my HASS as a additional “control panel”. I have 2 USB-adapters and I have succesfully created a communication link between my PC and Rasp running the vanilla image of Home Assistant that you can download from the site.

Right now I am able to send messages from my PC. For example this would be temperature of the air supply:

01 11 20 5B 93 20

Last byte is the actual reading, one before that is the address and others are constant. I have this configuration now:

sensor:
  - platform: serial
    serial_port: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
    baudrate: 9600
  - platform: template
    sensors:
      vallox_tuloilma:
        friendly_name: Vallox Tuloilma
        unit_of_measurement: "°C"
        value_template: "{{ states('sensor.serial_sensor').split(' ')[5] | float }}"

It does work like I planned but now I would like to make it a bit more sophisticated without learning python or anything like that because I would like to keep this quite simple and use out of box features. So the thing I need help in is creating a set of conditions with templates so that I would only read messages beginning with 01 11 20 5B and then I could set few addresses that I am interested in?

Another thing is writing to serial bus for fan speed commands. Is it possible without installing complex addons?

Thanks in advance :grinning:

Posts: 1

Participants: 1

Read full topic

FlexTV addon ask for Cast.bundle update

$
0
0

@Olivier974 wrote:

hello,

my FlexTV addon doesnt work, no logs, do nothing and i have this warning :

Cast.bundle is no more used, its FlexTV.bundle…

I have install the FlexTV.bundle with WebTools on my OMV5 NAS Plex server, who runs in a Docker with Portainer.

When i open the web UI of the AddOn of Home Assistant, its ok to link my google account for Plex, but after, nothing happen when i ask google to “talk to Flex TV”, and no logs to debug!

No logs in the Add-On after “starting Nginx” :

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing... 
-----------------------------------------------------------
 Add-on: FlexTV
 A super-sexy text and voice interface for Plex
-----------------------------------------------------------
 Add-on version: 1.2.0
 There is an update available for this add-on!
 Latest add-on version: null
 Please consider upgrading as soon as possible.
 System: HassOS 3.13  (armv7 / raspberrypi4)
 Home Assistant Core: 0.109.6
 Home Assistant Supervisor: 222
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing... 
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] nginx.sh: executing... 
[cont-init.d] nginx.sh: exited 0.
[cont-init.d] phlex.sh: executing... 
[cont-init.d] phlex.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[18:18:57] INFO: Starting PHP-FPM...
[18:18:57] INFO: Starting NGinx...

i have install Tutilli and it works great, and i have logs…

Please help, Flex Tv seems to be a cool AddOn to talk to Plex Media Server with Google Home…

Thanks

Posts: 1

Participants: 1

Read full topic

Portainer: issue with 2 containers

$
0
0

@Hans2HA wrote:

Hi there,

Am new to Portainer and have it installed on OS level (accessible from browser with my IP port 9000). I see in the browser UI a problem with 2 containers: 1. the core config checker and 2. duck dns. The problem with 1) I understood from the logs is that it is not able to connect with the supervisor. Now I am wondering if the core config checker is able to work in a docker environment at all? If so, is it a matter of permissions and if so how do I provide them?
The problem with 2, duck dns is a known problem for which I had a solution (How to resolve config errors after DuckDNS) only I don’t know how to update the DNS from within Portainer - the duck dns container is not running because of this error and so I can’t provide commands in the console associated to this container.

Thanks,
Hans

Below the core config check logs from HA:

Blockquote
[s6-init] making user provided files available at /var/run/s6/etc…exited 0.
[s6-init] ensuring user provided files have correct perms…exited 0.
[fix-attrs.d] applying ownership & permissions fixes…
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts…
[cont-init.d] udev.sh: executing…
starting version 3.2.9
[15:18:34] INFO: Update udev information
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[15:18:34] INFO: Setup udev devices

[15:18:36] INFO: Don’t worry, this temporary installation is not overwriting your current one.
[15:18:36] INFO: Installing Home Assistant: latest…
[15:18:36] INFO: Please be patient, this might take a few minutes…
WARNING: You are using pip version 20.0.2; however, version 20.1 is available.
You should consider upgrading via the ‘/usr/local/bin/python -m pip install --upgrade pip’ command.
[15:21:52] INFO: Installed Home Assistant 0.109.6
[15:21:52] INFO: Making a copy of your configuration for checking…
[15:21:52] INFO: Checking your configuration against this version…
[15:28:25] INFO: Configuration check finished - no error found! :slight_smile:
s6-svscanctl: fatal: unable to control /var/run/s6/services: supervisor not listening
[cont-finish.d] executing container finish scripts…
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

Blockquote

Posts: 1

Participants: 1

Read full topic

File structure in hassos?

$
0
0

@mf_social wrote:

OK - I’m testing things after the ‘news’ and installed the hassos qcow image in Proxmox…

What’s the path for the configuration files / addon files etc?

On a supervised install it was /usr/share/hassio/*

I can’t find them now :man_shrugging:

Please and thanks :slightly_smiling_face:

Posts: 3

Participants: 2

Read full topic

Linux Docker install

$
0
0

@Allanon wrote:

Previously I installed docker via the alternate install script for linux. It would tell me additional things I needed to install if they weren’t there already. The last step was to download the docker container and start it.

I saw the announcement that multiple versions of linux weren’t supported anymore. Since I already have 0.109.6 installed can I still update this or do I have to get one of the VM images going forward?

Posts: 2

Participants: 2

Read full topic


Service persistent_notification mark_read versus dismiss: what does it do?

$
0
0

@Mariusthvdb wrote:

trying to figure out what the only new discovered service persistent_notification.mark_read does, I cant seem to find any hints to that in the docs

Was this recently added, or have I always missed this. I have a rather extensive system of automations using persistent_notifications and automatic dismissal, so am rather interested to see if this could add something useful to the toolbox.
When should we use ‘mark_read’ , what does it do other than the obvious, and how can we see that happening in the frontend.

Second question I have been wanting to ask for some time, is whether we can see the notification_id of the persistent_notifications in the state machine? it’s not an attribute, nor a state attribute, and nowhere to be found. Yet these id’s are automatically created by the system, or manual by setting an id in an automation eg.

Posts: 1

Participants: 1

Read full topic

The 'official' way

$
0
0

@mf_social wrote:

Not so much of a rush now that the deprecation of the supervised install has been suspended, but I’m still curious and have been playing around with the concept of ‘migrating’ to hassos.

Something that bugs me in this project sometimes is when things get changed and the userbase says “OK, what’s the official way to do it?” and the question falls on deaf ears.

Now I’d say I’m a ‘power-user’, so the fact that I’m struggling with the following basic question doesn’t bode well for the new target audience, but…

What’s the official way to restrore from a snapshot when you migrate??

I ask this because there’s no option I can see in the UI to import a backup, so I can only assume I have to put it on the machine myself in the backups folder. Now, it took me a really long time to even find the backup folder on the machine, only then to find that ssh is disabled by default. So then I install the ssh addon, which I actually can’t get to work. I can’t even get as fas as login, I just get connection refused (the addon says it’s listening on port 22 so :man_shrugging: ) And even then if I can get that far, what user name do I use? root? homeassitant? Homeassistant user?

So effectively I have a blank canvas of hassos - I have a snapshot, and I have no way of putting the two together and there are no official instructions how to do this.

I’m sure eventually I’ll stumble through and work out a way of getting it across, but the point I’m making is it is not a very welcoming situation to be in and has eaten up most of my day.

However if I was using the (soon-to-be) unsupported method I would have actual access to the file system and would have ‘normal’ ssh access. I would have had the whole thing transferred to the new machine and been up and running in under an hour.

So in the broader sense, if a power-user is struggling how to see how people are supposed to do this easily, how are the new target audience supposed to work it out - and when is more thought going to be put in to “This is the way we expect you to do it”?

I would have thought the ability to import a snapshot from the ui would have been the best :slightly_smiling_face:

Posts: 1

Participants: 1

Read full topic

Grocy Chores Card

$
0
0

@Bladian wrote:

Hi All,

Probably a total noob question here :laughing:. I’m having a problem getting the Grocy Chores Card to work. I’ve installed it together with card-tools via HACS, but when i try to add the card my dashboard it keeps on saying: “Cannot read property ‘setConfig’ of undefined”. Can anyone help me with this?

My code looks like this:

title: Chores
resources:
  - url: /local/community/lovelace-grocy-chores-card/grocy-chores-card.js
    type: js
views:
  title: View
  cards:
    - type: custom:grocy-chores-card
      entity: sensor.grocy_chores

Thanks!

Posts: 2

Participants: 2

Read full topic

HA core running in Docker moving hosts

$
0
0

@nmsaini wrote:

I have an existing HA core running inside Docker container.
I want to move this container (or recreate) on a different host. So I tar up my existing config folder and moved it to the different host. However, on the new host I doesn’t recognize my login. When I first launch the browser it is asking me to create an account. I am unable to create the account as there is an existing account with the same name.

After backtracking and troubleshooting I found the .storage folder never cleanly tar’ed up as the .storage folder permissions where with root privileges. Assuming that folder is the one that contains the user account information and other local storage that I need to move over.

Are there instructions on how to move/backup a docker environment?

Any help is much appreciated.
Cheers!

Posts: 1

Participants: 1

Read full topic

File Configurator 401 unauthorized error

$
0
0

@John.McDowell wrote:

Several days ago my system crashed due to a bad SD card. (Running Hass.io on RPi4)
Unfortunately when I attempted to recover from a recent snapshot I found that the snapshot had failed to backup the homeassistant core area (not sure why this happened and I have not found the right log to look in yet). I will address that problem sometime in the future.

I was successful in making a new install on a fresh SD card. I was able to restore what was in the snapshot. I was still able to read the homeassistant folder on the old SD card and had copied it. I then manually copied files from the old homeassistant folder to the new system via Samba.

The good news: Everything is up and running and I did not loose all of my front end configuration work.
The bad news: The only thing that is not working is the “Core Configurator” add-on. When I open it, it returns a 401 Unauthorized error.

I stopped and restarted it - no change.
I uninstalled and reinstalled - no change.
I rebooted the host - no change.
The log from HA CLI add on logs are as follows:

[s6-init] making user provided files available at /var/run/s6/etc…exited 0.
[s6-init] ensuring user provided files have correct perms…exited 0.
[fix-attrs.d] applying ownership & permissions fixes…
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts…
[cont-init.d] done.
[services.d] starting services
[services.d] done.
INFO:2020-05-10 11:21:05,194:hass_configurator.configurator:Starting server
INFO:2020-05-10 11:21:05,196:hass_configurator.configurator:Listening on: http://0.0.0.0:8099
INFO:2020-05-10 11:21:46,459:hass_configurator.configurator:172.30.32.2 - “GET / HTTP/1.1” 200 -
INFO:2020-05-10 11:21:46,906:hass_configurator.configurator:172.30.32.2 - “GET /material-icons.fallback.css HTTP/1.1” 200 -
INFO:2020-05-10 11:21:46,911:hass_configurator.configurator:172.30.32.2 - “GET /style.css HTTP/1.1” 200 -
INFO:2020-05-10 11:21:46,953:hass_configurator.configurator:172.30.32.2 - “GET /jquery-3.4.1.min.js HTTP/1.1” 200 -
INFO:2020-05-10 11:21:46,972:hass_configurator.configurator:172.30.32.2 - “GET /materialize.min.js HTTP/1.1” 200 -
INFO:2020-05-10 11:21:46,990:hass_configurator.configurator:172.30.32.2 - “GET /js-yaml.min.js HTTP/1.1” 200 -
INFO:2020-05-10 11:21:47,191:hass_configurator.configurator:172.30.32.2 - “GET /xxxxxxxxx/ HTTP/1.1” 200 -

The xxxxxxx in the last line of the log looks like it is a secret of some kind so I did not include. Any ideas on next steps to fix this? I believe something I did with copying the files with SAMBA is the cause, but I don’t know what.

Posts: 1

Participants: 1

Read full topic

Viewing all 106096 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>