Hellofjuppe,
I'm not sure but it looks like the domoticz or the plugin was not restarted or the file was not saved because the error still says the line 9 contains pymodbus.register_read_message in stead of pymodbus.pdu.register_read_message
kind regards,
Bram Vreugdenhil
Search found 17 matches
- Tuesday 19 November 2024 22:39
- Forum: Bugs and Problems
- Topic: Solaredge inverter plug-in Modbus TCP
- Replies: 36
- Views: 5175
- Saturday 16 November 2024 12:41
- Forum: Bugs and Problems
- Topic: Solaredge inverter plug-in Modbus TCP
- Replies: 36
- Views: 5175
Re: Solaredge inverter plug-in Modbus TCP
I had the same problem after upgrading the pymodbus library to 3.7.4 Only a simple fix will allow pymodbus 3.7.4 to be used tgether with solaredge 0.8.0 1) find location of pymodbus library type "pip show pymodbus" see where it is located and type cd plus that location something like cd xxxxxx ...
- Thursday 17 August 2023 8:08
- Forum: Other questions and discussions
- Topic: Issue install LGTV Plugin
- Replies: 1
- Views: 362
Re: Issue install LGTV Plugin
Same problem here. Clicking on yes will prevent popup until restart of tv. Pop up disapeares fast so it is difficult yo click yes.
Bram
Bram
- Thursday 10 November 2022 23:56
- Forum: Evohome
- Topic: EvoHome state in DZvents
- Replies: 0
- Views: 1568
EvoHome state in DZvents
I have the Evohome with HGI and have a problem lately in DZvents.
In domoticz the state value is correctly shown. In DZvents it is always on. Active is also always true.
The state in DZvents of other hardware is working correct.
Does anyone has the same problem?
In domoticz the state value is correctly shown. In DZvents it is always on. Active is also always true.
The state in DZvents of other hardware is working correct.
Does anyone has the same problem?
- Sunday 14 November 2021 3:35
- Forum: Evohome
- Topic: Evohome temperatures stopped working
- Replies: 2
- Views: 1942
Re: Evohome temperatures stopped working
After a couple of hours searching I found the problem:
In de database the svalue was "0". After changing it to "0.0;0.0;Auto" for each zone/sensor it worked again.
I don't know what caused the change of the value
In de database the svalue was "0". After changing it to "0.0;0.0;Auto" for each zone/sensor it worked again.
I don't know what caused the change of the value
- Saturday 13 November 2021 14:30
- Forum: Evohome
- Topic: Evohome temperatures stopped working
- Replies: 2
- Views: 1942
Evohome temperatures stopped working
Shortly after upgrading to the latest binary of Domoticz with a fix for Evohome I applied for the new beta firmware ( 02.00.19.33) of Evohome. (https://getconnected.honeywellhome.com/en/evohomebetatrial) Situation EvoHome firmaware: 02.00.19.33 Platform Raspberry Pi 4 When I looked at my setpoints ...
- Sunday 28 March 2021 12:16
- Forum: RFLink Transceiver
- Topic: RFLink - With no remote
- Replies: 4
- Views: 2898
Re: RFLink - With no remote
Did you got the Elica hood working with rflink?
I just bought a remote control so I will be investigating the protocol soon.
Bram
I just bought a remote control so I will be investigating the protocol soon.
Bram
- Wednesday 21 October 2020 11:07
- Forum: Other questions and discussions
- Topic: How to save mode1.. mode6 parameters in a plugin
- Replies: 0
- Views: 178
How to save mode1.. mode6 parameters in a plugin
I'm writing a plugin and it need a MAC address to be able to do an lan wakeup. It is stored in mode2 parameter. You have to look it up and type it in the hardware settings of the plugin. Finding the MAC on the device is not so easy. I want to do a lookup with the python module "get_mac_address" and ...
- Thursday 15 October 2020 18:21
- Forum: PHP and all others
- Topic: LG TV WebOs 3.0
- Replies: 73
- Views: 84184
Re: LG TV WebOs 3.0
I'm working on an almost complete rewrite of the LG tv plugin. Is there anyone who like to test it or have a feature requests. Status so far. -Inclusief pylgtv library because of is no longer maintained and it had soms bugs in it. Of is also a little faster because pylgtv is inckuded instead of ...
- Sunday 11 October 2020 23:10
- Forum: PHP and all others
- Topic: LG TV WebOs 3.0
- Replies: 73
- Views: 84184
Re: LG TV WebOs 3.0
If you want them to be added to the pull down list it's easy. First turn on debugging in domoticz. Then start the app you want to add on the LG TV. Search for the text: "App: " in the logging of domoticz. The text after the semicolon you have to remember. Now open the plugin.py file. Add the name of ...
- Wednesday 07 October 2020 12:21
- Forum: Evohome
- Topic: EvoHome (HGI80) not working after domoticz restart
- Replies: 0
- Views: 1847
EvoHome (HGI80) not working after domoticz restart
I have Domoticz (newest beta) running on a Raspbery pi 4 with a HGI80 to control my EvoHome system. When I restart Domoticz the EvoHome (HGI80) does not work any more. In the logging the following error apears: Oct 7 12:16:16 RaspberryPi4 domoticz: evohome serial: Opening serial port: /dev/serial/by ...
- Monday 17 August 2020 8:18
- Forum: PHP and all others
- Topic: LG TV WebOs 3.0
- Replies: 73
- Views: 84184
Re: LG TV WebOs 3.0
@Mayki Does it work for anyone on the new TV? For example, OLEDC9? It did not work well on my OLEDE9. I've made some changes and you can find it at my fork of this project. I hope the creator of the plugin will merge it with the original. My new plugin might not work well with older LG TVs. I ...
- Saturday 12 January 2019 11:08
- Forum: Examples & Solutions
- Topic: dzVents version of the Solar Data Script [SOLVED]
- Replies: 175
- Views: 50962
Re: dzVents version of the Solar Data Script [SOLVED]
@jake Very strange. You had the same problem on 4 august with the 2.4 version of the script. Maybee it's related to you browser or something like that. I see the script correct on this site in both versions. It should be elseif sunAltitude <= 1 and sunAltitude >= -7 then -- apply theoretical Lux of ...
- Saturday 12 January 2019 9:50
- Forum: Examples & Solutions
- Topic: dzVents version of the Solar Data Script [SOLVED]
- Replies: 175
- Views: 50962
Re: dzVents version of the Solar Data Script [SOLVED]
@jake If you don't need a calculated radiation you can set the idxRadiation to nil. About the error: It's strange because I don't see the compare with -7 The code is: Line:128 elseif sunAltitude <= 1 and sunAltitude >= -7 then -- apply theoretical Lux of twilight Line 135: elseif sunAltitude < -7 ...
- Saturday 08 December 2018 20:17
- Forum: Examples & Solutions
- Topic: dzVents version of the Solar Data Script [SOLVED]
- Replies: 175
- Views: 50962
Re: dzVents version of the Solar Data Script [SOLVED]
Sorry raptile. I can't reply to your p.m. yet because I'm too new on the forum. Here is my version of the script so you can use the openweahtermaps and your own sensors. I use the cloud information from the open wheathermaps and the baro pressure from my zigbee sensor. --[[ Prerequisits ...
- Wednesday 28 November 2018 0:23
- Forum: Examples & Solutions
- Topic: dzVents version of the Solar Data Script [SOLVED]
- Replies: 175
- Views: 50962
Re: dzVents version of the Solar Data Script [SOLVED]
The WeatherUnderground API will stop working at the and of the year and new API keys are not available. Therefore I wanted to use the OpenWeatherMap data. Domoticz already has an interface with that so it should be easy to use that. I've changed the DzVents version of the script to use an Domoticz ...
- Friday 23 November 2018 21:24
- Forum: Suggestions
- Topic: Support for the Resol VBUS protocol?
- Replies: 94
- Views: 40357
Re: Support for the Resol VBUS protocol?
I didn't want to connect an Arduino to my Resol SLT because it already has a LAN interface. This is how I connected my Resol device to Domoticz by using vbus over lan with Node Red and MQTT. It should work with other vbus devices as well 1) install Resol library from https://github.com ...