Skip to content

Custom integration ist installiert. Was nun? #3

Closed Answered by gickowtf
therealspider67 asked this question in Q&A
Discussion options

You must be logged in to vote

Moin, probiere bitte zu erst eine ganz simple config:

divoom_pixoo:
  ip_address: 'CHANGEME'
  scan_interval:
    seconds: 15
  pages:
    - page: 1
      texts:
        - text: "TEST"
          position: [5, 10] # 5 nach rechts und 10 nach unten
          font: FONT_GICKO
          font_color: [255, 0, 0]  # red

Wenn das funktioniert funktioniert auch alles andere.

Bei der PV anzeige ist es zwingend erforderlich das alle Keywords korrekt gefüllt sind.

power: "{{ states('sensor.deinSensor') | float(0) }}"
storage: "{{ states('sensor.deinSensor') | float(0) }}"
discharge: "{{ states('sensor.deinSensor') | float(0) }}"
powerhousetotal: "{{ states('sensor.deinSensor') | float(0) }}"
vomNetz…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
2 replies
@therealspider67
Comment options

@therealspider67
Comment options

Answer selected by gickowtf
Comment options

You must be logged in to vote
7 replies
@gickowtf
Comment options

@therealspider67
Comment options

@gickowtf
Comment options

@therealspider67
Comment options

@therealspider67
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants