Thanks, that was a misunderstanding on my part.
With Mqtt and Mqtt AD plugins active now everything works fine and coexist nicely with tasmoticz
Search found 19 matches
- Tuesday 18 March 2025 9:29
- Forum: MQTT Auto Discovery
- Topic: State of MQTT AD?
- Replies: 2
- Views: 3022
- Friday 07 March 2025 20:44
- Forum: MQTT Auto Discovery
- Topic: State of MQTT AD?
- Replies: 2
- Views: 3022
State of MQTT AD?
Hi, I recently discovered MQTT AD and tried it out by deactivating MQTT, activating MQTT AD and restarting my Domoticz 2024/07. I found all my Tasmota devices and sensors - more than my Tasmoticz plugin discovered. In addition all my Zigbee devices showed up - happy! But then I noticed: all old ...
- Sunday 06 October 2024 19:28
- Forum: Other questions and discussions
- Topic: Panel Energi - proszę o pomoc w ustawieniu.
- Replies: 24
- Views: 2934
Re: Panel Energi - proszę o pomoc w ustawieniu.
Hi, I am the plugin author of tasmoticz. I do not have a pzem. I would need tasmota mqtt messages from boot to the first tele message to help. Also I would need the required domoticz version. Can someone provide this? I would also need someone with the pzem who can install new plugin versions and ...
- Monday 15 January 2024 14:07
- Forum: Other questions and discussions
- Topic: Bar charts of energy consumption
- Replies: 33
- Views: 6057
Re: Bar charts of energy consumption
Nevermind. This is the daily total value from tasmota. This and the yesterday total don't work as energy counter, since domoticz expects an ever increasing value, not one that counts from zero every day. Then tasmoticz should create an incremental counter device and send only the delta. not sure if ...
- Monday 15 January 2024 13:59
- Forum: Other questions and discussions
- Topic: Bar charts of energy consumption
- Replies: 33
- Views: 6057
Re: Bar charts of energy consumption
I just undid the change for energy today and yesterday, back to "normal" custom counters in the pr. The energy total looks very good - all values as expected, including calculated daily values. Maybe someone else wants to test the PR before I commit (probably in a few days...)? See waltervl's post ...
- Monday 15 January 2024 13:24
- Forum: Other questions and discussions
- Topic: Bar charts of energy consumption
- Replies: 33
- Views: 6057
Re: Bar charts of energy consumption
Nevermind. This is the daily total value from tasmota. This and the yesterday total don't work as energy counter, since domoticz expects an ever increasing value, not one that counts from zero every day.
- Monday 15 January 2024 13:09
- Forum: Other questions and discussions
- Topic: Bar charts of energy consumption
- Replies: 33
- Views: 6057
Re: Bar charts of energy consumption
Tasmoticz only creates domoticz devices. How it is displayed is up to domoticz. If you know a device type / subtype that works better, I can use that. I have not yet merged the pull request with the changed energy meter type because I see strange reports. Not sure what to do about it: domoticz-power ...
- Friday 03 November 2023 19:47
- Forum: Other questions and discussions
- Topic: Bar charts of energy consumption
- Replies: 33
- Views: 6057
Re: Bar charts of energy consumption
Ok, some values should have come in by now to actually see charts. Since I have never used these kind of sensors/bar charts before, it is hard to tell if they are ok. Can anyone who has already used them manually before confirm the values/diagrams are as expected? Then I would take the feature into ...
- Tuesday 17 October 2023 2:29
- Forum: Other questions and discussions
- Topic: Bar charts of energy consumption
- Replies: 33
- Views: 6057
Re: Bar charts of energy consumption
I miss the step where you switch to the test branch:
3. git checkout energy-totals-as-counters
...
edit:
and just in case you are not familiar with this: to go back to the main version you would do
git checkout master
3. git checkout energy-totals-as-counters
...
edit:
and just in case you are not familiar with this: to go back to the main version you would do
git checkout master
- Monday 16 October 2023 20:29
- Forum: Other questions and discussions
- Topic: Bar charts of energy consumption
- Replies: 33
- Views: 6057
Re: Bar charts of energy consumption
I just created a pull request on my repo that should do what you want. You can download/clone the test version plugin from the corresponding branch https://github.com/joba-1/Tasmoticz/tree/energy-totals-as-counters I tested, that the devices have a counter type and show correct values, but please ...
- Sunday 15 October 2023 23:45
- Forum: Other questions and discussions
- Topic: Bar charts of energy consumption
- Replies: 33
- Views: 6057
Re: Bar charts of energy consumption
Hi, I'm willing to try your suggestion and you seem to know which type of device is needed. Can you elaborate in terms of https://www.domoticz.com/wiki/Developing_a_Python_plugin#Available_Device_Types which type would do what you want? There are different flavors of counters with and without ...
- Friday 24 March 2023 22:02
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: How to use self compiled python for domoticz build
- Replies: 2
- Views: 461
Re: How to use self compiled python for domoticz build
nevermind, a newer cmake (3.25.3) and cleaning old cmake files solved the problem.
- Friday 24 March 2023 20:29
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: How to use self compiled python for domoticz build
- Replies: 2
- Views: 461
Re: How to use self compiled python for domoticz build
I did some research and found this: In CMakeLists.txt the first line fails while the second works: find_package(Python3 3.4 COMPONENTS Development) find_package(Python 3.4 COMPONENTS Development) I have no idea why cmake works this way... :? ...and it only helps in a mini CMakeLists.txt, not in the ...
- Friday 24 March 2023 18:33
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: How to use self compiled python for domoticz build
- Replies: 2
- Views: 461
How to use self compiled python for domoticz build
Hi, I have difficulties building my own domoticz version with my own python version. The error message during cmake is -- Could NOT find Python3 (missing: Python3_LIBRARIES Python3_INCLUDE_DIRS Development) (Required is at least version "3.4") CMake Error at CMakeLists.txt:449 (MESSAGE): Python3 not ...
- Friday 18 February 2022 23:08
- Forum: Temperature and Weather
- Topic: AM2301+Tasmota - No history for humidity
- Replies: 6
- Views: 1033
Re: AM2301+Tasmota - No history for humidity
Hi,
I‘m the plugin author and just looked into this.
Technically it is no problem to send a humidity description.
But I have no idea which percentages should be translated to which description.
Any suggestions?
I‘m the plugin author and just looked into this.
Technically it is no problem to send a humidity description.
But I have no idea which percentages should be translated to which description.
Any suggestions?
- Wednesday 21 August 2019 19:00
- Forum: Python
- Topic: Translation in Python Plugins
- Replies: 1
- Views: 591
Translation in Python Plugins
Hi, I need to translate some user visible stuff (mainly sensor types like "Temperature",...) in my python plugin and could not find a hint in the wiki on how to do this. ( https://www.domoticz.com/wiki/Developing_a_Python_plugin ) Any ideas? :idea: Most of that is probably already used and ...
- Wednesday 21 August 2019 18:53
- Forum: Python
- Topic: Python Plugin: Tasmoticz - Autodiscovery of Tasmota Devices
- Replies: 15
- Views: 8140
Python Plugin: Tasmoticz - Autodiscovery of Tasmota Devices
Hi all, I wanted to let you know I wrote an MQTT plugin that creates domoticz devices for tasmota relays and sensors. There are no special requirements on Tasmota side. More Info, like what is supported and how to install, can be found on Github: https://github.com/joba-1/Tasmoticz Current status is ...
- Sunday 11 March 2018 17:38
- Forum: Other questions and discussions
- Topic: Direct link to dashboard floorplan?
- Replies: 1
- Views: 603
Re: Direct link to dashboard floorplan?
noone knows or not possible?
- Saturday 03 March 2018 16:57
- Forum: Other questions and discussions
- Topic: Direct link to dashboard floorplan?
- Replies: 1
- Views: 603
Direct link to dashboard floorplan?
Hi, I use domoticz to visualize and control several Sonoff devices with Tasmota firmware. I have created several rooms that i can select from in the dashboard. If I open the dashboard, I always see all, but I want to see specific rooms. What would be the link to a room that I can bookmark? Is that ...