Remotetemp not updating #1889
-
hello all, I noticed a few days ago that the virtual thermostat I set up at the end of last winter has disappeared from my ems-esp. I created a new one (RC100H) and sent temperature and humidity settings via the web interface. The ems-esp created the thermostat and my Buderus system recognized it. However the values for both sensors are not being updated by my OpenHAB system. I have added 3 things relating to the system that were autodiscovered by Openhab. 1 - a thermostat with a single channel (sensor/ems-esp/thermostat_hc2_currtemp) 2 - a Boiler. 3 - A system thing with ems-esp info. I tried using MQTT-Explorer to publish a new temperature to the topic sensor/ems-esp/thermostat_hc2_remotetemp but the value isn't updated in the ems-esp web interface. Here is my systeminfo: |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 14 replies
-
what was the exact command you executed and what did the logs show afterwards? |
Beta Was this translation helpful? Give feedback.
-
Using MQTT Explorer, I published "24" to homeassistant/sensor/ems-esp/thermostat_hc2_remotetemp. The log says "published failed, low memory" That line is continuously running through the logs. I'm kicking myself for not checking the logs earlier. I'll do some homework on this, switch to the stable version and see if that helps. |
Beta Was this translation helpful? Give feedback.
-
I didn’t realize those entities are delectable. Once I have the new esp board I will keep that in mind. CheersChetOn Jul 25, 2024, at 12:35, Kees ***@***.***> wrote:
With so many entities the problem is in the available RAM on the S32. The S32 uses the standard ESP32 chip which has 520kb of RAM.
The latest S3 and E32 V2 Gateways have an additional 8MB of PSRAM (and 16MB Flash). So about 16 times more RAM available.
They can easily handle the larger amount of entities in their memory.
The S3 has the USB-C port on the side and also the light guide is different than on the S32 so a board swap would also need a new side piece.
If you reply on your order confirmation email or contact me via the contact form on the webshop I can offer a discount on a new S3 or E32 V2 Gateway.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
The new Gateway arrived today. I have it installed and everything is running splendidly! I have one question though. I was looking at the MQTT topics using MQTT Explorer. There are two topics for the hc2/remotetemp: homeassistant/number/ems-esp/thermostat_hc2_remotetemp Which should I use to publish a temperature from a sensor in my room? |
Beta Was this translation helpful? Give feedback.
-
That did the trick. Thanks for your patience and support. |
Beta Was this translation helpful? Give feedback.
HA topics are retain, you mixed up old and new. Delete allHA-topics using MQTT expolrer and restart emsesp. Or, in emsesp, disable HA, leave mqtt enabled, wait a few minutes, unntil all HA topics are deleted, enable HA again.