Search found 10 matches
- Wednesday 15 February 2023 17:38
- Forum: Heating/cooling
- Topic: Python Plugin: Smart Virtual Thermostat
- Replies: 413
- Views: 111197
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 ...
- Friday 16 October 2020 6:08
- Forum: ESP8266
- Topic: Get sensor values with MQTT into Domoticz [Solved]
- Replies: 115
- Views: 39190
Re: Get sensor values with MQTT into Domoticz [Solved]
After changing the timeout it looks better, thanks again.
- Thursday 15 October 2020 20:11
- Forum: ESP8266
- Topic: Get sensor values with MQTT into Domoticz [Solved]
- Replies: 115
- Views: 39190
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

- Wednesday 14 October 2020 17:48
- Forum: ESP8266
- Topic: Get sensor values with MQTT into Domoticz [Solved]
- Replies: 115
- Views: 39190
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
Today I have to complete the test (inverter finished work) - but everything looks very good already and many thanks in advance for your help
- Wednesday 14 October 2020 15:33
- Forum: ESP8266
- Topic: Get sensor values with MQTT into Domoticz [Solved]
- Replies: 115
- Views: 39190
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 ...
- Wednesday 14 October 2020 15:33
- Forum: ESP8266
- Topic: Get sensor values with MQTT into Domoticz [Solved]
- Replies: 115
- Views: 39190
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":0 ...
- Tuesday 13 October 2020 21:58
- Forum: ESP8266
- Topic: Get sensor values with MQTT into Domoticz [Solved]
- Replies: 115
- Views: 39190
- Tuesday 13 October 2020 21:48
- Forum: ESP8266
- Topic: Get sensor values with MQTT into Domoticz [Solved]
- Replies: 115
- Views: 39190
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 ...
- Tuesday 13 October 2020 20:28
- Forum: ESP8266
- Topic: Get sensor values with MQTT into Domoticz [Solved]
- Replies: 115
- Views: 39190
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
- Tuesday 13 October 2020 17:27
- Forum: ESP8266
- Topic: Get sensor values with MQTT into Domoticz [Solved]
- Replies: 115
- Views: 39190
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 ...