Giter Club home page Giter Club logo

Comments (16)

ToniA avatar ToniA commented on June 28, 2024

I have no idea if this particular model would work, but you could try it out. I have an ESPEasy binary with the plugin for ESP8266-based boards (like Wemos D1 Mini) here: https://github.com/ToniA/ESPEasy/releases

The library has support for some samsung models, see this: https://github.com/ToniA/arduino-heatpumpir/blob/master/SamsungHeatpumpIR.h

from arduino-heatpumpir.

skorc99 avatar skorc99 commented on June 28, 2024

Hello,

i tested and it is working with windfree Ac -AR12 model. It is the same as "fjm".

Is it possible that you update firmware to the latest mega?

U

from arduino-heatpumpir.

ToniA avatar ToniA commented on June 28, 2024

This is now integrated into the official ESP Easy releases: https://github.com/letscontrolit/ESPEasy/releases

HeatpumpIR is included into the 'minimal IRext' image.

from arduino-heatpumpir.

whatsupskip avatar whatsupskip commented on June 28, 2024

Great to see.

from arduino-heatpumpir.

skorc99 avatar skorc99 commented on June 28, 2024

Hello,

yes it is latest but no support for temp sensors in this FW..
I need for dht11 or dht22...

U

from arduino-heatpumpir.

ToniA avatar ToniA commented on June 28, 2024

The problem was that with HeatpumpIR, the binary size was so large that OTA was not possible any more. The 'minimal IRext' image is a minimal image with most of the plugins removed.

I think we should make a change request to ESPEasy, to include some basic sensors into the 'minimal IRext'. DHT11 and DS18x20 at least.

from arduino-heatpumpir.

skorc99 avatar skorc99 commented on June 28, 2024

I agree. IRplugin without temperature is not ok.

At least DHT11 and DS18x20.

from arduino-heatpumpir.

skorc99 avatar skorc99 commented on June 28, 2024

Hello,
with version mega-20180809 with HeatpumpIR P115 w/ Domoticz MQTT
Plugin si working correctly but after 1h uptime i get error-MQTT.

3836263: DHT : Temperature: 24.00
3836263: DHT : Humidity: 56.00
3836268: Read settings: ControllerSettings index: 0
3836287: Domoticz: Sensortype: 2 idx: 259 values: 22.00;63.00;3
3836287: MQTT : {'idx':259,'RSSI':10,'nvalue':0,'svalue':'22.00;63.00;3'}
3836289: MQTT : publish failed
3836526: sendcontent free: 13936 chunk size:400
3836532: sendcontent free: 13264 chunk size:400
3836536: sendcontent free: 12808 chunk size:145
3836539: sendcontent free: 13480 chunk size:0
3837714: sendcontent free: 14152 chunk size:360
3837716: sendcontent free: 13480 chunk size:0
3841685: Memtrace^0: lowest: 10104 sendContentBlocking-> 10800 sendContentBlocking-> 11472 sendContentBlocking-> 10800 sendContentBlock
3841685: 1: lowest: 10128 PluginCall_s (46)-> 14912 parseTemplate-> 14936 parseTemplate3-> 14872 PluginCall_s (4)-> 14912 PluginCall_s
3841686: 2: lowest: 10128 PluginCall_s (4)-> 14912 PluginCall_s (46)-> 14912 handle_advanced-> 12848 sendHeaderBlocking-> 12832 sendWeb
3841686: WD : Uptime 64 ConnectFailures 0 FreeMem 15048
3841807: sendcontent free: 13936 chunk size:400
3842579: PluginStats P_47_Heatpump IR transmitter TEN_PER_SECOND Count: 283 Avg/min/max 4.04/2/27 usec
3842579: PluginStats P_47_Heatpump IR transmitter EVENT_OUT Count: 1 Avg/min/max 31.00/31/31 usec
3842580: PluginStats P_47_Heatpump IR transmitter FIFTY_PER_SECOND Count: 1405 Avg/min/max 10.11/2/35 usec
3842580: Load File stats: Count: 2 Avg/min/max 9918.00/2033/17803 usec
3842580: Plugin call 50 p/s stats: Count: 1405 Avg/min/max 962.11/838/1430 usec
3842581: Plugin call 10 p/s stats: Count: 283 Avg/min/max 875.33/838/1115 usec
3842581: Plugin call 10 p/s U stats: Count: 283 Avg/min/max 3343.12/2930/4036 usec
3842581: Plugin call 1 p/s stats: Count: 30 Avg/min/max 1508.10/1373/1888 usec
3842582: SensorSendTask() stats: Count: 1 Avg/min/max 54146.00/54146/54146 usec
3842582: sendData() stats: Count: 1 Avg/min/max 24246.00/24246/24246 usec
3842582: Compute formula stats: Count: 1 Avg/min/max 2625.00/2625/2625 usec
3842583: setNewTimerAt() stats: Count: 2063 Avg/min/max 136.04/116/237 usec
3842583: timeDiff() stats: Count: 1314892 - CPU cycles per call: 8.92
3842583: Scheduler stats: (called/tasks/max_length/idle%) 626419/1835/8/89.40

from arduino-heatpumpir.

ToniA avatar ToniA commented on June 28, 2024

I made PR letscontrolit/ESPEasy#2620 to ESPEasy, this would include basic environmental sensors and switch input into the minimal_IRext_ESP8266_1M image. This way I hope you could use the latest ESPEasy images, and I hope the stability would be better as well.

from arduino-heatpumpir.

skorc99 avatar skorc99 commented on June 28, 2024

hello,

release date for this update?

u

from arduino-heatpumpir.

ToniA avatar ToniA commented on June 28, 2024

It depends on the ESPEasy guys. But you could just clone my repo, checkout the master branch and compile on PlatformIO:

platformio run -e minimal_IRext_ESP8266_4M1M -t upload

from arduino-heatpumpir.

skorc99 avatar skorc99 commented on June 28, 2024

I cloned compiled but i still get only your plugin - no temp plugin..

Plugins:⋄ 6 [Normal] [Minimal, IR with AC]
Build Time:⋄ Sep 22 2019 07:55:39
**Binary Filename:⋄ Self built!**

from arduino-heatpumpir.

ToniA avatar ToniA commented on June 28, 2024

Are you sure you built from this: https://github.com/ToniA/ESPEasy/tree/master, commit 6414bda
?

I just double-checked by uploading first the normal image, and then the irext one, and I have 11 plugins, including plugin 5 'Environment - DHT11/12/22 SONOFF2301/7021':

platformio run -e normal_ESP8266_4M1M -t upload
platformio run -e minimal_IRext_ESP8266_4M1M -t upload

Plugin 34 'Environment - DHT12 (I2C)' is not included, would you need that one?

from arduino-heatpumpir.

skorc99 avatar skorc99 commented on June 28, 2024

All ok now.

I will test now.

from arduino-heatpumpir.

skorc99 avatar skorc99 commented on June 28, 2024

all ok.
AC working
Mqtt to domoticz working
dht22 working

so far no crashes..

from arduino-heatpumpir.

ToniA avatar ToniA commented on June 28, 2024

Good to hear :) I'll close this issue now.

from arduino-heatpumpir.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.