Search found 9 matches

by octy
Wednesday 13 April 2022 21:20
Forum: MQTT Auto Discovery
Topic: MQTT solar-assistant
Replies: 6
Views: 1579

Re: MQTT solar-assistant

Some of the battery sensors does not show in domoticz, and some of the sensors in the inverter randomly says its low on battery.
by octy
Sunday 10 April 2022 19:11
Forum: MQTT Auto Discovery
Topic: MQTT solar-assistant
Replies: 6
Views: 1579

Re: MQTT solar-assistant

Updated

Here is what sensors i get, log and mqtt info.
Think the solar unit is made for home assistant
by octy
Thursday 31 March 2022 14:50
Forum: MQTT Auto Discovery
Topic: MQTT solar-assistant
Replies: 6
Views: 1579

Re: MQTT solar-assistant

Solved some of them, did not have Auto Discovery Prefix to homeassistant. But the ones containing battery information did not get created: total/battery_power/state total/battery_state_of_charge/state Inverter_1/battery_voltage/state Inverter_1/battery_current/state And the temperature sender from ...
by octy
Thursday 31 March 2022 13:38
Forum: MQTT Auto Discovery
Topic: MQTT solar-assistant
Replies: 6
Views: 1579

MQTT solar-assistant

I have a inverter connected to Solar-Assistant and they released mqtt support ( https://solar-assistant.io/help/integration/mqtt )
Have sett it up as i think it works, but get the messages under.
solar-assistant.jpg
solar-assistant.jpg (311.75 KiB) Viewed 1542 times

Is it something i can do, someone want to nudge me in the right direction? :?
by octy
Thursday 31 March 2022 13:29
Forum: LUA
Topic: JSON https puller.
Replies: 10
Views: 1406

Re: JSON https puller.

I did get it every hour, but the source shut down unfortunately.
Wold like to collect it all every day, but cant get it to work yet
by octy
Tuesday 30 November 2021 12:06
Forum: LUA
Topic: JSON https puller.
Replies: 10
Views: 1406

Re: JSON https puller.

You are my hero :D
Worked like a charm, thanks for the help guys :!:
by octy
Tuesday 30 November 2021 11:48
Forum: LUA
Topic: JSON https puller.
Replies: 10
Views: 1406

Re: JSON https puller.

Thanks, I get same thing 2021-11-30 11:44:00.623 Status: dzVents: Debug: - OpenURL = {["_trigger"]="trigger", ["URL"]="https://xxxx/?zone=NO4&date=2021-11-30", ["method"]="GET"} 2021-11-30 11:44:03.068 Status: dzVents: Debug: - HTTPResponse: trigger 2021-11-30 11:44:03.132 Status: dzVents: Info ...
by octy
Tuesday 30 November 2021 2:13
Forum: LUA
Topic: JSON https puller.
Replies: 10
Views: 1406

Re: JSON https puller.

Gave up some time, but now I`m stuck again in dzVents. (move to dzVents forum maybe?) return { on = { timer = { 'every 1 minutes' -- just an example to trigger the request }, httpResponses = { 'trigger' -- must match with the callback passed to the openURL command } }, logging = { level = domoticz ...
by octy
Monday 01 February 2021 18:17
Forum: LUA
Topic: JSON https puller.
Replies: 10
Views: 1406

JSON https puller.

Hello! (first post) Have been a lot on the forum here and received a lot of help(Thanks :D ), but did not register me until now. Struggling a bit with how I can solve importing future electricity prices from a JSON online to some sort of custom sensor. Should have had some input on how to proceed to ...