Dave T

Results 103 comments of Dave T

They are wrong in different ways... ```` from colorthief import ColorThief color_thief = ColorThief("img.png") for count in range(2, 256): palette = color_thief.get_palette(color_count=count) print(count, len(palette)) ```` Results in ```` 2 3...

Only minor suggestion would be to add a comment saying that you are doing it this way to match the behaviour of the app.

I did some work on a related topic which probably helps here. I was using an ili9341 which has a 16 bit 320x240 display. There is not enough ram in...

I think a good solution is to make name compulsory if `internal` is set to false or undefined. Then we could add to the docs: ``` **name** (**Required** unless internal=true,...

Yes, the [documentation was updated](https://github.com/esphome/esphome-docs/commit/c0c3a4c6c97d4588da6c550e4cfa6c906c8c1198) making this clearer.

I don't think the feature request has been implemented. The issue seems to be that users are unknowingly making sensors invisible to HA by not giving them a name. The...

I have the SP600, and it works ok. After making the switch from zigbee2mqtt to zha, it still works, but now reads power 10x too high. Could it be the...

I still have problems with my sp600 -over reading power by 10x -not reporting energy consumption (just live power and temperature) Attached: dishwasher is not really using 23kW! ![image](https://user-images.githubusercontent.com/17680170/128464750-4f916cc2-53c6-4abc-a273-3a7a3e8f3130.jpeg)

Agreed, the additional kWh sensors are reporting values now for this device using the development HA version. But the 10x problem remains on these SP600 devices. Generally I think scaling...