ascillato / Tasmota_KNX

Alternative Firmware for 'ESP8266, ESP8285 and ESP32 based devices' like Itead Sonoff, Shelly or NodeMCU, with Web, Timers, OTA, MQTT, KNX, Rules and Sensors' Support, to be used on Smart Home Systems. Written for PlatformIO. Documentation at
http://tasmota.com
GNU General Public License v3.0
44 stars 11 forks source link

pulsetime affects other outputs #582

Closed vento66 closed 3 years ago

vento66 commented 3 years ago

PROBLEM DESCRIPTION

A clear and concise description of what the problem is.

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

08:35:37.453 RSL: RESULT = {"NAME":"ESP32-DevKit","GPIO":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,1,1,1,1,1,0,0,1],"FLAG":0,"BASE":1} 08:35:37.664 RSL: RESULT = {"Module":{"1":"ESP32-DevKit"}} 08:35:37.920 RSL: RESULT = {"GPIO0":{"256":"Relay_i1"},"GPIO1":{"257":"Relay_i2"},"GPIO2":{"258":"Relay_i3"},"GPIO3":{"259":"Relay_i4"},"GPIO4":{"228":"Relay5"},"GPIO5":{"229":"Relay6"},"GPIO9":{"0":"None"},"GPIO10":{"0":"None"},"GPIO12":{"230":"Relay7"},"GPIO13":{"231":"Relay8"},"GPIO14":{"264":"Relay_i9"},"GPIO15":{"265":"Relay_i10"},"GPIO16":{"266":"Relay_i11"},"GPIO17":{"267":"Relay_i12"},"GPIO18":{"160":"Switch1"},"GPIO19":{"161":"Switch2"},"GPIO20":{"0":"None"},"GPIO21":{"162":"Switch3"},"GPIO22":{"163":"Switch4"},"GPIO23":{"164":"Switch5"},"GPIO24":{"0":"None"},"GPIO25":{"165":"Switch6"}} 08:35:37.936 RSL: RESULT = {"GPIO26":{"166":"Switch7"},"GPIO27":{"0":"None"},"GPIO28":{"0":"None"},"GPIO29":{"0":"None"},"GPIO30":{"0":"None"},"GPIO31":{"0":"None"},"GPIO32":{"167":"Switch8"},"GPIO33":{"168":"Switch9"},"GPIO34":{"169":"Switch10"},"GPIO35":{"170":"Switch11"},"GPIO36":{"171":"Switch12"},"GPIO37":{"0":"None"},"GPIO38":{"0":"None"},"GPIO39":{"0":"None"}}

- [ ] If using rules, provide the output of this command: `Backlog Rule1; Rule2; Rule3`:
```lua
  Rules output here:
- [ ] Set `weblog` to 4 and then, when you experience your issue, provide the output of the Console log:
```lua
  Console output here:

TO REPRODUCE

Steps to reproduce the behavior:

set pulsetime9 10 brings an error message "unknown command". set pulsetime1 10 also affects pulsetime on output 9 set pulsetime2 10 also affects pulsetime on output 10 and so on

EXPECTED BEHAVIOUR

A clear and concise description of what you expected to happen.

SCREENSHOTS

If applicable, add screenshots to help explain your problem.

ADDITIONAL CONTEXT

Add any other context about the problem here.

(Please, remember to close the issue when the problem has been addressed)

ascillato commented 3 years ago

Hi,

Thanks for opening an issue but I'm sorry that pulsetime is not related to KNX. It is a general feature of Tasmota.

Please, can you open a new issue in Tasmota repository directly (https://github.com/arendst/Tasmota) so Theo can take a look at this? Thanks.