Search found 5 matches

by Garfield
Saturday 02 March 2024 11:11
Forum: Dashticz
Topic: Dashticz - dial - selector switch from -5 to 5
Replies: 3
Views: 1652

Re: Dashticz - dial - selector switch from -5 to 5

@waltervl, @Lokonli

Both options work!! Thanks
by Garfield
Friday 01 March 2024 10:17
Forum: Dashticz
Topic: Dashticz - dial - selector switch from -5 to 5
Replies: 3
Views: 1652

Dashticz - dial - selector switch from -5 to 5

Is it possible to make a dial in dashticz for a selection switch with the values ​​from -5 to +5? The appearance in the form of: Show multiple values ​​of a P1 meter in the read document. (https://dashticz.readthedocs.io/en/beta/blocks/specials/dial.html) In the form of a dimmer with the + and - (up ...
by Garfield
Wednesday 28 February 2024 9:30
Forum: Heating/cooling
Topic: LG Therma V heatpump Waveshare modbus
Replies: 4
Views: 3923

Re: LG Therma V heatpump Waveshare modbus

I have also managed it now. I can read all registers and write the "coil" and "holding" register. I wrote 6 Lua scripts for it. No idea if that can be merged, but that is for later. Please note that modbus 3 is an "input" register and modbus 4 is a "holding" register. The LG manual is incorrect. If ...
by Garfield
Monday 19 February 2024 10:35
Forum: Heating/cooling
Topic: LG Therma V heatpump Waveshare modbus
Replies: 4
Views: 3923

LG Therma V heatpump Waveshare modbus

Is there anyone who has the combination LG Therma V heat pump and the Waveshare rs485 to eth (b) working? I have already tried the various modbus plugins that are available, but they do not work for my heat pump. Via a command line command I receive data from the Waveshare (e.g. mbpoll "IPadres ...
by Garfield
Saturday 07 March 2020 11:29
Forum: PHP and all others
Topic: iRobot Roomba 980 integration
Replies: 59
Views: 28119

Re: iRobot Roomba 980 integration

Hi Vondee, yes that could be. ;-) If you copied my script 1:1, just add this lines above the "end" of the for loop: -- Count the working time if otherdevices[Roboter.Name] == 'Saugen' then working_time = tonumber(uservariables[Roboter.Name..'_Laufzeit']) + 1 commandArray[#commandArray+1 ...