Tomas Jansson
Tomas Jansson
I don't use the HA Lovelace UI at all, so I'm afraid I don't know. Writing a custom Lovelace card should be fairly easy though since I am using the...
Hi, sorry for late reply! In your config folder where you have the appdaemon.yaml file, make a folder named custom_css. In that folder, make a new folder named "default". Then...
Sorry, not exactly sure what you mean. Do you want multiple traces in one graph, with all of them having thier own custom sql query?
Please post the error from the javascript console.
Please look if you have any errors in the browser javascript console. Also, try to access the dashboard from another browser to see if it is someting browser-specific. Some browser...
The first two errors can be ignored. Can you click on the arrow before "TypeError" and post the hidden part? Looks like the widget can not find an entity in...
Looks like it cannot read the `unit_of_measurement` attribute from your sensor in HA. Does the sensor have a `unit_of_measurement `attribute?
Another way of testing is to add a second sensor. This forces the widget to read the `unit_of_measurement `from the supplied list: ``` mvp: widget_type: graph entities: - sensor.sensor_balkong #...
This indicates that an empty response is received from influxdb. I have a version of the code that logs a lot of debug inormation to the console. I will post...
You can change the parameters in the skin file: ``` graph_x_axis_text_color: "#cccccc" ``` I can also map the font and size to parameters in the widget if you like.