Core: Repetier-Server cant add more than 1 server

Created on 4 Jul 2020  路  8Comments  路  Source: home-assistant/core

Hi! I add into /config/configuration.yaml:
repetier:

  • host: IP server 1
    api_key: api ker from 1 server
    port: 80

repetier 2:

  • host: IP server 2
    api_key: api ker from 2 server
    port: 80

In /lovelace/ i cant see sensors and other info from repetier 2.

need-more-information

All 8 comments

I add in /config/configuration.yaml
switch 5:

  • platform: remote_rpi_gpio
    host: 192.168.89.3
    ports:
    3: Printer On/Off
    4: Printer On/Off
    And i cant see the switch into switches. For add i use File Editor addon. I do restart HASS from the addon.

Hi there @userosos!

Thanks for opening up an issue. When creating an issue, an issue template is presented. Could you please update your issue description to use that template and fill in as much requested data as possible? Without it, we won't be able to help you.

Thanks! 馃憤

Hi there @userosos!

Thanks for opening up an issue. When creating an issue, an issue template is presented. Could you please update your issue description to use that template and fill in as much requested data as possible? Without it, we won't be able to help you.

Thanks! 馃憤

Oh, sorry!

About the system:
arch | x86_64
-- | --
chassis | desktop
dev | false
docker | true
docker_version | 19.03.12
hassio | true
host_os | Debian GNU/Linux 10 (buster)
installation_type | Home Assistant Supervised
os_name | Linux
os_version | 4.19.0-9-amd64
python_version | 3.7.7
supervisor | 228
timezone | Europe/Moscow
version | 0.112.2
virtualenv | false

1) https://www.home-assistant.io/integrations/repetier/ - Repetier-Server integration
2) https://www.home-assistant.io/integrations/remote_rpi_gpio/ - remote_rpi_gpio

Anything else?

Your config is incorrect. See the correct format in the docs:

repetier:
  - host: REPETIER_HOST
    api_key: YOUR_API_KEY
  - host: REPETIER_HOST_2
    api_key: YOUR_API_KEY
    port: 3344
repetier

Now i have:
Invalid config for [repetier]: contains duplicate items: ['repetierserver'] for dictionary value @ data['repetier']. Got [OrderedDict([('host', '192.168.89.3'), ('api_key', 'b2974c8a-cf1e-4089-bad4-495aaec4bb58')]), OrderedDict([('host', '192.168.89.2'), ('api_key', 'f98d40f7-b165-46a4-92fc-c24baf3bc8ac'), ('port', 80)])]. (See /config/configuration.yaml, line 66).

You need to specify a unique name per server entry.

repetier:
  - host: REPETIER_HOST
    api_key: YOUR_API_KEY
    name: a
  - host: REPETIER_HOST_2
    api_key: YOUR_API_KEY
    port: 3344
    name: b

You need to specify a unique name per server entry.

repetier:
  - host: REPETIER_HOST
    api_key: YOUR_API_KEY
    name: a
  - host: REPETIER_HOST_2
    api_key: YOUR_API_KEY
    port: 3344
    name: b

It is work! Thx!

I add in /config/configuration.yaml
switch 5:

* platform: remote_rpi_gpio
  host: 192.168.89.3
  ports:
  3: Printer On/Off
  4: Printer On/Off
  And i cant see the switch into switches. For add i use File Editor addon. I do restart HASS from the addon.

What about remote GPIO? I think that i has syntax error too.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

flsabourin picture flsabourin  路  3Comments

sogeniusio picture sogeniusio  路  3Comments

sh0rez picture sh0rez  路  3Comments

kirichkov picture kirichkov  路  3Comments

bdraco picture bdraco  路  3Comments