Hi all.
I have trying to make a automation for my plex and hue but no luck
But now i screwed something
Every time i try to make a automation i get
Message malformed: Integration ‘’ not found
What is that?
Thanks!
Hi all.
I have trying to make a automation for my plex and hue but no luck
But now i screwed something
Every time i try to make a automation i get
Message malformed: Integration ‘’ not found
What is that?
Thanks!
You will need to provide more information for anyone to help. E.g. post the contents from your configuration.yaml and automations.yaml.
Hi. Thanks for the reply. But where can i find those?
How did you install Home Assistant and on what platform?
Hi
It is a hyper-v vm
So no body kan tell me what is wroung? Where can i find the logs you need? Do i have to start all over?
You give use very little to help you with. We don’t even know how you installed HA. Hyper-v vm is the system you installed HA on, not the way you installed HA.
I, sorry Francis.
I will give you all the info i have but i dont know where to find it
I just downloaded the vhdx file and made a VM with that vhdx file.
I have updated the HA core to the newest version - no diffrence
I tryed shutting the VM down - no diffrence
Can i provide with some log or somthing?
As I asked before
Yes super! Where do i find that?
Install the ‘file editor’ add-on from the add-on store, and cut-and-paste. Don’t forget to use the </> button before pasting.
HI.
Is this correct?
Automation.yaml
[]
Config.yaml
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
Log.yaml
2020-03-15 14:03:44 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.plex_daniel_server fails
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 379, in prepare_url
scheme, auth, host, port, path, query, fragment = parse_url(url)
File "/usr/local/lib/python3.7/site-packages/urllib3/util/url.py", line 392, in parse_url
return six.raise_from(LocationParseError(source_url), None)
File "<string>", line 3, in raise_from
urllib3.exceptions.LocationParseError: Failed to parse: https://192-168-1-10.55a0044a254c4c85bc4e3134785696b0.plex.direct:32400None
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 279, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 476, in async_device_update
await self.hass.async_add_executor_job(self.update)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/plex/sensor.py", line 116, in update
if sess.show().year is not None:
File "/usr/local/lib/python3.7/site-packages/plexapi/video.py", line 625, in show
return self.fetchItem(self.grandparentKey)
File "/usr/local/lib/python3.7/site-packages/plexapi/base.py", line 137, in fetchItem
for elem in self._server.query(ekey):
File "/usr/local/lib/python3.7/site-packages/plexapi/server.py", line 376, in query
response = method(url, headers=headers, timeout=timeout, **kwargs)
File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 546, in get
return self.request('GET', url, **kwargs)
File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 519, in request
prep = self.prepare_request(req)
File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 462, in prepare_request
hooks=merge_hooks(request.hooks, self.hooks),
File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 313, in prepare
self.prepare_url(url, params)
File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 381, in prepare_url
raise InvalidURL(*e.args)
requests.exceptions.InvalidURL: Failed to parse: https://192-168-1-10.55a0044a254c4c85bc4e3134785696b0.plex.direct:32400None
OK, start by removing your Plex integration. It throw’s a lot of errors.
That’s a known issue in the library Plex uses: https://github.com/home-assistant/core/issues/32686. It’ll be fixed soon and isn’t fatal. It’s not the source of a problem here.
I just tryed deleting the plex integration and no diff.
What else can i do? Very fast this was broken
Okay i started all over
I’m getting this too, seems undiagnosable or at least not explainable.
Example, I created this automation:
- id: '1584962954826'
alias: Energy Savings (TOU off-peak)
description: Only ON during off-peak (7PM -> 7AM)
trigger:
- at: 07:00:00
platform: time
condition: []
action:
- scene: scene.energy_savings_tou_off_peak
based off this scene:
- id: '1584962996368'
name: Energy Savings (TOU off-peak)
entities: {}
That all worked.
However trying to create a similar one in the UI same naming chars etc, and it doesn’t work!
Name: Energy Savings (TOU winter on-peak morning)
Desc: OFF (7AM -> 11AM)
Active Scene: scene.energy_savings_tou_on_peak_winter
save button doesn’t work, then it says at the top in red:
Message malformed: Integration ‘’ not found
Same in my installation ? Are you running 0.107,x also ?
Created a issue with some of my data and your example, follow it on: