Open VNDCK opened 2 years ago
Hi Guy's! Some more information.
So, i'm now up-and-running on version 3.3.6. Is my workflow wrong?
EDIT: Ok, sorry - got it working with 4.1.1. When changing "config.json", I need to follow these steps to have it work consistently.
Thx!
Glad you got it working.
Can I close this isse?
Glad you got it working.
Can I close this isse?
Yes, you can close the issue - I got it fixed. But there does seem to be some extra problems after 3.6 (going to 4.x). I get a lot of errors within Jeletask, but also in Prosoft (regarding connections).
-- EDIT
Sadly, problem is back. I Keep getting the following error in Prosoft, but of course my license is correct. I'm not sure if this is expected?
20:19:07 INFO;GUI Connection removed from connection list, number of connections remaining = 3
20:19:08 INFO;No license available for connection 192.168.1.99/192.168.1.99
20:19:08 INFO;GUI Connection removed from connection list, number of connections remaining = 3
20:19:09 INFO;No license available for connection 192.168.1.99/192.168.1.99
20:19:09 INFO;GUI Connection removed from connection list, number of connections remaining = 3
20:19:10 INFO;No license available for connection 192.168.1.99/192.168.1.99
20:19:10 INFO;GUI Connection removed from connection list, number of connections remaining = 3
20:19:11 INFO;No license available for connection 192.168.1.99/192.168.1.99
20:19:11 INFO;GUI Connection removed from connection list, number of connections remaining = 3
20:19:12 INFO;No license available for connection 192.168.1.99/192.168.1.99
20:19:12 INFO;GUI Connection removed from connection list, number of connections remaining = 3
20:19:13 INFO;No license available for connection 192.168.1.99/192.168.1.99
20:19:13 INFO;GUI Connection removed from connection list, number of connections remaining = 3
You can close this issue. Something is up with > 3.6, but I think I know how to do the workaround.
Hi Guy's! First of all a BIG thank you to Ridiekel & SanderM2 for making this happen. I Have this fully integrated in my HA setup and everything is (was :p) working just fine! Never touched the native old/ugly/slow Teletask App again, just GREAT.
However, since a few days my setup stopped working and I'm not sure why. I've updated to the lastest version (of HA, Jeletask, Mosquitto) but this maded things worse. After restarting HA, it detects a new MQTT devices (my MQTT Broker), but after adding it, it doesn't detect any devices. My knowledge is to limited to see if this is an Mosquitto, HA or Jeletask issue?
sudo docker run --name jeletaskMQTT \ -v "/setup/teletask/config.json:/teletask2mqtt/config.json" \ -e TELETASK_HOST="192.168.1.100" \ -e TELETASK_PORT="55957" \ -e TELETASK_ID="TELETASK" \ -e TELETASK_MQTT_HOST="192.168.1.99" \ -e TELETASK_MQTT_USERNAME="mqtt" \ -e TELETASK_MQTT_PASSWORD="xxxx" \ --restart=always \ ridiekel/jeletask2mqtt:latest-native
mqtt: broker: 192.168.1.99 username: mqtt password: xxx port: 1883
{ "type": "MICROS_PLUS", "componentsTypes": { "RELAY": [ { "number": 1, "description": "Inkomhal, Spots" } ] } }
logs.txt
thank you for thinking along!
EDIT: I've changed my docker run command, to included the advanced logging. However, it seems that I get less logging?
sudo docker run --name jeletaskMQTT \ -v "/setup/teletask/config.json:/teletask2mqtt/config.json" \ -e TELETASK_HOST="192.168.1.100" \ -e TELETASK_PORT="55957" \ -e TELETASK_ID="TELETASK" \ -e TELETASK_MQTT_HOST="192.168.1.99" \ -e TELETASK_MQTT_USERNAME="mqtt" \ -e TELETASK_MQTT_PASSWORD="xxx" \ -e TELETASK_LOG_HACONFIG_ENABLED="true" \ -e TELETASK_LOG_TOPIC_ENABLED="true" \ --restart=always \ ridiekel/jeletask2mqtt:latest-native
08:23:34.910 [main] INFO io.github.ridiekel.jeletask.mqtt.Teletask2MqttNative - Starting in native mode 2022-10-31 08:23:34.916 - INFO - o.s.nativex.NativeListener : AOT mode enabled