Anton
Anton
Value of R1 is 10k, value of C1 is 0.1µ and potentiometer is 10k as well. You will not find the display on Mouser or similar sites. I´ts from aliexpress...
Hi there! I'm trying to do the same. I want the user to confirm that he wants to check this box, but update it's not working inside of the event....
It did not worked for me neither with Raspberry PI 3 B+. I've spent half day checking the code and measuring the voltage on a board, reading chip specs, and...
It did not worked for me neither with Raspberry PI 3 B+. Just connected the Ground pin of the Raspberry with the 'gnd' pin of the Arduino shield (nex to...
Hi! I managed to decode the alarms, but I can't send two messages to modbus. I've tried to send 2 commands in the update method in seplos_bms.cpp but this seems...
Yes, what i'm trying to do is to send 0x42 packet and then 0x44. In the file seplos_bms.cpp i've tried the following: ` void SeplosBms::update() { this->send(0x42, this->pack_); this->send(0x44, this->pack_);...
The delay option is working! Right now the differentiation between telemetry and non telemetry frames is done by this condition ``` data.size() >= 44 && data[8] >= 8 && data[8]
I have exactly the same problem. The backup is being created on the smb share connected to HA but the addon cannot copy the backup from the backup dir located...
The problem is on this line: https://github.com/thomasmauerer/hassio-addons/blob/373b8c5ca49e54e2355e9b8f167fed0b25ac1ffe/samba-backup/rootfs/scripts/main.sh#L59 This addon is looking for a backup located in a /backup folder but since the backups are on the smb share the addon...
Same issue here on Windows 10. Switching windows theme to light fixes the issue. Let's hope that NextCloud will fix this issue soon.