question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Using input_number

See original GitHub issue

I have a calculated helper, an input_number. The value is the delta of two temperature sensors multiplied by a constant. (the temperature of heating warm and cold tubes) So the value is the power in Watts.

  - platform: powercalc
    entity_id: input_number.heating_power
    multiply_factor: 1.0

It generates an error into the log during HA restart:

Skipping sensor setup input_number.heating_power: Cannot select a mode (LINEAR, FIXED or LUT), supply it in the config

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bramstrokercommented, Nov 2, 2021

Great it’s working for you.

0reactions
pvojnisekcommented, Oct 29, 2021

Thank you for the fast solution! I have updated the integration and started to test the numbers. The power and energy measures are updating. Everything look great! We can close this issue. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

InputNumber - Ant Design
Enter a number within certain range with the mouse or keyboard.
Read more >
<input type="number"> - HTML: HyperText Markup Language
<input> elements of type number are used to let the user enter a number. They include built-in validation to reject non-numerical entries.
Read more >
InputNumber - PrimeNG - PrimeFaces
InputNumber is used with the standard v-model directive. Component always provides a number type although formatting on the input is a string.
Read more >
InputNumber<TValue> Class - Microsoft Learn
An input component for editing numeric values. Supported numeric types are Int32, Int64, Int16, Single, Double, Decimal.
Read more >
ui:inputNumber - Salesforce Lightning Component Library
To apply Lightning Design System styling, we recommend that you use lightning:input with type="number" instead of ui:inputNumber. Similarly, we ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found