-
-
Notifications
You must be signed in to change notification settings - Fork 116
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EMS ESP Console problems #120
Comments
There are no submenus in V3 (EMS-ESP32). We are you reading this? Maybe we need to update the documentation! You can call all commands from the Console or the Web UI. From the console type 'call' and hit or to give you the list of options. Remember you need to be Super User to do this because Telnet has no security built in. So first do a |
Thanks for making it clear. I know it is not openhab forum, but I want to send command to change thermostat temperature. I'm using mosquitto MQTT broker. I tried to run this: Type number : thermostat_cmd_temp "Thermostat setpoint temp" [commandTopic="ems-esp/thermostat_cmd_temp" ] But it doesn't work. Do you know how to send command by Openhab MQTT binding? Reading values from EMS bus works like a charm. |
See the doc here: |
Great hint :) I'm a bit closer to solve my problem. But after tring: [commandTopic="ems-esp/thermostat", formatBeforePublish="{"cmd":"seltemp", "data": %s, "hc":"1"} I am getting an error: |
Some more information about your system will help. Like what thermostat do you have (do a http://ems-esp/api/system)? If your thermostat does not support Write commands then the command will not work. You can also check by going to the console and typing |
Yes, forgive me. I think it should, cause I can change termostat temperature from EMS-ESP web panel. This is an output form show commands (my thermostat is Buderus RC310):
|
could you still do a http://ems-esp/api/system ? |
Yes of course. Thanks for your time:
|
thanks! I see the problem. You have multiple Thermostats and the command is going to the wrong one. This was fixed in the dev release but has yet to make it to the stable. You can get the binary from https://github.com/emsesp/EMS-ESP32/releases/tag/latest and then re-try sorry and thanks for your patience! |
Okay, I will try, but have you got some tutorial how to upgrade my hardware? I am using E32 gateway form https://bbqkees-electronics.nl/. |
You can upgrade from the web interface in a few clicks. See https://bbqkees-electronics.nl/wiki/gateway/firmware-update-and-downgrade.html |
I just upgraded firmware, but the error is still the same: 000+00:04:05.194 W 0: [command] Command seltemp on thermostat not found maybe this will help a bit more (log level debug) 000+00:09:04.930 D 6: [telegram] Sending read Tx [#252], telegram: 0B 88 26 00 20 |
I figured it out. It was a problem with formating the command: [commandTopic="ems-esp/thermostat", formatBeforePublish="{"cmd":"seltemp", "data": %s, "hc":"1"} but this one runs well: [commandTopic="ems-esp/thermostat", formatBeforePublish="{cmd:"seltemp", data: %s, hc:"1"} |
good! |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Hi,
I have just purchased EMS E32 gateway. It works, but when I log in to the console I cant enter boiler, thermostat submenu. Do I need to turn it on somewhere?
The text was updated successfully, but these errors were encountered: