Search found 10 matches

by Stiv32
Wednesday 15 February 2023 17:38
Forum: Heating/cooling
Topic: Python Plugin: Smart Virtual Thermostat
Replies: 419
Views: 121036

Re: Python Plugin: Smart Virtual Thermostat

I have this same problem -bubtype is switch

PlanIDs
0 0
Protected false
ShowNotifications true
SignalLevel "-"
Status "Off"
StrParam1 ""
StrParam2 ""
SubType "Switch"
SwitchType "On/Off"
SwitchTypeVal 0
Timers "false"
Type "Light/Switch"
TypeImg "lightbulb"
Unit 1
Used 1
UsedByCamera false
XOffset ...
by Stiv32
Friday 16 October 2020 6:08
Forum: ESP8266
Topic: Get sensor values with MQTT into Domoticz [Solved]
Replies: 115
Views: 44520

Re: Get sensor values with MQTT into Domoticz [Solved]

After changing the timeout it looks better, thanks again.
by Stiv32
Thursday 15 October 2020 20:11
Forum: ESP8266
Topic: Get sensor values with MQTT into Domoticz [Solved]
Replies: 115
Views: 44520

Re: Get sensor values with MQTT into Domoticz [Solved]

Hello, one more big thank you to FireWizard - with his great help, we managed to run a thorough monitoring of the PV Growatt Inverter - all possible parameters. Software used: https://github.com/johanmeijer/grott and the above translation to Domoticz by Node Red

Image
by Stiv32
Wednesday 14 October 2020 17:48
Forum: ESP8266
Topic: Get sensor values with MQTT into Domoticz [Solved]
Replies: 115
Views: 44520

Re: Get sensor values with MQTT into Domoticz [Solved]

Thank you very much, one question, is it possible to use the pvpowerout and pvenergytoday values in one counter - Electic (instant + counter).
Today I have to complete the test (inverter finished work) - but everything looks very good already and many thanks in advance for your help
by Stiv32
Wednesday 14 October 2020 15:33
Forum: ESP8266
Topic: Get sensor values with MQTT into Domoticz [Solved]
Replies: 115
Views: 44520

Re: Get sensor values with MQTT into Domoticz [Solved]

Domoticz idx numbers are only for testing
Here output debug - no values

Node-RED

Deploy

14.10.2020, 15:36:10node: 84a689fc.d03c7energy/growatt : msg.payload : Object
{ device: "6FZI9080D7", time: "2020-10-14T15:36:06", buffered: "no", values: object }
14.10.2020, 15:36:10node: a113198c.ab3a5msg ...
by Stiv32
Wednesday 14 October 2020 15:33
Forum: ESP8266
Topic: Get sensor values with MQTT into Domoticz [Solved]
Replies: 115
Views: 44520

Re: Get sensor values with MQTT into Domoticz [Solved]

Yes - i try write funcion:
var msg1 ={};
var msg2 ={};
var msg3 ={};
var msg4 ={};
var msg5 ={};
var msg6 ={};
var msg7 ={};
var msg8 ={};
var msg9 ={};
var msg10 ={};
var msg11 ={};
var msg12 ={};
var msg13 ={};
var msg14 ={};
var msg15 ={};
msg1.payload = {"command":"udevice","idx":1004,"nvalue ...
by Stiv32
Tuesday 13 October 2020 21:48
Forum: ESP8266
Topic: Get sensor values with MQTT into Domoticz [Solved]
Replies: 115
Views: 44520

Re: Get sensor values with MQTT into Domoticz [Solved]

1. Have you installed Node Red?
Yes
2. Which of the values do you want to use in Domoticz or all?
Not all - pvenergytoday(divide by 10),pvgridvoltage(divide by 10),
3. What are the values for pvstatus? (Solar inverter state) Is it a boolean (only 0 or 1)?
yes - only 0 ant 1 (on/off)
4. What are ...
by Stiv32
Tuesday 13 October 2020 20:28
Forum: ESP8266
Topic: Get sensor values with MQTT into Domoticz [Solved]
Replies: 115
Views: 44520

Re: Get sensor values with MQTT into Domoticz [Solved]

Thank you for your response. The current solution lacks values that are important to me - such as grid voltage and inverter temperature. The temperature is in Celsius and unfortunately you have to divide the values
by Stiv32
Tuesday 13 October 2020 17:27
Forum: ESP8266
Topic: Get sensor values with MQTT into Domoticz [Solved]
Replies: 115
Views: 44520

Re: Get sensor values with MQTT into Domoticz [Solved]

Good morning, I need a little help with the function to post a topic like this to Domoticz

Client mosq-uywU4RYJfvohos10ic received PUBLISH (d0, q0, r0, m0, 'energy/growatt', ... (372 bytes))
{"device": "6FZI9080D7", "time": "2020-10-13T16:34:57", "buffered": "no", "values": {"pvstatus": 0, "pv1watt ...