piotrC4 / mqtt-ir-transceiver

ESP8266 based bidirectional bridge between MQTT and IR (change MQTT message to IR signal and change received IR signal to MQTT message)
143 stars 34 forks source link

File not found: /ir/2.dat #19

Open dersch81 opened 5 years ago

dersch81 commented 5 years ago

Hi, i'm playing with this again and are debuggin now via serial. I notice this:

*IR: Should save config *IR: saving config *IR: writing config: {"mqtt_server":"192.168.10.6","mqtt_user":"dirk"," mqtt_pass":"pass","mqtt_prefix":"kitchen/irsend","mqtt_port":"1883","mqtt_secure":"0"} *IR: Connected to DSF HEM *IR: IP address: 185313472 *IR: connecting to nonTLS server: 192.168.10.6:1883 as IRGW-60:1:94:23:a6:35-f5 *IR: MQTT user:dirk *IR: MQTT pass: ******** *IR: Connected to MQTT broker *IR: Topic is: kitchen/irsend/sender/# *IR: S uccessfully subscribed *IR: Entering MQTT mode *IR: loading IR raw codes *IR: File not found: /ir/1.dat *IR: File no t found: /ir/2.dat

I would like to reflash the device. Is there any way?

I don't understand this meaning:

Resetting configuration If during boot device have is pressed, device will go to configuration mod

If i press the reset button during boot up nothing happens.