openHASP-custom-component icon indicating copy to clipboard operation
openHASP-custom-component copied to clipboard

Create Sensor Entities

Open dgomes opened this issue 4 years ago • 7 comments

Create sensor entities for Landon L8 status information (e.g. wifi rssi)

dgomes avatar Feb 26 '21 01:02 dgomes

Also prepare for temperature sensor which is built-in (not yet in firmware). I intend to replace completely with some I2C sensors.

nagyrobi avatar Mar 04 '21 18:03 nagyrobi

currently that information is an attribute in the plate entity

dgomes avatar Mar 28 '21 15:03 dgomes

That's more than enough so far

nagyrobi avatar Mar 28 '21 16:03 nagyrobi

How about the Wh energy sensor in the Lanbons?

fvanroie avatar May 23 '21 16:05 fvanroie

Temperature more important, for the sensor which is physically there on them. One wants to know the room temperature better, rather than what's the actual consumption of a bulb on the ceiling... The factory firmware supports it, and it has an option to set an offset value for it.

nagyrobi avatar May 23 '21 16:05 nagyrobi

The energy sensor is working, the temperature sensor is not...

fvanroie avatar May 23 '21 17:05 fvanroie

Common sensors (mostly config independent):

  • Network status connected/offline (binary, sensor_class: connectivity) (note this sensor should never be unavailable!)
  • Plate uptime (seconds)
  • WiFi RSSI (only with wifi, ESP32 with ethernet module should skip this)
  • WiFi signal strength (only with wifi, ESP32 with ethernet module should skip this)
  • Device free memory (Heap, Block) (KiB)
  • LVGL free memory (percentage)
  • PSRam free (percentage)
  • Idle state (text: short/long/off) - easier in automations, less templating

nagyrobi avatar Nov 17 '21 10:11 nagyrobi