-
Notifications
You must be signed in to change notification settings - Fork 18
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
errors on new version of tasmota #23
Comments
Hi, |
hi discover something, PCF8574 in SENSOR message~ Enabling USE_PCF8574_SENSOR adds a PCF8574-xx field into the JSON payload of the tele/topic/SENSOR message. The form of the message is: i try to compile again the firmware but this time inside in this case i do not receive the errors. But maybe could be fixed the usage of tasmota "sensor" option inside tasmoticz? |
I suspect a world record here: fastest time in delivering requested log output :) The SENSOR message is the culprit - it actually is not valid JSON. A curly brace after the first sensor data is missing. |
ahahah no no it is just lucky that we was write simultaneously i suspect :D
mmm sorry where is the curly brace missing!? thanks |
|
I guess, this is how it should look like:
|
sorry for that, now i perfectly understand, and you are fully right! do you think that ones it will be fixed could be useful for your plugin use the "sensor" json? |
hi, now the json is fixed: previous (wrong) new(correct) thanks for help me on recognize the error. i tested with tasmoticz plugin and now it works without any issue. i take the take advantage of this topic and json issue to ask, if it's possible and feasible to look at json of shutter in tasmota to menage in domoticz. it could be great!!!! inside json there is the percentage and we can link domoticz blinde with percentage to firmware with tasmota.
what do you think? and when the command is send by domoticz, : so tasmoticz should send for set percentage (level): when total close or total open domoticz use (looking at could be used to expand the functionality of tasmoticz? |
ciao @joba-1 i tested the new release of tasmota, and now they fixed the output json and it's working with your plugin tasmoticz :) did you get the chance to have a look at second part of my post? |
good to know that it works now. Adding shutter/blinds support is definitely possible, but my time schedule does not allow me to add new features - especially if I don't have devices to test it with (and since some time already). So if there is a PR I‘ll certainly evaluate it but other than that I can just fix bugs and add new sensor types occasionally. |
Hi i'm using tasmoticz since years without any issue.
right now i update my firmware version of tasmota from 9.1 to latest 9.4.0.3 and i start to see this errors on log (below reported)
just and introduction: with new tasmota firmware it's possible to use PCF8574 for output(like in the previous firmware) but also for input (new).
I not change my hardware setup: nodemcu esp8266 + n°2 pcf8574 (total 16 port set as 16 outputs relay. so all port set to output, none for input, so nothing changed, all the same like in 9.1 firmware)
the new tasmota firmware is compiled to enable pcf8574 using gitpod enabling this lines inside
my_user_config.h
with the new tasmota i see these errors:
these errors are not limiting the usage, tasmoticz still working and i'm able to turn on/off relays from domoticz and tasmota is linked, but i continue to see these errors inside the GUI.
If i revert back with firmware 9.1 i do not see any errors.
Again, firmware 9.1 and 9.3.0.4 share the same hardware and same settings.
how to reproduce:
Can you please have a look on it?
thanks!
The text was updated successfully, but these errors were encountered: