Search found 12 matches

by belzig
Tuesday 14 January 2025 17:18
Forum: Show your projects
Topic: Ahoy Dtu and Hoymiles HM-xxx integration
Replies: 18
Views: 7213

Re: Ahoy Dtu and Hoymiles HM-xxx integration

At the moment the Ahoy-DTU version 8.140 has stability problems when you use mqtt. So Gerhards script is still very useful. I also rewrote my shell-skript for the zero-export in the way that it doesn´t need mqtt anymore. Now it communicates via rest-api. Here is the version for single Inverter and ...
by belzig
Wednesday 18 December 2024 13:34
Forum: Show your projects
Topic: Ahoy Dtu and Hoymiles HM-xxx integration
Replies: 18
Views: 7213

Re: Ahoy Dtu and Hoymiles HM-xxx integration

If you want to integrate Ahoy-DTU version 8.1.40 you have to change the script as follows -------------------------------------------------- jsondata = assert(io.popen('curl --connect-timeout 5 "http://YOUR_DTU_IP/api/inverter/id/0"')) device = jsondata:read('*all') jsondata:close() --data = JSON ...
by belzig
Sunday 31 December 2023 12:11
Forum: Others
Topic: TP-Link Tapo wifi plug
Replies: 64
Views: 23143

Re: TP-Link Tapo wifi plug

Ahgghhhaaa! The Tapo App on my mobile forced me to upgrade 2 of my Tapo Plugs. Now the firmware is 1.5.5 Rel 40646 an the Tapo Plugin for Domoticz isn`t able to connect to the plugs anymore. I tried to update the py100 pip3 install PyP100 -t . --upgrade no success. Neither the old, nor the upgraded ...
by belzig
Wednesday 12 July 2023 22:56
Forum: Show your projects
Topic: Ahoy Dtu and Hoymiles HM-xxx integration
Replies: 18
Views: 7213

Re: Ahoy Dtu and Hoymiles HM-xxx integration

New version of the script for 2 HM-300, with new syntax for AHOY-DTU 0.6.9 #!/bin/bash Limit=215 MLimit=0 LastRun=0 MaxPower=215 LastLimit=231 ldct=0 LimitAgg=0 Fronius_IP=1.2.3.4 INo=0 DATUM=$(date +%d.%m.%y" "%H:%M:%S) Lock=/tmp/smphm3_unlock RealMPow=231 /usr/bin/mosquitto_pub -t inverter/ctrl ...
by belzig
Friday 31 March 2023 12:27
Forum: Show your projects
Topic: Ahoy Dtu and Hoymiles HM-xxx integration
Replies: 18
Views: 7213

Re: Ahoy Dtu and Hoymiles HM-xxx integration

I wrote a shell-script to read my fronius-inverter`s datalogger. The script reads the power values and then sends the delta to my hm-300 to compensate the base load in the night. hm-300 is connected to an 25,6 V battery. prerequisites: - Deep-Standy of Fronius-inverter has to be disabled ( Settings ...
by belzig
Wednesday 15 March 2023 21:33
Forum: Show your projects
Topic: Ahoy Dtu and Hoymiles HM-xxx integration
Replies: 18
Views: 7213

Re: Ahoy Dtu and Hoymiles HM-xxx integration

infinite loop with os.execute("sleep 15") But im not sure, if it realy makes sense: AHOY-DTU sends commands instantly to the inverter, but the inverter only accepts commands within 30 sec to 90 sec. Every command is fire and forget. If the smartmeter`s sampling rate is higher than 30 sec than this ...
by belzig
Monday 20 June 2022 17:25
Forum: Others
Topic: TP-Link Tapo wifi plug
Replies: 64
Views: 23143

Re: TP-Link Tapo wifi plug

BTW: If you have WIFI Connection Problems (Lost Connections etc. ) the TAPO firmware upgrade to version 1.4.9 is really helpful
by belzig
Friday 27 May 2022 22:13
Forum: Others
Topic: TP-Link Tapo wifi plug
Replies: 64
Views: 23143

Re: TP-Link Tapo wifi plug

Hi belzig, I have 2 Tapo plug wich are not in domoticz because of errors. I try your method, and I have errors : 2022-05-20 09:41:23.491 Error: Tapo IP 21: 'onHeartbeat' failed 'Exception':'Error Code: -1501, Invalid Request or Credentials'. 2022-05-20 09:41:23.491 Error: Tapo IP 21: Exception ...
by belzig
Tuesday 10 May 2022 19:43
Forum: Others
Topic: TP-Link Tapo wifi plug
Replies: 64
Views: 23143

Re: TP-Link Tapo wifi plug

It seems that Version 0.0.19 of PyP100 is buggy. I finally installed the version PyP100 0.0.18 and now the Plugin works. pip uninstall PyP100 sudo pip uninstall PyP100 Probably delete the directory cd /home/pi/domoticz/plugins sudo rm -R Domoticz-Tapo git clone https://github.com/593304/Domoticz ...
by belzig
Tuesday 10 May 2022 18:43
Forum: Others
Topic: TP-Link Tapo wifi plug
Replies: 64
Views: 23143

Re: TP-Link Tapo wifi plug

With bullseye the error messages are like this. 2022-05-10 18:41:01.084 Error: Tapo Test: Call to function 'onCommand' failed, exception details: 2022-05-10 18:41:01.085 Error: Tapo Test: Traceback (most recent call last): 2022-05-10 18:41:01.085 Error: Tapo Test: File "/home/pi/domoticz/plugins ...
by belzig
Tuesday 10 May 2022 17:48
Forum: Others
Topic: TP-Link Tapo wifi plug
Replies: 64
Views: 23143

Re: TP-Link Tapo wifi plug

Hi, I installed the plugin, and after stetting up the P100 in the Hardware section, the devices shows up in Devices. But I cannot switch it on or off 2022-05-10 17:42:26.118 Error: Test-Tapo: 'onHeartbeat' failed 'KeyError':'('result',)'. 2022-05-10 17:42:26.118 Error: Test-Tapo: Exception traceback ...
by belzig
Saturday 23 April 2022 22:56
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 115599

Re: Python Plugin: Shelly MQTT

Finally I made it to get shelly plugin working on bullseye. Installing the newest beta version of domoticz did the trick. Now im trying to set up the shelly plus 1 relays into domoticz, but it seems that they are quite different to shelly 1 open source. Has anyone managed to get shelly plus1 running ...