Peter Siebler

Results 11 issues of Peter Siebler

## Feature request ``` Thumbsup version: Latest Node version: v11.14.0 NPM version: 6.9.0 Operating system: macOS High Sierra ``` **metadata.js** To get all metadata please add "this.all" ```... class Metadata...

**Question** I would like the cost of water heating and determine the heating costs. ![heizung2021](https://user-images.githubusercontent.com/30198737/158141214-4b503116-89cb-4fa7-a402-c1841ca8bcc3.png) I record the electricity consumption, gas consumption and also the hot water consumption via sensors...

question

**Question** I don't understand the increase in the pump modulation, because on some nights it is very high and then again it is not. The settings are always the same:...

question

**Installed: BAR-CARD Version 3.1.6** ![Bildschirmfoto 2020-05-03 um 15 08 22](https://user-images.githubusercontent.com/30198737/80915265-68e61d00-8d51-11ea-81bf-dd54521d7a2e.png) ```yaml type: "custom:vertical-stack-in-card" title: Verbrauch Erdgeschoss cards: - type: "custom:bar-card" columns: 7 stack: horizontal direction: up entities: - entity: sensor.verbrauch_buro...

bug

At first everything worked, but I received and exchanged a replacement camera. Since the live stream was no longer visible, I deleted the integration and reinstalled it via HACS. 1....

Is there any way to format the representation of the number for a card ? ![Bildschirmfoto 2020-07-20 um 15 07 34](https://user-images.githubusercontent.com/30198737/87942628-2b19aa80-ca9d-11ea-90d5-1024167a18ef.png) ```yaml entities: - title: "Wasserverbrauch" entities: - entity: sensor.wasser_liter_jahr...

enhancement

`input_number` is Unknown ? `input_boolean` is working. ![Bildschirmfoto 2023-04-03 um 16 16 10](https://user-images.githubusercontent.com/30198737/229537186-7dc23397-ee2a-4643-b919-b6eef83aa192.png) ha configuration ```yaml heating_thermostate_set_temp_pack: # ------------------------- # inputs # ------------------------- input_boolean: thermostat_wohnzimmer1: name: Wohnzimmer Nord Solltemperatur min:...

### The problem If esp32_ble_tracker and mqtt is enabled, application crashes with backtrace. API Component (w/o mqtt) is working ! Version **2022.12.8** Feb 10 2023 is working ! Compiling with...

**Describe the bug** I cannot turn all of my FireTV devices on/off with Homeassitant. They always have the status "standby", even if the FireTV is switched on and running. Since...

Hi, Using Python python3.12 get: `connect Error: module 'ssl' has no attribute 'wrap_socket'` ```python def reconnect(self): print(now(), "CON:", self.uri) self.reset() sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.connect((self.host, self.port)) if not self.http: sock...