proasnet
proasnet
Is there anything new in this solution? I use UsbFat on my device, to export data from the microSD, it copies the csv files from the card. If I unplug...
Dear @PowerBroker2, I am trying the same. ESP32 as reader and Atmel as sender. Compilling both, ok. But ESP32 cyclic restarting. ESP32 code ``` #include "SerialTransfer.h" #include #define RX 14...
Its possible as you write. I had as master PC with low price usb rs485 cable. Tomorow, I will try two tests of my slave (server). One with master simatic,...
Dear @romoloman , I have the same problem. On my project with ESP32, I have a Wifi connection or Ethernet connection (W5500), switching by user by UI, not in a...
Hello @btaczala , the problem persists for me. But I found one major thing that affects the function. After loading the integration and logging in, you will see the thermostat....
Great @btaczala . Can you please share the edited files? Thanks
@btaczala thank you. I try it this week.
Hi, addon now working fine. ``` host: 192.168.0.250 share: backups target_dir: ha-backup username: homeassistant password: xxxxxxxx keep_local: all keep_remote: all trigger_time: "03:00" trigger_days: - Mon - Wed - Fri -...
Working for me. Thanks very much. Here is completted working quirk code. ``` """Collection of Tuya Valve devices e.g. water valves, gas valve etc.""" from datetime import datetime, timedelta, timezone...
@puddly It couldn't. I'm not the author. It's just a quirk copied and modified according to the instructions that I tested.