Peter Siebler
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.  I record the electricity consumption, gas consumption and also the hot water consumption via sensors...
**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:...
**Installed: BAR-CARD Version 3.1.6**  ```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...
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 ?  ```yaml entities: - title: "Wasserverbrauch" entities: - entity: sensor.wasser_liter_jahr...
`input_number` is Unknown ? `input_boolean` is working.  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...