schnettker

Results 9 comments of schnettker

i have the same problem. Anything new?

is a integration for the pump planned?

Thank you for the response!

Look here for the solution: https://stackoverflow.com/questions/37888701/java-error-please-install-jce-unlimited-strength-jurisdiction-policy-files I had the same problem and download the jce_policy-8.zip manually and extract it in the right folder

It is still not working. Do you still try to fix it? Can i help you?

the version 3 weeks ago run smoothly

Hi, i have the same problem. Anything new? Calenta DS 15 [custom:209] | crc error [custom:213] | sample data: 00000000F0A7C64B62105859972C310500000000F0A7C64B06819563A32C310500000000F0A7C64B105839940B3D31050000000000000000F0A7C64B000000008E7D04007464FF3FB908104000000000

Find the solution in an other thread: ``` uart: id: uart_bus baud_rate: 9600 tx_pin: GPIO15 rx_pin: GPIO13 stop_bits: 1 ``` I changed the Pins on my w1 mini

It seems that .length isn't supported by string_ref in newer versions (https://esphome.io/api/classesphome_1_1_string_ref.html). Use empty() insteed. Here my code: ``` #include "esphome.h" class Dietrich : public PollingComponent, public UARTDevice { public:...